[jboss-user] [EJB 3.0] - Re: Stateless and JNDI once again
Ulmer
do-not-reply at jboss.com
Fri May 18 05:06:51 EDT 2007
"ALRubinger" wrote : ...
| Because more than one classloader was picking up duplicates of the class definitions, the WAR-scoped classloader was attempting to cast the object retrieved from JNDI (of type recognized by the EJB3 JAR Classloader) and cast it (incorrectly) into its own version.
|
| I'm not the most succinct at explaining this, I'm sure, so check the references above for a much more detailed and correct description.
|
| Steps I took to get this to work:
|
| * Download and unzip/untar JBoss 4.2.0GA
| * Delete the WEB-INF/classes directory from the WAR in the EAR
| * Deploy the EAR
|
| S,
| ALR
thank you, ALRubinger, it goes!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046736#4046736
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046736
More information about the jboss-user
mailing list