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
Ok i have found the problem and solve it. Now there is a new function called buildDspEndpoint that checks for trailling slashes and also concats the dsp endpoint
Current Behavior
Getting all the time digital twin not found because transfer could not be started:
I could change the transfer status from "transfer.process.started" which was giving a "REQUESTED" status in the EDC:
And not callback endpoint was called.
Once I have changed to "transfer.process" I finally got a way forward and received and error:
Problems found:
digital-product-pass/charts/digital-product-pass/values.yaml
Line 209 in b9122b3
Should be "odrl:use"
transfer.process.started
totransfer.process
:digital-product-pass/dpp-backend/digitalproductpass/src/main/java/org/eclipse/tractusx/digitalproductpass/core/services/DataTransferService.java
Line 1428 in b9122b3
It should also be added to the chart configuration...
AssetId needs to be removed from the transfer process request model, its not needed anymore:
digital-product-pass/dpp-backend/digitalproductpass/src/main/java/org/eclipse/tractusx/digitalproductpass/core/models/negotiation/request/TransferRequest.java
Lines 47 to 48 in b9122b3
EDR must be adapted:
https://github.com/eclipse-tractusx/digital-product-pass/blob/v4.0.0/dpp-backend/digitalproductpass/src/main/java/org/eclipse/tractusx/digitalproductpass/core/models/edc/EndpointDataReference.java
Impact and actions
The text was updated successfully, but these errors were encountered: