The following issue has been updated:
Updater: Michael Kopp (mailto:[EMAIL PROTECTED])
Date: Thu, 16 Dec 2004 1:58 AM
Comment:
Looks good to me too. Here is the patch file. Can this be included in the next
release pls?
Changes:
Attachment changed to patch.diff
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1143?page=history
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1143
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XDT-1143
Summary: MDB: Destination Type tag wrong for EJB 2.1
Type: Bug
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: XDoclet
Components:
EJB Module
Versions:
1.2.2
Assignee: xdoclet-devel (Use for new issues)
Reporter: Michael Kopp
Created: Mon, 8 Nov 2004 9:15 AM
Updated: Thu, 16 Dec 2004 1:58 AM
Description:
Although the ejbspec attribute is 2.1, xdoclet still generates a 2.0 tag:
<message-selector>JMSType = 'car'</message-selector>
<acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
<message-driven-destination>
<destination-type>javax.jms.Queue</destination-type>
<subscription-durability></subscription-durability>
</message-driven-destination>
It should be:
<message-destination-type>javax.jms.Queue</message-destination-type>
<message-destination-link>link-if-defined</message-destination-link>
<activation-config>
<activation-config-property>
<activation-config-property-name>messageSelector</activation-config-
property-name>
<activation-config-property-value>JMSType='car'</activation-config-property-value>
</activation-config-property>
<activation-config-property>
<activation-config-property-name>acknowledgeMode</activation-config-
property-name>
<activation-config-property-value>AUTO_ACKNOWLEDGE</activation-config-property-value>
</activation-config-property>
<activation-config-property>
<activation-config-property-name>subscriptionDurability</activation-config-
property-name>
<activation-config-property-value>Durable|NonDurable</activation-config-property-value>
</activation-config-property>
</activation-config>
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel