Re: Axis2 and class loading

2012-02-15 Thread Sagara Gunathunga
On Wed, Feb 15, 2012 at 1:05 PM, wrote: > Hi, > > we have Tomcat and axis2 (1.6) running. > > One of our web services needs jaxen.jar and dom4j.jar. > The web service archive file contains these jar files within the > service's WEB-INF/lib. > If you use .aar archive format then you have to plac

[Rampart]

2012-02-15 Thread James Annesley
Hi, On undeploying my web app in Tomcat I got the following message: 5-Feb-2012 16:50:51 org.apache.catalina.startup.ExpandWar deleteDir SEVERE: [C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.25\webapps\xxx\WEB-INF\lib] could not be completely deleted. The presence of the rema

Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-15 Thread santhosh kotte
Hello I am using Axis 1.1 to call a web service. While converting a  org.w3c.dom.Element into a org.apache.axis.message.SOAPBodyElement the namespace prefix present in the Element is being removed. Eg: Following is the Element http://xyz"; > When it is converted into  SOAPBodyElement it becomes

Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-15 Thread Andreas Veithen
Are you using Axis 1.4 (as you wrote in the subject) or 1.1 (as you wrote in the body of the mail)? Andreas On Wed, Feb 15, 2012 at 18:39, santhosh kotte wrote: > > Hello > I am using Axis 1.1 to call a web service. > While converting a  org.w3c.dom.Element into a > org.apache.axis.message.SOAP

RE: [Rampart]

2012-02-15 Thread James Annesley
Hi, To answer my own question: This happened because I accidently deleted the Temp folder in Tomcat. Incidentally, the reason why I am messing with this folder is because Axis leaves behind temporary folders. These build up over time and eventually slow down the server. This should def

Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-15 Thread santhosh kotte
Sorry for the confusion it is Axis 1.4. --- On Wed, 15/2/12, Andreas Veithen wrote: From: Andreas Veithen Subject: Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body To: java-user@axis.apache.org Cc: axis1-java-u...@axis.apache.org Date: Wednesday, 15 February, 2012, 10:50 AM