How Spring AOP supports distributed Transactions like EJB container ?
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Spring Framework doesn't support transaction propagation across remote calls.
If you want that feature, use EJB.
SCJA 1.0, SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCJP 5.0, SCEA 5, SCBCD 5; OCUP - Fundamental, Intermediate and Advanced; IBM Certified Solution Designer - OOAD, vUML 2; SpringSource Certified Spring Professional
Eduardo Bueno
Ranch Hand
Joined: Jun 04, 2009
Posts: 154
posted
0
Actually, Spring does allow transaction propagation when used against a WebLogic RMI. By the way, it's a questionable design choice to use transactions through remote invocations.
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
posted
0
Spring claims every EJB3 features they are supporting. If Spring 2.x do not support distributed Transaction, then we do not use for transaction intensive applications .
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Eduardo Bueno wrote:Actually, Spring does allow transaction propagation when used against a WebLogic RMI. By the way, it's a questionable design choice to use transactions through remote invocations.
Could you please to give a reference? Is this feature limited to only WebLogic Application Server?
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
kri shan wrote:Spring claims every EJB3 features they are supporting.