How do I get access to the request in my Spring Bean. It is a service bean and not a Controller.
Thanks
Type: Posts; User: pramod.mamidipudi@hp.com; Keyword(s):
How do I get access to the request in my Spring Bean. It is a service bean and not a Controller.
Thanks
Hi all,
I have defined a timeout of 20 minutes in WEB-INF/web.xml
<session-config>
<session-timeout>20</session-timeout>
</session-config>
in my web-app in web.xml.
Hi there,
In my application, there is a login form that takes the username and password. Depending on the username/password, I need to make a call using a webservicetemplate. I have a bean -...
Hi Jennifer,
Thanks for a prompt response. I am still having trouble with agent recognizing jboss server instance. I am attaching log file (renamed it as agent.txt) and the properties file...
I am using JBoss 4.0.5. Running this on windows xp. I am not sure if this helped.
Now, when I start JBoss with these additional arguments, I am able to see spring.application MBean in JConsole.
...
Hi,
I am new to JMX and AMS. I am trying to get AMS agent discover the JBoss server instance in AMS dashboard. I started the agent and it did not discover JBoss server. I have not yet configured my...
Hi,
We are trying to test redelivery functionality and are unable to stop the redelivery after reDelivery limit is reached.
JBossMQ is the JMS Provider, and the redelivery limit is set to 5.
...
Hi there,
Can someone please tell me what am I missing. I get the following error when I add <aop:spring-configured/>
to application-context.xml.
Exception in thread "main"...