Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-05-04 Thread Mauricio Aniche
x as no indication that I would ever try to make an > Action transactional (wink). > > -Wes > > On Thu, Apr 30, 2009 at 10:41 PM, Mauricio Aniche > wrote: > > Hi Jeroen, > > > > The problem is that I am not a big fan of services layer. Sometimes it > looks

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Mauricio Aniche
>> Mauricio >> >> On Thu, Apr 30, 2009 at 9:43 PM, Dave Newton >> wrote: >> >> >> >>> Mauricio Aniche wrote: >>> >>> >>> >>>> I am using Struts2+Spring+JPA/Hibernate. When I use the @Transactional >>>> to >>

Re: @Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Mauricio Aniche
Yes, I am. Everything works fine when I don't try to use Spring transactional AOP! Mauricio On Thu, Apr 30, 2009 at 9:43 PM, Dave Newton wrote: > Mauricio Aniche wrote: > >> I am using Struts2+Spring+JPA/Hibernate. When I use the @Transactional to >> mark an execut

@Transactional Spring Annotation in a Struts2 Action does not work

2009-04-30 Thread Mauricio Aniche
Hi, I am using Struts2+Spring+JPA/Hibernate. When I use the @Transactional to mark an execute() method in a Struts2 Action, the action stops working properly (i.e. the attributes in the action are not automatically setted). It does not work with Spring AOP transactions as well. In my struts.confi