From: Vance K. <va...@us...> - 2006-02-25 14:47:08
|
User: vancek Date: 06/02/25 06:47:02 Modified: andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3 EJB3Profile.java Log: renamed SERVICE_TRANSACTION_MANAGEMENT to TRANSACTION_MANAGEMENT profile element reference Revision Changes Path 1.14 +2 -2 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.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- EJB3Profile.java 9 Feb 2006 07:16:07 -0000 1.13 +++ EJB3Profile.java 25 Feb 2006 14:47:02 -0000 1.14 @@ -159,9 +159,9 @@ /** * The tagged value indicating the transaction demarcation * strategy. This only applies at the class level of a - * session bean. + * session and message-driven bean. */ - public static final String TAGGEDVALUE_EJB_TRANSACTION_MANAGEMENT = profile.get("SERVICE_TRANSACTION_MANAGEMENT"); + public static final String TAGGEDVALUE_EJB_TRANSACTION_MANAGEMENT = profile.get("TRANSACTION_MANAGEMENT"); /** * The tagged value indicating whether to not allow synthetic |