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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...