Re: Client Jars conflicting - Work around

2008-04-23 Thread faraz masood
Hi Hari, Have you tried changing the class loader policies for your EAR . somewhere in your deployment.xml deployedObject xmi:type=appdeployment:ApplicationDeployment xmi:id=ApplicationDeployment_1207830167461 startingWeight=1 warClassLoaderPolicy=SINGLE change this to MULTIPLE classloader

Re: Client Jars conflicting - Work around

2008-04-23 Thread Hari C
Hi Faraz, Thnakyou very much for the reply. I think this option of PARENT_FIRST is available in websphere and iam using weblogic app server. Even if it is there it wont solve my problem becuase that will affect other jars(applications) running inside the same WAR. I was wondering why this

Re: Client Jars conflicting - Work around

2008-04-23 Thread Brennan Spies
@ws.apache.org Sent: Wednesday, April 23, 2008 5:50 PM Subject: Re: Client Jars conflicting - Work around Hi Faraz, Thnakyou very much for the reply. I think this option of PARENT_FIRST is available in websphere and iam using weblogic app server. Even if it is there it wont solve my

Client Jars conflicting - Work around

2008-04-22 Thread Hari C
Hi all I am really stuck with the stax-api.jar conflicting with weblogic.jar.I know that this problem is posted before in this forum.The solutions which are told are not solving my problem.I have explained it towards the end of the mail. My webservice client is throwing following error during