JBoss Community

org.jboss.remoting.Client fails with jboss 7

created by Irfan Basha in JBoss Remoting - View the full discussion

Hi,

 

I have been using JBoss remoting with JBoss 5. My code is similar to what is explained in this: http://www.mastertheboss.com/jboss-remoting/jboss-remoting-tutorial

 

But the same code doesn't work with jboss 7. It throws exception in the line

org.jboss.remoting.Client myClient = new org.jboss.remoting.Client(

                                                  myLocator, "MYSYS");

 

The exception that is thrown is: java.lang.NoClassDefFoundError: org/jboss/util/threadpool/ThreadPool

 

Can someone please tell me what should be changed to make it work on jboss 7.

 

Thanks,

Irfan

Reply to this message by going to Community

Start a new discussion in JBoss Remoting at Community