Discussion:
[jboss-user] [JBoss Remoting] - org.jboss.remoting.Client fails with jboss 7
Irfan Basha
2013-07-03 13:48:29 UTC
Permalink
Irfan Basha [https://community.jboss.org/people/irbash] created the discussion

"org.jboss.remoting.Client fails with jboss 7"

To view the discussion, visit: https://community.jboss.org/message/826186#826186

--------------------------------------------------------------
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 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
[https://community.jboss.org/message/826186#826186]

Start a new discussion in JBoss Remoting at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]
Loading...