SLSB « Transaction « Spring Q&A





1. Rollback in Weblogic SLSB won't allow any reads afterwards    forum.springsource.org

Rollback in Weblogic SLSB won't allow any reads afterwards Our application uses SLSBs which act as a thin facade layer that call directly into Spring POJO services. The session beans all ...

2. Rollback in Weblogic SLSB won't allow any reads afterwards    forum.springsource.org

Rollback in Weblogic SLSB won't allow any reads afterwards Our application uses SLSBs which act as a thin facade layer that call directly into Spring POJO services. The session beans all ...

3. SLSB Participate in Spring Transaction    forum.springsource.org

SLSB Participate in Spring Transaction Hi, I have a Spring bean "A" which insert some data into the database and then it calls a SLSB. The SLSB is implemented using Spring ...

4. Transaction management when using multiple Remote SLSB    forum.springsource.org

Transaction management when using multiple Remote SLSB Hi I have multiple Stateless Session Beans which are defined in my applicationContext like .... . .

5. How wire session hibernate with SLSB transaction    forum.springsource.org

How wire session hibernate with SLSB transaction Hi, I have an SLSB which create a transaction and call a spring's service. This service use a Data Access layer which use Hibernate ...

6. transaction how to: SLSB + PojoDaos    forum.springsource.org

transaction how to: SLSB + PojoDaos Hi, I have a CMT method in a SLSB with two POJO DAOs. MySLSB extends Abstract..... { .... BeanFactory bf; PojoDao1 dao1; PojoDao2 dao2; .... ...