[Fwd: Re: Request Scope does not invalidate the session at the end of therequest, long-lived sessions hang until timeout causing out-of-sessions error.]

2004-01-06 Thread Max Poon
Hi all I am also deploying applications on top (routed by MessageRouterServlet).  It seems that, during our stress test, the MessageRouterServlet is creating a lot of Session objects and exceeding the servlet container's limit. Since my 'application' can just run within the request and do

Re: Request Scope does not invalidate the session at the end of therequest, long-lived sessions hang until timeout causing out-of-sessions error.

2004-01-06 Thread Scott Nichol
What you suggest is a reasonable option. I will also recommend you consider grabbing a nightly build to use. = That code supports an option in the deployment descriptor named = SessionRequired that allows you to disable session creation. Scott Nichol Do not send e-mail directly to this e-mail a

RE: Building custom faults in Java

2004-01-06 Thread Joe Brown
Title: Message Ransel,   I am a beginner with SOAP & Java, also!   However, I believe what you need to do is to generate your own exceptions.   Try "Java and SOAP" by Robert Englander, O'Reilly Press, 2002 for lots of good info.   Here is code for custom fault:   public class generateMyFau