Re: NullPointerException when executing XPath expression on

2012-03-01 Thread Lior Wehrli
Hi, Hi, I have implemented a JAX-WS service using the Provider interface. I would like to extract elements from the SOAP request using XPath. But when I execute the XPathExpression on the SOAPPart of the message, I get this ugly NullPointerException. I assume that, since SOAPPart implements

RE: RAMPART 354 - Release Timeline

2012-03-01 Thread Shah, Sumit (CGI Federal)
Fair enough. Do you have tentative dates for 1.6.2 so as to help us plan our release? From: Sagara Gunathunga [mailto:sagara.gunathu...@gmail.com] Sent: Thursday, March 01, 2012 11:21 AM To: java-user@axis.apache.org Subject: Re: RAMPART 354 - Release Timeline These fixes will be a part of offic

Managing axis temp files and classloading

2012-03-01 Thread Kijvyn
We are using apache axis version 1.5.6 to access webservices from WSDL. When using the service, at first, axis generates tmp files in java.io.tmpDir. When looking closely at the code managing the temp files for axis, it seems that it creates .lck files which are never deleted. (According to the ja

Re: RAMPART 354 - Release Timeline

2012-03-01 Thread Sagara Gunathunga
These fixes will be a part of official release and not a separate patch. Thanks ! On Thu, Mar 1, 2012 at 9:23 PM, Shah, Sumit (CGI Federal) < sumit.s...@cgifederal.com> wrote: > Hi Sagara, > > ** ** > > Thanks for the information. I look forward to taking the new release with > this fix. Do

Re: Axis2 as Proxy Server

2012-03-01 Thread Sagara Gunathunga
On Thu, Mar 1, 2012 at 7:13 PM, Smith Centos wrote: > mainly, I want an open source "XML Security Gateway" but i did not found > any. > > So Firstly, I want a "web service proxy" that can be deployed as a reverse > proxy or transparent proxy between customer and provider and > if this proxy suppo

RE: RAMPART 354 - Release Timeline

2012-03-01 Thread Shah, Sumit (CGI Federal)
Hi Sagara, Thanks for the information. I look forward to taking the new release with this fix. Do you guys have any plans of releasing such security fixes as a separate patch rather than as part of a release? I think it would let users take these patches much quickly and on a regular basis. Th

Re: Axis2 as Proxy Server

2012-03-01 Thread Smith Centos
mainly, I want an open source "XML Security Gateway" but i did not found any. So Firstly, I want a "web service proxy" that can be deployed as a reverse proxy or transparent proxy between customer and provider and if this proxy supports WS-Specifications like WS-Security is better (like the servic

RE: Axis2 as Proxy Server

2012-03-01 Thread Martin Gainty
if you can you be more specific on what you want to do we can suggest an XML Schema that will work the security mechanism you will implement will be specific to the Lookup Service eg Active-Directory LDAP Steer clear of ESB unless you're prepared to deal with CXFBCProvider problems (Hint: CXF

Re: Axis2 as Proxy Server

2012-03-01 Thread Smith Centos
Hi Sagara, Thanks for your reply, Yes, You are Right, Synapse satisfy my requirements, but it is very big. I want something like an XML Security Gateway not as big as an ESB. Axis2 has an inflow and outflow and also it is the service handler. I need its inflow and outflow (with support of WS-Spec

Re: Axis2 as Proxy Server

2012-03-01 Thread Sagara Gunathunga
I'm not sure about your use case here, probably Apache Synapse[1] can be a right project for your requirement. [1] - http://synapse.apache.org/ Thanks ! On Thu, Mar 1, 2012 at 5:01 PM, Smith Centos wrote: > Hi, > > Axis2 by default is a service provider or service client. Is there any > axis

Axis2 as Proxy Server

2012-03-01 Thread Smith Centos
Hi, Axis2 by default is a service provider or service client. Is there any axis2 configuration for deploying it as a proxy server? Thanks,