Hi,
After implementing MDB in ejbdoclet, one of the developer find out
that jboss does not follow the spec for <acknowledge-mode> on MDB.
Page 462:
<!--
The acknowledge-mode element specifies whether JMS AUTO_ACKNOWLEDGE
or DUPS_OK_ACKNOWLEDGE message acknowledgment semantics should be
used for the onMessage message of a message-driven bean that uses bean
managed transaction demarcation.
The acknowledge-mode element must be one of the two following:
<acknowledge-mode>Auto-acknowledge</acknowledge-mode>
<acknowledge-mode>Dups-ok-acknowledge</acknowledgemode>
Used in: message-driven
-->
So - for MDB and _ for JMS
Stupidity of the spec maybe, but we need to change jboss to have full
compliance. I can commit the change and I propose to keep both
possibilities for safety.
Vincent.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development