[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: 
http://www.google.com/search?hl=enq=site%3Ajboss.org+servicelocatorexception)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4222436#4222436

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222436
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4222437#4222437

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222437
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user