From: Vance K. <va...@us...> - 2006-01-23 05:49:05
|
User: vancek Date: 06/01/22 21:49:00 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: extracted noSyntheticCreateMethod tagged value to profile Revision Changes Path 1.7 +21 -1 cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml Index: profile.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/META-INF/andromda/profile.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- profile.xml 22 Jan 2006 06:22:46 -0000 1.6 +++ profile.xml 23 Jan 2006 05:49:00 -0000 1.7 @@ -850,7 +850,19 @@ can not be used with combined primary keys. </documentation> <value>@andromda.ejb.automaticKey</value> - <appliedOnElement>Entity attribute</appliedOnElement> + <appliedOnElement> + Entity attribute + </appliedOnElement> + </element> + <element name="NO_SYNTHETIC_CREATE_METHOD"> + <documentation> + Used on an Entity bean to decide whether to allow + synthetic (auto generated) create/constructors. + </documentation> + <value>@andromda.ejb.noSyntheticCreateMethod</value> + <appliedOnElement> + Entity + </appliedOnElement> </element> <element name="QUERY"> <documentation> @@ -972,6 +984,14 @@ </documentation> <value>@andromda.ejb.mdb.subscription.durability</value> </element> + <element name="CONTAINER_CONFIGURATION"> + <documentation> + Defines the container configuration name set in + jboss.xml to configure the container for a + session bean or MDB. + </documentation> + <value>@andromda.ejb.container.configuration</value> + </element> </elementGroup> </elements> </profile> \ No newline at end of file |