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

2006-02-03 Thread Jesse Sightler
Much better... I was able to throw about .5 million requests at the new version with no increase in memory usage.Thanks for the tip,JessOn 2/2/06, Jesse Sightler <[EMAIL PROTECTED]> wrote: Never mind... I figured it out.  We were (incorrectly) trying to use method overloading in a web servi

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

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

2006-02-02 Thread Jesse Sightler
e:> > >> > > http://ws.apache.org/axis/cvs.html> > >> > > and do our own build, which will give us 1.3 + the 3 fixes detailed in JIRA?> > >> > > just want to confirm... thanks!> > >> > > cheers,> > >> > &

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 experience

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 all the requi

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: file:/usr/

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

2005-08-15 Thread Jesse Sightler
Indeed, it's just like any other HTTPS call from Java. And, yes, you will need to configure the trust store if you are not using certs signed by a CA that the JVM trusts by default.On 8/15/05, Feng Xie (fxie) <[EMAIL PROTECTED]> wrote:Chris:Thanks. That sounds too simple to me. :) However, it wou

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