For the past two days I have been trying to learn EJB. I choose OpenEJB as the AppServer. I have finished Session Beans - both stateful and stateless. The examples have been put here:
http://www.indiwiz.com/web/Java/J2EE/92
But I got struck in Entity Beans. I want to try an example with BMP. I just want to configure DataSource for use with my BMP bean.
My questions:
[The questions are based on: http://openejb.sourceforge.net/cmp_entity_postgresql.html#datasource]
* Do I need to create my own conf directory etc.. can't I add the configuration to the existing configuration?
* postgresql.cmp_global_database.xml - Can I leave the <mapping> tag here?
* postgresql.cmp_local_database.xml - Can I leave the <mapping> tag here?
* What is this concept of Global_TX_Database and Local_TX_Database?
Thank u in advance...
- Subhash.
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ http://OpenEJB.sf.net OpenEJB-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openejb-user
