[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Apr 9 14:47:53 EDT 2009


Looking at the line code, it seems you're missing  org.jboss.logging.Logger:


298 @ one revison back>         client = new Client(new InvokerLocator(serverLocatorURI), configuration);



And I see a dependency from both Client and InvokerLocator to org.jboss.logging.Logger.


That class is available at jboss-common.jar.


I just found it by using a find:

jboss-4.3.0.GA_CP03$ find . -name \*jar -exec unzip -l {} \; > list.txt

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224781#4224781

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224781



More information about the jboss-user mailing list