concurrent « Web Service « Spring Q&A





1. Use of java.util.concurrent.Executor stops tomcat from stopping    stackoverflow.com

Background: I need to use java.util.concurrent.Executor to serialize the execution of some legacy code inside a WebService. I have added an member variable, executor, to the WebService class. It is injected from the ...

2. Strange error while under concurrent requests in Spring WS    forum.springsource.org

Strange error while under concurrent requests in Spring WS Hi Recently, we are seeing a lot of references to a strange soap fault in our test environment recently. 1 out of ...

3. Interceptor & one way (concurrent) services    forum.springsource.org

Interceptor & one way (concurrent) services Hi, I want to know if exists a AOP interceptor in Spring that allows me to execute a service in a one way mode. For ...

4. Errors when concurrent accesing a web service    forum.springsource.org

Feb 5th, 2008, 04:28 AM #1 dancantong View Profile View Forum Posts Private Message Member Join Date Jan 2008 Posts 41 Errors when concurrent accesing a web service I'm experiencing problems ...

5. Concurrent calls to ws:outbound-gateways and handling of fault messages    forum.springsource.org

Concurrent calls to ws:outbound-gateways and handling of fault messages Hi, I have a searchRequest object that consists of a list of search objects. Each of the search objects contains search data ...

6. How to write a concurrent web service client    forum.springsource.org

Hi, I have a requirement to parse a file that contains about 5,000 records and for each record, call a web service. Since each request can take up to 1 minute ...

7. Calling a spring service concurrently    forum.springsource.org

Calling a spring service concurrently I posted a message in the Spring Web Services forum but haven't heard back so I thought I would take a different approach and ask a ...