This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes Help needed. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "Help needed." Watch "Help needed." New topic
Author

Help needed.

Mishra Anshu
Ranch Hand

Joined: Sep 16, 2003
Posts: 224
Please give ur's email-id.
I had written such a project using weblogic server and Oracle as the DB.
This involves two sessionBeans and two entityBeans along with the client program to test the same.

You will have to go through the code. I had simulated to see if an ejb which is in one tx calls another ejb doesn't start(since I had the trans attribute as required in the ejb-jar.xml) a new tx (although you can do it through the ejb-jar.xml).





"Ignorance is bliss"
S Subramonyan
Ranch Hand

Joined: Aug 26, 2004
Posts: 52
Hi,

How are you all?

I need some help desperately. I have to demonstrate the transaction mechanism to my employer. I don't have much EJB experience. Someone please help me out here. Can anyone give me a simple bean project to demonstrate transaction mechanism? Anything particular to Weblogic is greatly appreciated. Remember your first days with EJB and please help me out. Please see this link too. http://www.coderanch.com/t/314961/EJB-JEE/java/EJB-Transactions-inWeblogic

Thanks a lot! in advance.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Help needed.
 
Similar Threads
MDBs and Transactions
CMP Transaction Rollback Problem
Client Responsibilities?
EJB Transactions inWeblogic
Please help with Relationships of Beans !