The following comment has been added to this issue:

     Author: Andrew Stevens
    Created: Mon, 24 Jan 2005 7:07 PM
       Body:
Also, your patch has many sections duplicated for both @ejb and @jboss versions 
of their tags.  Is it intended that both could be used, so it needs to include 
elements for each, or would you expect only one of them to actually be used 
(e.g. moving to more standard "@ejb.*" tags but keeping backward compatibility 
with existing "@jboss.*" ones)?  If it's the latter, then take a look at the 
use of bits like

      <XDtClass:ifHasClassTag 
tagName="jboss:persistence,jboss:remove-table,jboss:remove-table" 
paramName="remove-table,remove">
         <remove-table><XDtClass:classTagValue 
tagName="jboss:persistence,jboss:remove-table,jboss:remove-table" 
paramName="remove-table,remove" paramNum="0"/></remove-table>
      </XDtClass:ifHasClassTag>

in the template, which are intended to do just that.  With multiple tag names, 
it will loop over all of them (or possibly just the first one it finds a match 
for, I forget which); where there are more tag names than param names, that was 
to allow for (deprecated) use of
/** @my.tag "No param name, the body *is* the value" */
syntax.  Using multiple tag & param names like this would make your patch a lot 
smaller :-)

---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1151?page=comments#action_15767

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1151

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1151
    Summary: add support for message-destination-ref
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             JBoss Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Michael Kopp

    Created: Fri, 12 Nov 2004 2:10 AM
    Updated: Mon, 24 Jan 2005 7:07 PM

Description:
Jboss 4.0.1 does not support the message-destination-ref. As the ejb doclet 
already supports this, this should be added for the jboss doclet


---------------------------------------------------------------------
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