From: Vance K. <va...@us...> - 2007-02-18 10:43:08
|
User: vancek Date: 07/02/18 02:43:08 Modified: andromda-ejb3/src/site changes.xml Log: fix default subscription durability for topics - set as NonDurable Revision Changes Path 1.11 +4 -0 cartridges/andromda-ejb3/src/site/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/changes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- changes.xml 17 Feb 2007 14:09:08 -0000 1.10 +++ changes.xml 18 Feb 2007 10:43:08 -0000 1.11 @@ -386,6 +386,10 @@ Also added 2 constraints to the EJB3EntityFacade class. These constraints override the default identifier check and generalization check constraints in the parent Entity metafacade. </action> + <action dev="vancek" due-to="Wzzl" type="fix"> + Set default topic subscription durability as NonDurable in case a Topic does not have the subscription + durability TV modelled. + </action> </release> </body> </document> \ No newline at end of file |