From: Vance K. <va...@us...> - 2006-02-06 04:33:12
|
User: vancek Date: 06/02/05 20:33:03 Modified: andromda-ejb3/src/main/resources/META-INF/andromda profile.xml Log: removed MESSAGE_DRIVEN_REF element Revision Changes Path 1.12 +0 -15 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.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- profile.xml 6 Feb 2006 03:34:58 -0000 1.11 +++ profile.xml 6 Feb 2006 04:33:03 -0000 1.12 @@ -127,21 +127,6 @@ out of a Service. </appliedOnElement> </element> - <element name="MESSAGE_DRIVEN_REF"> - <documentation> - Used to reference a JMS message driven - bean with stereotype MessageDriven. - This is used to inject the Queue, - QueueConnectionFactory or TopicConnectionFactory - resources. - </documentation> - <value>MessageDrivenRef</value> - <appliedOnElement> - A dependency going into a class - having a stereotype of MessageDriven, - out of a Service. - </appliedOnElement> - </element> <element name="USER_TRANSACTION"> <documentation> Used to inject a javax.transaction.UserTransaction |