I was getting this NoClassDefFoundError in 3.0.1 so I copied oswego-concurrent.jar into my clients lib dir from 2.4.4. Is there some reason why oswego-concurrent.jar isn't included in the 3.0.1 release? Or if so, why it's needed? This was a 2.4.4 app now being ported to 3.0.1.
 
--- remote client output ---
 
Exception in thread "main" java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/ThreadFactory
        at org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnectionFactory.java:116)
        at com.neuroquest.cais.clients.builder.Builder.setupQueueReceiver(Unknown Source)
        at com.neuroquest.cais.clients.builder.Builder.main(Unknown Source)

Reply via email to