Posted: Sat Feb 01, 2003 1:20 am Post subject: Error in Java Class that read and Put in queue
Novice
Joined: 15 Jan 2003 Posts: 15 Location: Egypt , KSA
Hi there !
i'm developing Java Plugin node that do some database actions
and it works fine till now
what i need is in this java plugin node i want to put a message in queue , this message will be processed by message flow then get the reply from reply queue and return to orginal flow.
so what i'm trying right now to adobt the Java class which do some Databse transaction(Jplugin) to put and read from queue as well
but actually i find some dificulties as i don't have strong experince in java development.
i downloaded some code that read and put in queue and when i modified my class the project is built fine
but when i stoped the broker and restart it the folowing errors occured
Quote:
Failure to locate Java class com.ibm.mq.server.MQXAi
The Java class com.ibm.mq.server.MQXAi could not be found by the Java API framework.
Failure to locate Java class com.ibm.broker.zclient.MessageSorter
The Java class com.ibm.broker.zclient.MessageSorter could not be found by the Java API framework.
Failure to locate Java class com.ibm.mq.MQTEST
The Java class com.ibm.mq.MQTEST could not be found by the Java API framework.
Failure to locate Java class com.ibm.mq.SSLCRLHelper
The Java class com.ibm.mq.SSLCRLHelper could not be found by the Java API framework.
and ofcourse the blugin node doesn't work any more !!
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