Message:

   The following issue has been re-assigned.

   Assignee: Michael Kopp (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
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: Michael Kopp
   Reporter: Michael Kopp

    Created: Mon, 8 Nov 2004 9:15 AM
    Updated: Fri, 4 Feb 2005 12:45 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



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to