Only change i have is
<command-service name="txRequiredCommandService">
<retry-interceptor />
<environment-interceptor />
<spring-transaction-interceptor current="false"/>
Previous working code was with 4.0 and following
<command-service >
<retry-interceptor />
<environment-interceptor />
<spring-transaction-interceptor current="true"/>
Not sure if spring-transaction-interceptor = false makes the session close ?? Will redo
everything again :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266418#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...