1. Propogation of Transactions from EJB forum.springsource.orgPropogation of Transactions from EJB Hi All, I am new to Spring and am facing issues with respect to Transactions. My application is designed to handle transactions from the EJB layer ... |
2. Transaction propogation support with Hessian/Burlap/HTTPInvoker forum.springsource.orgHi, Does RPC protocols like Hessian/Burlap/HttpInvoker supports transaction propogation? Any example/sample will be really a great help. The scenario can be: A gui client/java client calls ejb. This ejb commits to ... |
3. why need to use Transaction Propogation advice for the SERVICE layer? forum.springsource.orgwhy need to use Transaction Propogation advice for the SERVICE layer? I already googled and did my reading but still don't understand what is the purpose need to use AOP.config and ... |
4. Spring transaction propogation in thread forum.springsource.orgSpring transaction propogation in thread I am having problem with transaction propagation with in a thread class. I have a class that implements runnable interface. When I call method a() of ... |
5. transactions and propogation? forum.springsource.orgtransactions and propogation? I'm wondering what would happen if I had a method that had a read only transaction, called a method with a writeable transaction, and then after that method ... |
6. Nested Transactions and propogation_required forum.springsource.orgNested Transactions and propogation_required I have a message driven bean which calls a save method on a DAO class. I have the DAO save method declaratively wrapped in a Propogation_required transaction. ... |