From: Vance K. <va...@us...> - 2006-03-09 04:37:28
|
User: vancek Date: 06/03/08 20:37:28 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: added DEFAULT_INTERCEPTOR stereotype element Revision Changes Path 1.22 +11 -0 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.21 retrieving revision 1.22 diff -u -w -r1.21 -r1.22 --- profile.xml 7 Mar 2006 09:20:50 -0000 1.21 +++ profile.xml 9 Mar 2006 04:37:27 -0000 1.22 @@ -168,6 +168,17 @@ 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, |