-
Oct 1st, 2008, 02:28 AM
#1
Transaction roll back Exception
Hi All,
When refering another transaction from an existing one, we get a Transaction Roll Back Exception.
Here in the below case, I am refering documentManager, in correspondenceHelper...during which it creats a new transaction and hece throws the error.
Any solution to this??
<bean id="correspondenceHelper" class="com.ifs.app.service.correspondence.Correspo ndenceHelper">
<property name="documentService">
<ref bean="documentManager" />
</property>
</bean>
<bean id="documentManager" parent="abstractTxDefinition">
<property name="target">
<ref bean="documentManagerTarget" />
</property>
<property name="proxyInterfaces">
<value>com.ifs.app.util.rpt.DocumentService</value>
</property>
</bean>
Thanks in advance
Divya Alice
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules