Hi,
I have a web application that uses a servlet filter to implement open session in view. But in the near future I expect that I need midlle tier transactions (database access and queues/ database access and mail). When implementing middle tier transactions and binding hibernate transactions to them I prefer to implement this only for the service methods that really need it. And for the rest of the methods I would like keep things as they were. How can I do this?
I do not use Spring.
I do use:
Hibernate version 3.1
Oracle 8.1.7
JBoss 4.0.2
Thanks anyway,
Joris Wijlens
|