From: Vance K. <va...@us...> - 2006-03-16 02:12:03
|
User: vancek Date: 06/03/15 18:12:00 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: removed Transient and DefaultInterceptor stereotype element definitions. Revision Changes Path 1.24 +24 -19 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.23 retrieving revision 1.24 diff -u -w -r1.23 -r1.24 --- profile.xml 14 Mar 2006 06:19:44 -0000 1.23 +++ profile.xml 16 Mar 2006 02:11:58 -0000 1.24 @@ -73,14 +73,6 @@ <value>Version</value> <appliedOnElement>Entity attribute</appliedOnElement> </element> - <element name="TRANSIENT"> - <documentation> - Identifies an entity attribute as a transient - attribute which is non persistent. - </documentation> - <value>Transient</value> - <appliedOnElement>Entity attribute</appliedOnElement> - </element> <element name="PERSISTENCE_CONTEXT"> <documentation> Identifies a persistence context used to express a dependency @@ -168,17 +160,6 @@ class </appliedOnElement> </element> - <element name="DEFAULT_INTERCEPTOR"> - <documentation> - Defines a custome made default interceptor for - all the business methods of all session and message - driven beans within this deployment. - </documentation> - <value>DefaultInterceptor</value> - <appliedOnElement> - class - </appliedOnElement> - </element> <element name="LISTENER"> <documentation> Defines a callback listener class for the entity, @@ -1036,6 +1017,10 @@ <appliedOnElement> Service Operation </appliedOnElement> + <allowedValues> + <value>true</value> + <value>false</value> + </allowedValues> </element> <element name="EXCLUDE_CLASS_INTERCEPTORS"> <documentation> @@ -1047,6 +1032,26 @@ <appliedOnElement> Service Operation </appliedOnElement> + <allowedValues> + <value>true</value> + <value>false</value> + </allowedValues> + </element> + <element name="DEFAULT_INTERCEPTOR"> + <documentation> + Defines the modelled interceptor as a default + interceptor for all business methods of all + session and message driven beans within this + deployment. + </documentation> + <value>@andromda.service.interceptor.default</value> + <appliedOnElement> + Interceptor Class + </appliedOnElement> + <allowedValues> + <value>true</value> + <value>false</value> + </allowedValues> </element> <element name="AUTOMATIC_KEY"> <documentation> |