Chapter 6 Creating J2EE Applications for BEA WebLogic
This table lists the model and package extended attributes:
Name | Description |
---|---|
deployment-unit-name | Identifies the name of the EJB deployment unit. This name can be specified at deployment time, either with deploy or console utilities.
Default: the code of the model or the package Usage: Deployment command |
create-default-dbms-tables | Specifies that, for each CMP Bean listed in the jar at Deployment time, if there is no Table in the Database for the Bean, the Container will attempt to CREATE the Table based on information found in the deployment files and in the Bean Class.
If TABLE CREATION fails,'a 'Table Not Found' Error will be thrown, and the TABLE must be created by hand. This feature should only be used for convenience during development and prototyping as the Table Schema in the DBMS CREATE used will be the Containers best approximation, and a production environment may require a more precise schema definition. Default: False Usage: weblogic-rdbms-jar |
database-type | Specifies the database type of the underlying DBMS as one of the following:
DB2 INFORMIX ORACLE SQL_SERVER SYBASE POINTBASE Usage: weblogic-rdbms-jar |
Copyright (C) 2007. Sybase Inc. All rights reserved. |
![]() |