I am looking for some help getting JMS working under WebSphere.
Using RAD 7.0.0.4 and WebSphere 6.1.0.2.
I started with the example at
http://www.ibm.com/developerworks/websphere/library/techarticles/0504_barcia/0504_barcia.html .
I was able to get it up and running, and ran the test case in the article.
However, when I tried to use the 'Send JMS Message' facility of the Universal test Tool, I go:
com.ibm.ws.sib.api.jms.impl.JmsManagedConnectionFactoryImpl incompatible with org.omg.CORBA.portable.ObjectImpl
Rather than spin my wheels, I jumped to trying to write a message to the Queue from a servlet. I copied the code from MessageProducerBean into a servlet. The code throws an exception when trying to grab the connection factory:
Name comp/env/jms not found in context "java:".
The JNDI reference exists in the global context, but not in the 'java:' context:
I have added a reference to web.xml:
Not sure where to look next.
Help?
Ed
[ October 30, 2007: Message edited by: Ed Thompson ]