Hello to all.
I've got a problem on my application server. I've got several EAR which are running with spring 2.5. I try to put my fresh created CXF WAR (which contains spring 2.0.8) on my jboss and during the deployment I got this error: "11:22:33,066 ERROR [[/helloworld]] Servlet /helloworld threw load() exception java.lang.IllegalArgumentException: Class [org.springframework.scripting.config.LangNamespaceHandler] does not implement the NamespaceHandler interface" I saw that is a classloader problems but I don't know how to configure the classloader on jboss anyone can help me on this topic? Thanks. Max.
