From: Vance K. <va...@us...> - 2006-01-22 06:23:38
|
User: vancek Date: 06/01/21 22:23:33 Modified: andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3 EJB3Profile.java Log: moved STEREOTYPE_ENV_ENTRY value to profile Revision Changes Path 1.6 +3 -3 cartridges/andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/EJB3Profile.java Index: EJB3Profile.java =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3/EJB3Profile.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- EJB3Profile.java 18 Jan 2006 09:15:21 -0000 1.5 +++ EJB3Profile.java 22 Jan 2006 06:23:33 -0000 1.6 @@ -47,10 +47,10 @@ public static final String STEREOTYPE_SELECT_METHOD = "SelectMethod"; /** - * Specifies the environment entry stereotype - used in EJB2.x - * This may be deprecated in future releases. + * Specifies the environment entry stereotype used on static variables + * to permit Resource injection. */ - public static final String STEREOTYPE_ENV_ENTRY = "EnvEntry"; + public static final String STEREOTYPE_ENV_ENTRY = profile.get("ENV_ENTRY"); /** * Specifies the version stereotype - optimistic lock value of an attribute of an entity. |