Hi,
Is there any way to do method level timeout in spring.
For example, need to timeout or throw some exception if the method takes more that 5 seconds.
Regards,
Murali dharan
Type: Posts; User: k_murali_dharan; Keyword(s):
Hi,
Is there any way to do method level timeout in spring.
For example, need to timeout or throw some exception if the method takes more that 5 seconds.
Regards,
Murali dharan
I am trying to integrate spring web flow with rich faces.
I have a page which shows list of records and have 'Add' button shows rich face modalPanel popup from there user can enter data and the main...
Hi,
When I invoke web service through my spring client with security interceptor in apache-tomcat 6.0.26 causing below error. Please suggest what could be the root cause of this.
Caused by:...
Hi,
Performance is degrated(Took 20ms) to execute just a setter method of transaction bean when I have transaction boundary of all the methods as PROPAGATION_REQUIRED,readOnly.
My configutation...
Hi,
Is any alternate way there?
Hi,
Thanks for your useful information.
Hi,
I have added below bean (axis 2 web service) in my spring application context.
<bean id="myWebService" class="org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean">
...