You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the @id attribute prefixed with the tractusx context tx will lead to errors when the BPNL is resolved from the store for policy evaluation. In that case, the BPNL value is resolved from a token and doesn't contain the tx context.
To Reproduce
Save a BPN Group as shown in the documentation.
Try to resolve the BPN group using the API.
Context Information
Present since the BPN Group API was introduced.
Possible Implementation
Remove the tx context from the @id attribute from the API example.
The text was updated successfully, but these errors were encountered:
Describe the bug
This might seem like a nit, but when users check the API spec to understand how to use the BPN Group API, they see the following example:
tractusx-edc/edc-extensions/bpn-validation/bpn-validation-api/src/main/java/org/eclipse/tractusx/edc/api/bpn/v3/BusinessPartnerGroupApiV3.java
Lines 91 to 98 in 509ed4b
Having the
@id
attribute prefixed with the tractusx contexttx
will lead to errors when theBPNL
is resolved from the store for policy evaluation. In that case, theBPNL
value is resolved from a token and doesn't contain thetx
context.To Reproduce
Save a BPN Group as shown in the documentation.
Try to resolve the BPN group using the API.
Context Information
Present since the BPN Group API was introduced.
Possible Implementation
Remove the
tx
context from the@id
attribute from the API example.The text was updated successfully, but these errors were encountered: