[JBoss-user] [Beginners Corner] - Classloader problem - Spring MVC & Struts

2005-11-15 Thread listert
Hi I 'm getting a classloader error - I've seen some of the other posts re UCL and I'm not sure thats the problem exactly. I have one war file, and an application jar. Spring MVC can see the class in the jar a Struts action within the same jar cannot. Some tracing has shown my two web classes ar

[JBoss-user] [Beginners Corner] - Classloader problem !!!

2005-02-25 Thread ericmacau
I deploy an EAR application into JBoss4.0.1sp1, within the EAR, there are two WAR applications. Both of the WAR have one same class X(same name, same package, same function). In WAR B, I changed some logic in X, but it never changed and always use the X in WAR B Strange !!! View the ori