From: Vance K. <va...@us...> - 2006-03-07 09:22:04
|
User: vancek Date: 06/03/07 01:22:02 Modified: andromda-ejb3/src/main/java/org/andromda/cartridges/ejb3 EJB3Profile.java Log: declared TAGGEDVALUE_EJB_PERSISTENCE_CONTEXT_DATASOURCE Revision Changes Path 1.17 +7 -0 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.16 retrieving revision 1.17 diff -u -w -r1.16 -r1.17 --- EJB3Profile.java 5 Mar 2006 05:59:40 -0000 1.16 +++ EJB3Profile.java 7 Mar 2006 09:22:01 -0000 1.17 @@ -388,6 +388,13 @@ profile.get("SERVICE_PERSISTENCE_CONTEXT_TYPE"); /** + * The tagged value representing the persistence context + * datasource JNDI name + */ + public static final String TAGGEDVALUE_EJB_PERSISTENCE_CONTEXT_DATASOURCE = + profile.get("SERVICE_PERSISTENCE_CONTEXT_DATASOURCE"); + + /** * The tagged value representing the flush mode on bean operation. */ public static final String TAGGEDVALUE_EJB_PERSISTENCE_FLUSH_MODE = profile.get("SERVICE_PERSISTENCE_FLUSH_MODE"); |