Posted: Tue Nov 13, 2007 10:17 am Post subject: Jar file deployment ??
Novice
Joined: 25 Mar 2007 Posts: 21
My Environment is MB 5.0 on AIX.
I am calling a java method from my Compute node using
CREATE PROCEDURE myProc()RETURNS INTEGER
LANGUAGE JAVA EXTERNAL NAME "Add.Hello.Test.sum(1,2)";
I created Java project and i created Jar file.
i created Bar file which also packed with Test.Java and Test.class.
When i deployed Bar file i got the error
BIP2943E: The Java Method 'Add.Hello.Test.sum(1,2)' could not be found as its containing class could not be found in the broker classpath
1. Do i need to deploy the jar file in the broker classpath?
2. If so, do i need to bounce broker to pick that newly added jar file.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum