Re: Struts2 interceptor with JTA in Sprign

2009-02-16 Thread Wes Wannemacher
On Monday 16 February 2009 05:15:49 Torsten Krah wrote: > Am Samstag, 14. Februar 2009 17:11:55 schrieb Frans Thamura: > > i try use the non interceptor version, work well, but i find the > > interceptor cannot work with JTA related injection > > Why? > I am using S2 and Spring with JTA managed tra

Re: Struts2 interceptor with JTA in Sprign

2009-02-16 Thread Torsten Krah
Am Samstag, 14. Februar 2009 17:11:55 schrieb Frans Thamura: > i try use the non interceptor version, work well, but i find the > interceptor cannot work with JTA related injection Why? I am using S2 and Spring with JTA managed transaction too here and it works fine (if spring is the object facto

Struts2 interceptor with JTA in Sprign

2009-02-14 Thread Frans Thamura
hi all i use an interceptor that do query, so i injected the hibernate using spring - my struts2 using spring and i want to implement JTA in my persistance factory i try use the non interceptor version, work well, but i find the interceptor cannot work with JTA related injection can help all -