A co-worker is trying to invoke a flow via a java stored procedure. He has this working with a standalone java client, but in Oracle he is getting a NoClassDefFoundError on the Context class. He has added the client.jar to his Oracle setup. He said it’s working with other classes such as ServiceException but not with Context.
Has anyone worked with java stored procs in Oracle that can shed some light on this?
Thanks.