From: Vance K. <va...@us...> - 2006-04-24 02:28:55
|
User: vancek Date: 06/04/23 19:28:53 Modified: andromda-ejb3/src/main/resources/templates/ejb3 MessageDrivenBean.vsl Log: fixed comments regarding subscription durability Revision Changes Path 1.12 +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.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- MessageDrivenBean.vsl 9 Mar 2006 04:29:25 -0000 1.11 +++ MessageDrivenBean.vsl 24 Apr 2006 02:28:53 -0000 1.12 @@ -29,7 +29,7 @@ // #end #if ($mdb.subscriptionDurability) -// @javax.ejb.ActivationConfigProperty(propertyName="subscriptionDurability", propertyValue="${mdb.subscriptionDurability}") +// @javax.ejb.ActivationConfigProperty(propertyName="durability", propertyValue="${mdb.subscriptionDurability}") #end //} //) |