Just a tip I aways do when I'm looking for any class on a directory:
find . -name \*jar -exec unzip -l {} \; > list.txt
You can then find the JAR missing with this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152087#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...