aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes stateless session bean in transaction? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "stateless session bean in transaction?" Watch "stateless session bean in transaction?" New topic
Author

stateless session bean in transaction?

Bing Lu
Ranch Hand

Joined: Oct 10, 2000
Posts: 42
Hi, is it possible to have a stateless session bean involved in
a transaction, just curious. If so, can someone give me an example of such usage.
thanks
nobody
Greenhorn

Joined: Apr 07, 2001
Posts: 3
Yes,if you use a bean managed transaction via the usertransaction in the JTA.
Originally posted by Bing Lu:
Hi, is it possible to have a stateless session bean involved in
a transaction, just curious. If so, can someone give me an example of such usage.
thanks

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: stateless session bean in transaction?
 
Similar Threads
Issues with Oracle connection/statement when accessing through JDBC
Transaction Question from spec
container managed Transaction
When CMT bean commit?
What is transaction state of stateless session bean?