Posted: Mon Jun 28, 2004 1:40 pm Post subject: MQLSX to Java. Please Help!!!
Newbie
Joined: 28 Jun 2004 Posts: 3
Hi there - I am trying to convert the old MQLSX code to the new Java code.
I am trying to run a very simple code to just put and get message on my Qs.
I get the following error:
java.lang.NoClassDefFoundError: javax/resource/spi/ConnectionRequestInfo
com.ibm.mq.MQSESSION.getConnectionRequestInfo(MQSESSION.java:446)
com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.java:674)
com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:620)
com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:393)
JavaAgent.NotesMain(JavaAgent.java:20)
lotus.domino.AgentBase.runNotes(Unknown Source)
lotus.domino.NotesThread.run(NotesThread.java:208)
Please advise me if you have came across these error message.
Looks like your class may be specific to Lotus.domino was.
It should be contained in one of the jar files used for Lotus.Domino Web Application Server.
What initial context class is being used ? Does it reference this package?
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