anonymous wrote : The jar that holds the ProjectDTO class and the service 
interface is in the war only once in WEB-INF/lib

The best way to debug such issues is to add the -verbose:class JVM parameter to 
your run.bat and start JBoss. This parameter will dump the classes that are 
being loaded and the corresponding jar files from where they are being picked 
up. This will help you to understand what's going on. You might want to 
redirect the console output to a file because adding this option writes out a 
lot of logs.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183018
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to