-
Jun 15th, 2009, 09:55 AM
#1
Analogous OpenEntityManagerInViewFilter
Hi-
I'm transitioning an application that used to just be a webapp to also being a message endpoint. Currently every web request that comes into the system has an EntityManager opened and closed using a standard OpenEntityManagerInViewFilter.
Now I have some "requests" coming into the app as Messages. What is the best way to ensure that all Endpoints/ServiceActivators have an EntityManager opened and closed for each Message? I imaging I could write a custom AspectJ aspect to do that, but I'm wondering if there is a more general solution to this? It doesn't seem that using a Spring-integration Filter is the correct pattern.
Thanks for any recommendations.
-Adam
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