Our original deployment consisted of three separate Jars for Agent node.
payments-contracts
payments-workflows
payments-agent
Currently we are not providing payments-workflows, it is NOT included in Agent Jar currently. We can switch the build.gradle from cordaCompile to compile to reduce the number of artifacts and have it included.
Bug raised during test when deployNodes would not resolve required classes after removing payments-cordapp from nodeDefaults; as payments-cordapp should not be deployed on agent, but this jar DID have payments-workflows compiled in.
Our original deployment consisted of three separate Jars for Agent node. payments-contracts payments-workflows payments-agent
Currently we are not providing payments-workflows, it is NOT included in Agent Jar currently. We can switch the build.gradle from
cordaCompile
tocompile
to reduce the number of artifacts and have it included.Bug raised during test when
deployNodes
would not resolve required classes after removingpayments-cordapp
from nodeDefaults; as payments-cordapp should not be deployed on agent, but this jar DID have payments-workflows compiled in.