Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenaraab authored Feb 7, 2022
1 parent aed459a commit e9d9b5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-xsuaa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ Finally you need do re-deploy your application for the changes to take effect.
#### Multiple XSUAA Bindings (broker & application)
If your application is bound to two XSUAA service instances (one of plan `application` and another one of plan `broker`), you run into the following issue:
```
IllegalStateException: Found more than one xsuaa bindings. Please consider unified broker plan or use com.sap.cloud.security:spring-security client library.
```
Or,
```
Caused by: java.lang.RuntimeException: Found more than one xsuaa binding. There can only be one.
at com.sap.cloud.security.xsuaa.XsuaaServicesParser.getJSONObjectFromTag(XsuaaServicesParser.java:91)
Expand Down

0 comments on commit e9d9b5a

Please sign in to comment.