-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(connector-corda): samples-java AddTokenValueFlow does not work #1493
Comments
Copy/pasted from rocket chat: KaranKulwal 2021-11-08 11:53:08.534 INFO 9 --- [io-23000-exec-5] ApiPluginLedgerConnectorCordaServiceImpl : Progress(0)=[]
2021-11-08 11:53:08.534 INFO 9 --- [io-23000-exec-5] ApiPluginLedgerConnectorCordaServiceImpl : ReturnValue=kotlin.Unit
2021-11-08 11:53:08.535 INFO 9 --- [io-23000-exec-5] ApiPluginLedgerConnectorCordaServiceImpl : Id=[ba2d1e6d-8bca-4d17-a6f9-760089a31a40]
2021-11-08 11:53:08.536 ERROR 9 --- [io-23000-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: kotlin.Unit cannot be cast to net.corda.core.transactions.SignedTransaction] with root cause
java.lang.ClassCastException: kotlin.Unit cannot be cast to net.corda.core.transactions.SignedTransaction |
Hey team! Please add your planning poker estimate with ZenHub @AzaharaC @elenaizaguirre |
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Nov 23, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Nov 29, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Nov 30, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 1, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 2, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 3, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 9, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 13, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 14, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 14, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 14, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 15, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 15, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 16, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
elenaizaguirre
added a commit
to elenaizaguirre/cactus
that referenced
this issue
Dec 17, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves hyperledger-cacti#1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
petermetz
pushed a commit
that referenced
this issue
Dec 18, 2021
Added new corda-all-in-one image for flow-database-access sample Modified Corda main-server image to allow calls to invoke without executing any transaction. Modified Corda InvokeContractV1Response to add the new flowId field to return the flow handle id instead of use the callOutput field, which now is used for the data returned by the flow. The transactionId is not required because we can call invoke without executing any transaction. Resolves #1493 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
https://github.com/corda/samples-java/blob/master/Basic/flow-database-access/workflows/src/main/java/net/corda/samples/flowdb/AddTokenValueFlow.java
To Reproduce
Try to invoke the add token value flow and see it crash.
Expected behavior
Does not crash.
Logs/Stack traces
N/A
Cloud provider or hardware configuration:
Dev machine
Operating system name, version, build:
Ubuntu-20.04
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
1.0.0-rc.1
Hyperledger Cactus Plugins/Connectors Used
The text was updated successfully, but these errors were encountered: