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