unsubsribe

2012-11-06 Thread Philippe Frangioni
- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

Re: [Axis2] Remaining CLOSE_WAIT connections client-side with https

2011-05-11 Thread Philippe Frangioni
ttpConnectionManager.closeIdleConnections(0); } } } if (e != null) { throw buildException(e); } } Do you guys see something wrong in there..? Thank you, Phil On Tue, May 10, 2011 at 4:57 PM, Philippe Frangioni wrote: > Hello all, > we're using A

[Axis2] Remaining CLOSE_WAIT connections client-side with https

2011-05-10 Thread Philippe Frangioni
Hello all, we're using Axis2 1.5.1. Our client makes web service calls every second over https (we're doing 2-way SSL). We noticed the number of CLOSE_WAIT connections client-side grows over time on our production servers... This bug looks related: https://issues.apache.org/jira/browse/AXIS2-2883 I

[Axis2] NullPointerException in ServiceClient.cleanupTransport()

2010-09-28 Thread Philippe Frangioni
Hi all, I'm using Axis2 1.5.1 to expose a Spring bean as a web service. Everything works pretty fine. The client side is configured as described in: http://amilachinthaka.blogspot.com/2009/05/improving-axis2-client-http-transport.html and: http://amilachinthaka.blogspot.com/2010/01/improving-axis

[Axis2] NullPointerException while handling date in SimpleTypeMapper.java (AXIS2-4641)

2010-06-18 Thread Philippe Frangioni
Hi, I'm currently facing bug AXIS2-4641: https://issues.apache.org/jira/browse/AXIS2-4641 This bug affects Axis2 1.5.1 and its fix version is 1.5.1 as well. Not sure what that means. What's the best way to get the fix in my project? Build from sources? Use a nightly build? Thanks, -Phil

Re: [Axis2] Mutual SSL problem

2010-06-15 Thread Philippe Frangioni
ap. Any idea is welcome in the meantime :) Thanks, -Phil On Tue, Jun 15, 2010 at 1:12 PM, robert lazarski wrote: > On Tue, Jun 15, 2010 at 7:10 AM, Philippe Frangioni > wrote: > > Hi all, > > We're using Axis2 > > 1.5.1 and the container we use is Tomcat 6

Re: [Axis2] Mutual SSL problem

2010-06-15 Thread Philippe Frangioni
: Looking up certificates Jun 15, 2010 12:25:09 PM org.apache.catalina.authenticator.SSLAuthenticator authenticate FINE: No certificates included with this request -Phil On Tue, Jun 15, 2010 at 12:10 PM, Philippe Frangioni wrote: > Hi all, > > In our current project, we have a Spring Bea

[Axis2] Mutual SSL problem

2010-06-15 Thread Philippe Frangioni
Hi all, In our current project, we have a Spring Bean exposed as an Axis2 Web Service. The project is built with maven2 and produces a war. The Web Service is part of the Webapp (we do not use an aar). We're using Axis2 1.5.1 and the container we use is Tomcat 6. We want to set up Mutual SSL authe

Re: [Axis2] Spring/POJO Web Service questions

2010-06-14 Thread Philippe Frangioni
, Phil On Thu, Jun 10, 2010 at 8:17 PM, robert lazarski wrote: > On Thu, Jun 10, 2010 at 3:03 PM, Philippe Frangioni > wrote: > > Hi all, > > > > As part of my current project, I need to expose a Spring Bean as a Web > > Service. (I'm new to Web Services.) We&#

[Axis2] Spring/POJO Web Service questions

2010-06-10 Thread Philippe Frangioni
Hi all, As part of my current project, I need to expose a Spring Bean as a Web Service. (I'm new to Web Services.) We're using Axis2 1.5.1. The project is built with maven2 and produces a war. We want the Web Service to be part of the Webapp (we do not want to deploy the Axis2 webapp and use an aa