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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to