| View previous topic :: View next topic |
| Author |
Message |
amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Fri May 05, 2006 11:50 am Post subject: Working with Enterprise JavaBeans |
|
|
This page describes the OpenEJB-specific configurations required to deploy EJB onto Geronimo.
The CMP engine gains access to the database used to store the entity beans via the connection factory identified by the <cmp-connection-factory> element. This latter is a "generic" element providing enough information to identify a JDBC data source already deployed or being deployed along with the CMP entity beans.
The configuration of such a relationship requires the mapping of one and only one CMR field of the two related entity beans. The identification of the mapped CMR field is achieved via the relationship-role-source and cmr-field elements. The mapping per se is provided via the role-mapping element. This latter is a collection of cmr-field-mapping elements specifying the mapping between the columns of the two tables associated to the related entity beans.
for read more information:
http://wiki.apache.org/geronimo/Working_with_Enterprise_JavaBeans#head-8beccf5aeb4fce8640cd467b3eac83a2594dc9ff |
|
| Back to top |
|
 |
Xanax Guest
|
|
| Back to top |
|
 |
|