From: Vance K. <va...@us...> - 2006-03-07 09:20:57
|
User: vancek Date: 06/03/07 01:20:53 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: added SERVICE_PERSISTENCE_CONTEXT_DATASOURCE element defining tag @andromda.service.persistence.context.datasource Revision Changes Path 1.21 +18 -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.20 retrieving revision 1.21 diff -u -w -r1.20 -r1.21 --- profile.xml 5 Mar 2006 05:58:47 -0000 1.20 +++ profile.xml 7 Mar 2006 09:20:50 -0000 1.21 @@ -874,6 +874,24 @@ <value>TRANSACTION</value> </allowedValues> </element> + <element name="SERVICE_PERSISTENCE_CONTEXT_DATASOURCE"> + <documentation> + Used at the class level of a service bean or + a class with stereotype PersistenceContext to + determine the persistence context datasource + JNDI name. + If you don't have a scoped classloader for + your application, all persistence contexts + defined in your system's global context + are made available to all applications. + </documentation> + <value> + @andromda.service.persistence.context.datasource + </value> + <appliedOnElement> + Class with <![CDATA[<<Service>>]]> + </appliedOnElement> + </element> <element name="SERVICE_PERSISTENCE_FLUSH_MODE"> <documentation> Used on session bean operations to set |