How to set BPEL classpath(urgent)
527003Jul 11 2007 — edited Jul 11 2007Hi
I Want to set the classpath of the BPEL server with a jar file.
I have already posted a question on this issue.But didnt get any reply.
I have mysql jar file which is needed for mysql database connection.In the jdeveloper project settings I am adding the classpath of the library.But when i run my BPEL process i am getting classNotFoundException.Probably when BPEL server starts it sets some classpath.I think i need to update the classpath entry and put my jar file path there.
And one more thing i am not using Database Adapter rather i am using java class to connect to the database.And the java class is called from BPEL process using <bpelx activity.
Can anyone help me how to do this.