[JBoss JIRA] Created: (JBESB-952) Classloading issue for .war files within .ears
by Tom Cunningham (JIRA)
Classloading issue for .war files within .ears
----------------------------------------------
Key: JBESB-952
URL: http://jira.jboss.com/jira/browse/JBESB-952
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2
Reporter: Tom Cunningham
Assigned To: Mark Little
There seems to be a classloading problem on redeploy for .WAR files within .ESB packages - and also …
[View More]with .WAR files side by side .ESB files in an .EAR. This was seen in JBESB-721, which was fixed by repackaging things. Basically if you have an ESB file set up like this :
--- My.esb
--------My.jar
--------My.war
--------META-INF/jboss-esb.xml
The classes references in My.jar don't seem to be flushed when the .esb redeploys, because if they are accessed from .esb actions, they cause ClassCastExceptions, yet they work from the .war.
helloworld_hibernate_action in SVN revision 14780 are a decent test case for this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
15 years, 11 months