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

2009-03-31 Thread nickboldt
According to http://lists.jboss.org/pipermail/jboss-cvs-commits/2007-September/042676.html, it's in projects/ejb3/trunk/locator/src/main/org/jboss/ejb3/locator/client/ServiceLocatorException.java Does that help? (BTW, I found that via google with site:jboss.org ServiceLocatorException:

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

2009-03-31 Thread nickboldt
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 :