[jboss-user] [JBoss Tools (users)] - Re: ServiceLocatorException

nickboldt do-not-reply at jboss.com
Tue Mar 31 15:17:14 EDT 2009


The next step would then be to do something like ...

for j in $(find /where/you/have/stuff/installed -name "*.jar"); do echo $j; unzip -l $j | grep ServiceLocatorException; done

... to find the jar w/ that class in it.

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

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



More information about the jboss-user mailing list