Hi
This is a question replacing properties in an XML on the classpath using Spring.
I have the following bean in my aplicationContext.xml
<bean id="xwsSecurityInterceptor"...
Type: Posts; User: rajivrnair; Keyword(s):
Hi
This is a question replacing properties in an XML on the classpath using Spring.
I have the following bean in my aplicationContext.xml
<bean id="xwsSecurityInterceptor"...
That's exactly what I needed to know. Thanks. :)
Hi Arjen
I refactored the code to avoid sharing variables. Currently, each thread accessing the process() method has its own local copy of variables except for certain utility classes that have to...
Hi
I'm using Spring WS and I have been trying to get my web service to handle multiple requests simultaneously (approx load : 20-30 users at a time).
To be more specific, I have a singleton...