Hi Pavel,
> I'm sorry, but it is a valid scenario - the Calls are not thread safe, but
> in this scenario one Call will not be used in more than one thread at the
> same time. Threads safe does not mean that one object could be used from
OK looks like I misunderstood the scenario - let me play it
Sanjiva
see my comments inside. Agree that solution for storing in thread assosiated
storage could work if used alone, the main problem actually that
DocumentBuilder is not being used only from thread, but also stored in the
Call, Message, ServiceManager, XMLConfigManager , etc.
> Here's the setu
snichol 2002/10/30 06:33:02
Modified:java/src/org/apache/soap/util/xml QName.java
XMLJavaMappingRegistry.java
Log:
Require fewer memory allocations by doing four things
QName.java:
Use StringBuffer rather than String concatenation in toString.
Pavel,
I've just committed some changes including those that you propose. As
always, thanks for your contribution.
Scott Nichol
- Original Message -
From: "Pavel Ausianik" <[EMAIL PROTECTED]>
To: "Pavel Ausianik" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 1
Pierre-Yves,
I passed on this posting previously because I am not sure what you are
doing with RPCRouterServlet will work. However, I might be able to
answer some of your questions.
Q1 : I found two class extending HttpServlet : RPCRouterServlet and
MessageRouterServlet : what is the difference
Thanks for your answer Scott ! I really appreciate
your help !
> > Q1 : I found two class extending
HttpServlet : RPCRouterServlet and> MessageRouterServlet : what is the
difference between this two objects ?> > The RPCRouterServlet
should be invoked when you are exposing "normal"> methods
See http://xml.apache.org/soap/faq/faq_chawke.html#Q1_4.
Scott Nichol
- Original Message -
From: "Pierre Yves Monnet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 12:22 PM
Subject: Re: How to integrate SOAP in a Servlet ?
Thanks for your answer Scott ! I