2 Replies Latest reply on Jan 31, 2002 11:20 PM by saldokan

    Exception in getting JMS connection (Jboss3.0)

    saldokan

      Hi,
      I dowloaded Jboss3.0 alpha and was trying to run some of the examples that are posted on jboss.org.
      It seems that this call
      queueConnection = queueFactory.createQueueConnection();
      and this call
      topicConnection = topicFactory.createTopicConnection();
      generates the following exception:
      jms-hello-sender25:
      [echo] Using resources from: D:\jboss-3.0.0alpha\examples/resources
      [java] java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/TheadFactory
      [java] at org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyCnnectionFactory.java:94)
      [java] at org.jboss.docs.jms.client.HelloSender.(HelloSender.jav:71)
      [java] at org.jboss.docs.jms.client.HelloSender25.(HelloSender25
      java:26)
      [java] at org.jboss.docs.jms.client.HelloSender25.main(HelloSender25.j
      va:38)
      [java] Exception in thread "main"
      [java] Java Result: 1

      Any idea?
      Thanks,
      Sam.