Replies: 3 comments 1 reply
-
I called the same function from another point in the code; i.e., a REST endpoint that I have created with an extension
and I am gettting the same stack of errors
|
Beta Was this translation helpful? Give feedback.
-
@ndr-brt any comments on the above? |
Beta Was this translation helpful? Give feedback.
-
looking at the stacktrace you provided:
you are using a noop transaction context, that is meant only for testing purpose, please use at least the |
Beta Was this translation helpful? Give feedback.
-
We are building a connector based on EDC 0.2.1
I have created a controlplane-A and controlplane-B and tested the following scenario
Then based on the received catalog I am initiating a Contract Negotiation to A (/v2/contractnegotiations)
with the following message
In turn A communicates with B
which receives a message at the DspNegotiationApiController
There I am getting the following error. It happens while validating this offer
Is this a bug or I am doing something wrong? If it is a bug is it possible that it happens because
in this line https://github.com/eclipse-edc/Connector/blob/df1276c036f7acf217fc6197a0866db5655b9d9b/extensions/control-plane/store/sql/asset-index-sql/src/main/java/org/eclipse/edc/connector/store/sql/assetindex/SqlAssetIndex.java#L169C20-L169C33
single has to close the connection?
Beta Was this translation helpful? Give feedback.
All reactions