The following Around Advice is used for handling the exceptions in Struts Action methods. And this works fine, but is there any trade off using the around advice like this?
public class...
Type: Posts; User: moa; Keyword(s):
The following Around Advice is used for handling the exceptions in Struts Action methods. And this works fine, but is there any trade off using the around advice like this?
public class...
use HttpSessionListener
I am trying to use SimpleMappingExceptionResolver with struts using the following configuration.
<bean id="exceptionResolver"...
Thanks Costin,
It is working now, I was using the OrderService directly instead of proxy.
No I don't see the TX start/stop messages.
Thanks Costin,
I need only storeOrder method to be included in transaction from OrderService class.
And the JtaTransactionManager seems to be getting created as per the log.
2006-03-23...
i am using Oracle9i with Weblogic8.1
Hi,
I have my transaction defined like...
<bean id="myDataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
<property name="jndiName">
...
I am trying to intercept struts action methods using an Around Advice.
public class ActionInterceptor extends DelegatingIntroductionInterceptor {
public Object invoke(MethodInvocation...
I am using spring-1.2.3 and jsf-1_1_01 RI
I have my application configured like the following
faces-config.xml
....
<application>
<variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>...
Thanks Rob,
It is working after i cleared the older version.
I am using Spring + Hibernate + Oracle + JBoss
And my session factory is like...
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
<property...