[
https://jira.jboss.org/jira/browse/JBAS-6034?page=com.atlassian.jira.plug...
]
Adrian Brock closed JBAS-6034.
------------------------------
Resolution: Incomplete Description
Please read the link you were supposed to read before creating this bug report;
http://wiki.jboss.org/wiki/HelpBugReport
You can re-open this bug report if you attach enough information to reproduce the
problem.
"IT DOES NOT WORK" is not a bug report:
http://wiki.jboss.org/wiki/BadPostItDoesNotWork
Not knowing Spring, I assume it is loading the xml file using
ServletContext.getResource("/WEB-INF/xxxx");
that works just fine.
If it is trying to use the classloader to load "WEB-INF/xxx" that would work in
4.2.x
but not in jboss5 where the root of the war is no longer a part of the war's
classpath
(and never should have been!)
jboss-5.0.0CR1 can't load /WEB-INF/applicationContext.xml and
jboss-5.0.0CR2 that plus jixb class name issues
-------------------------------------------------------------------------------------------------------------
Key: JBAS-6034
URL:
https://jira.jboss.org/jira/browse/JBAS-6034
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-5.0.0.CR2
Environment: max os x 10.5.5, jdk1.5
Reporter: Iyad Elian
tried to run existing application that worked on WL and jboss 4.2.3.GA
in CR1 Spring XmlWebApplicationContext tries to load WEB-INF/applicationContext.xml by
default but jboss-5.0.0CR1 says FileNotFound!!!
in CR2 the same but also complains about two jixb classes saying
NoClassDefFound/IllegalName org/jixb/Compiler
sounds like serious class loader issues. WTF?!!!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira