I am using latest Studio and embedded 4.1.5 engine. I created a CommonProject with some reusable flows. 1 of the flow is using DW2.0 and is using a local class to cast the result of the transformation. CommonProject and DW work on its own.
Then I created a second project CallerProject. Added CommonProject as a dependency, and added the CommonProject FLOW via IMPORT:
When I call the CallerProject FLOW that uses the CommonProject imported flow, all seems to be working up to the DW2.0 transformation that is failing since the CLASS is not found.
Error: "Unable to find class ..."
Anything obvious I missed? The java class is in the CommonProject JAR within the CallerProject JAR