Re: Status w/r/t memory leaks...

2006-02-02 Thread Jesse Sightler
, Davanum Srinivas [EMAIL PROTECTED] wrote:All 3 are fixed in latest SVN. thanks,dims On 2/1/06, Jesse Sightler [EMAIL PROTECTED] wrote: I've seen several issues in JIRA relating to memory leaks on the server-side of Axis recently. Specifically, I've noticed

Re: Status w/r/t memory leaks...

2006-02-02 Thread Jesse Sightler
Never mind... I figured it out. We were (incorrectly) trying to use method overloading in a web service.I'm running the memory leak tests for this now.Thanks,Jess On 2/2/06, Jesse Sightler [EMAIL PROTECTED] wrote: Have there been significant changes on the trunk related to .jws files? My calls

Status w/r/t memory leaks...

2006-02-01 Thread Jesse Sightler
I've seen several issues in JIRA relating to memory leaks on the server-side of Axis recently. Specifically, I've noticed:http://issues.apache.org/jira/browse/AXIS-2278 https://issues.apache.org/jira/browse/AXIS-2266https://issues.apache.org/jira/browse/AXIS-2185 What are peoples current

Re: Jboss axis2 0.92

2005-11-15 Thread Jesse Sightler
The stacktrace makes it look like an incorrect version of commons-httpclient. Are you using the latest RC of httpclient? And are you sure there aren't any other instances of httpclient in jboss that could be messing things up?On 11/15/05, Alan Aguia [EMAIL PROTECTED] wrote: I have allthe

Re: Jboss axis2

2005-11-11 Thread Jesse Sightler
At a glance, I'd say that you have a corrupted jar file somewhere in your war.On 11/11/05, Alan Aguia [EMAIL PROTECTED] wrote: I new using axis2 but I would like to know what it going on on my jboss server Thank you Alan 11:25:32,339 WARN [JARDeployer] Failed to add deployable jar:

Re: How to add SSL/TLS compabiity into Axis Client

2005-08-15 Thread Jesse Sightler
service.getFoo(https://www.yourservice.com/yourservice); ? On 8/15/05, Feng Xie (fxie) [EMAIL PROTECTED] wrote: Hi,I have been using a simple Axis Client over HTTP, which directly callsthe auto generated client side stubs ( assuming the web service iscalled Foo, one the it's operation is called