From: Vance K. <va...@us...> - 2006-02-25 14:43:41
|
User: vancek Date: 06/02/25 06:43:41 Modified: andromda-ejb3/src/main/resources/templates/ejb3 MessageDrivenBean.vsl Log: comment change Revision Changes Path 1.9 +1 -1 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/MessageDrivenBean.vsl Index: MessageDrivenBean.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/MessageDrivenBean.vsl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- MessageDrivenBean.vsl 9 Feb 2006 09:22:18 -0000 1.8 +++ MessageDrivenBean.vsl 25 Feb 2006 14:43:41 -0000 1.9 @@ -17,7 +17,7 @@ * The annotation is commented to avoid multiple registration with the * container. * - * javax.ejb.MessageDriven(activateConfig = + * javax.ejb.MessageDriven(activationConfig = *{ * @javax.ejb.ActivationConfigProperty(propertyName="destinationType", propertyValue="${mdb.destinationType}"), * @javax.ejb.ActivationConfigProperty(propertyName="destination", propertyValue="${mdb.destination}")#if ($mdb.acknowledgeMode || $mdb.messageSelector || $mdb.subscriptionDurability),#end |