Using CMP 1.1 entity beans in an EJB 2.0 module

A J2EE 1.3 EAR may combine CMP 1.1 and CMP 2.0 beans in one of 3 ways:

WebLogic CMP RDBMS deployment descriptors are created for CMP beans. These are found in a folder named wls81, wls70 or wls61 when the EJB project is targeted for WebLogic Server 8.1, 7.0 or 6.1, respectively. These folders can be seen in the Project Explorer view.

EJB 2.0 entities are found in weblogic-cmp-rdbms-jar.xml and EJB 1.1 entities are in weblogic-cmp11-rdbms-jar.xml. It is possible to have both descriptors in a WebLogic folder (e.g. wls81) if a single EJB 2.0 module has both CMP 1.1 and 2.0 beans.

Terms of use | Feedback
(C) Copyright IBM Corporation 2002, 2004. All Rights Reserved.