JBoss Community

Deploying JEE 2 Application with Axis2-Jars into JBoss 3.2.3

created by anis in JBoss AS Documentation - View the full discussion

Hi,

 

we have to extend our old J2EE Application by an Axis2-Client in order to access a web service, so we had to add the axis2 jars to our application.

 

Now it is not any more possible to deploy the application into JBoss because we get a wide varierty of classloading problems especially concerning the xml-handling classes, which are also included in jboss bit in very older versions.

 

I have tried the following things:

 

  1. Replacing the old jboss jars with new ones
  2. isolating the classloader of the application, even by overriding the server classes (using java2ParentDelegation=false)
  3. Migrating the applicatioon to JBoss 4.2.3GA

 

 

Non of these steps has worked!!

 

Do you have any idea how I could solve the problem? :-/    :0

 

I have attached the config files I modified

Reply to this message by going to Community

Start a new discussion in JBoss AS Documentation at Community