...
| Code Block | ||
|---|---|---|
| ||
<bean id="org.codehaus.aware.unitofwork.UnitOfWorkProtocol"
class="org.codehaus.aware.unitofwork.UnitOfWorkProtocol"
singleton="false">
<property name="listeners">
<list>
<value>org.codehaus.aware.unitofwork.jta.JtaUnitOfWorkListener</value>
...
</list>
</property>
</bean>
|
For the Spring definition to work you have to define the UnitOfWorkProtocol to use the SpringAspectContainer and not the default one.
