commit | ec3a3e288ddca02c426c4b1e8b0d1336b7a1a0f3 | [log] [tgz] |
---|---|---|
author | ndai <ndai> | Wed Aug 31 13:14:38 2005 +0000 |
committer | ndai <ndai> | Wed Aug 31 13:14:38 2005 +0000 |
tree | 8edb703bb8e048b28e70fef02784c5675c30dfc0 | |
parent | b581ebe65be914ec474e716dc2a15e82ad43087d [diff] |
Added transaction value
diff --git a/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/templates/ejb/message/typeComment.javajet b/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/templates/ejb/message/typeComment.javajet index 2f88bad..f9cd4f8 100644 --- a/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/templates/ejb/message/typeComment.javajet +++ b/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet/templates/ejb/message/typeComment.javajet
@@ -11,7 +11,9 @@ * <%= "Queue".equals(mdb.getDestinationType()) ? "" : "subscription-durability=\"NonDurable\""%> * transaction-type="<%= mdb.getTransactionType() %>" * destination-jndi-name="<%= mdb.getDestinationJndiName() %>" - + * + * @ejb.transaction="Supports" + * * <!-- end-xdoclet-definition --> * @generated **/