Frank Stein

Greenhorn
+ Follow
since Feb 29, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Frank Stein

I believe that in the case of BMT, only BMT can invoke UserTransaction methods in the user code. EJBContext methods setRollbackOnly() and getRollbackOnly() only apply to CMT. UserTransaction methods include commit(), rollback(), getStatus(), and setRollbackOnly().

Originally posted by Narendra Dhande:
Hi,

The setRollbakOnly() is applicable to the CMT only. You can not use it with User transaction. To rollback the user transaction yo have to explicitly use the rollback() instead of commit().

Thanks


[ March 11, 2008: Message edited by: Frank Stein ]
Dear Bert, I appreciate your frankness on telling us the slim chance about a HFEJB 3 book being created. I will go along with the O'Reilly's Enterprise Javabeans 3.0 and not wait for HF to make the book. I must say, I was very hoping that when I learn EJB it would be the solution to all business application programming. After reading Bert's comments however, he must have seen the other side of EJB then lost his passion for it somewhere. I read that you do have an interest in J2ME now. However, I would like to know what enterprise level computing technology you would suggest as the best. What type of forecast do you see for EJB's future?

Thanks.
16 years ago