Re: When do cleanup functions need to be called?

2008-11-29 Thread Mel T



Amila Suriarachchi wrote:
 
 Please try with a Nighly build. As I think this could be the problem.
 ...
 -- 
 Amila Suriarachchi
 WSO2 Inc.
 blog: http://amilachinthaka.blogspot.com/
 

Any idea when an release with this fix is planned ? Would this be in  1.4.2
?

-- 
View this message in context: 
http://www.nabble.com/When-do-cleanup-functions-need-to-be-called--tp18724207p20749331.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: When do cleanup functions need to be called?

2008-10-06 Thread Mel T


I have the same problem as described here. 
Upgrading to 1.4.1 has reduced the leak.
I am now going to try the pool of stubs as well for the remaining.

Dave, is your client running in Tomcat ?
My problem only occurs when I am accessing the WS using a stub from within
the same tomcat application.

--
Mel T.
-- 
View this message in context: 
http://www.nabble.com/When-do-cleanup-functions-need-to-be-called--tp18724207p19848906.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: When do cleanup functions need to be called?

2008-10-06 Thread Mel T



 I have the same problem as described here.
 Upgrading to 1.4.1 has reduced the leak.
 I am now going to try the pool of stubs as well for the remaining.

 Dave, is your client running in Tomcat ?
 My problem only occurs when I am accessing the WS using a stub from
 within
 the same tomcat application.
 
 Yes, my client is running in Tomcat, Tomcat 5.5.27 to be exact. I
 wonder if that is somehow also contributing to the issue?
 
 -Dave
 

I believe this is an issue with that setup. Not easy to debug. I will post
here if I find something.

-- 
View this message in context: 
http://www.nabble.com/When-do-cleanup-functions-need-to-be-called--tp18724207p19849777.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Where to retrieve the call or stub timeout on the server side?

2008-03-27 Thread Mel T

I have an axis client that sets the Call and/or Stub timeout before making
the call. 

I want to read that timeout on the server side. 

Whether I call

  MessageContext.getCurrentContext().getTimeout();
or
  MessageContext.getCurrentContext().getSession().getTimeout();


I do not get the timeout as specified by the client. Is there a way to read
the client timeout on the server side?

The reason I want that is to allow to stop the processing of the call when
the timeout is reached. I would like to allow clients to specify timeouts
without adding an explicit argument to the call.

--
Mel T



-- 
View this message in context: 
http://www.nabble.com/Where-to-retrieve-the-call-or-stub-timeout-on-the-server-side--tp16325250p16325250.html
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]