[jboss-user] [EJB 3.0] - Re: War to remote EJB fails with ClassCastException
jaikiran
do-not-reply at jboss.com
Sat Oct 18 04:52:40 EDT 2008
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
More information about the jboss-user
mailing list