NoClassDefFoundError in Java client after Message Queue upgrade

Hi,

I upgraded from version 3.5 SP1 to Message Queue 3 2005Q1.

The Java client I was using from a remote client seems to be throwing a NoClassDefFound error when I use the new imq.jar .

java.lang.NoClassDefFoundError: com/sun/messaging/jmq/Versionat com.sun.messaging.jmq.jmsclient.ConnectionImpl.<clinit>(ConnectionImpl.ja va:83)at com.sun.messaging.BasicConnectionFactory.createConnection(BasicConnectionFactor y.java:110)

Any ideas about this ?

Thanks,

Rini

[517 byte] By [rdmq] at [2007-11-25 18:52:54]
# 1
Looks like you've run into a bug where com/sun/messing/jmq/Version.class is missing from imq.jar .A workaround is to add imqxm.jar to your client CLASSPATH. I've logged bug 6237112 to track this. http://wwws.sun.com/software/products/message_queue/
jnakata at 2007-7-3 22:23:47 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...