[jboss-user] [EJB 3.0] - Re: ArrayStoreException when accessing bean from war
Lorenz Beyeler
do-not-reply at jboss.com
Tue Jan 29 11:40:27 EST 2008
I have finally found the problem:
The jar-files (commons-lang.jar, some application DTO
and helper classes) were in the web-inf directory of
the war file. The classpath in the manifest.mf file was
not set.
After moving the jars to the .ear file and setting the
classpath, everying works as desired.
JBoss seems to be more demanding concerning the
classpath than Websphere.
Regards,
Lorenz Beyeler
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124480#4124480
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124480
More information about the jboss-user
mailing list