I'm looking to add a filter that would make the current seam managed persistence context available in spring's standard ThreadLocal variable and clear it when done. However, this filter would need to be executed before ExceptionFilter so the persistence context created would be available to spring while executing the code to handle an exception.
This is just one of the approaches I was think of taking for this issue. Thoughts? Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028207#4028207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028207 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
