The following comment has been added to this issue:

     Author: Andrew Stevens
    Created: Sun, 7 Nov 2004 5:53 PM
       Body:
Yes, tag documentation is in the META-INF/xtags.xml file in each module.  
You'll find the DTD in xdocs/dtds/xtags_1_1.dtd in the sources.

One other comment about your patch - I notice in the jboss forum message you 
linked mentioned it says "invoker-proxy-bindings apply only to 3.2.x+. In 3.0.x 
this configuration was in the container-invoker-conf".    
That being the case, you should make sure the extra elements added in your 
patch are inside a suitable XDtConfig:ifConfigParamEquals block so that a valid 
output file will still be generated when the version is set to an earlier value 
(even if the @tags you use are present).  It's important to preserve backwards 
compatibility.

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

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1138
    Summary: jboss.invoker-proxy-binding tag for MDBs needed
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: 2 days
 Time Spent: Unknown
  Remaining: 2 days

    Project: XDoclet
 Components: 
             JBoss Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Jason Childers

    Created: Sat, 6 Nov 2004 4:22 PM
    Updated: Sun, 7 Nov 2004 5:53 PM

Description:
We need a way to specify the jboss.invoker-proxy-binding so that MDBs can bind 
to different JMSProviders other than the DefaultJMSProvider.  The appropriate 
xml for an MDB should look something like...

<message-driven>
    <ejb-name>FooMDB</ejb-name>                
<destination-jndi-name>queue/FooQueue</destination-jndi-name>
    <invoker-bindings>
        <invoker>
<invoker-proxy-binding-name>whatever-message-driven-bean</invoker-proxy-binding-name>
        </invoker>
    </invoker-bindings>
</message-driven>

This issue can be noted from in the jboss forums: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43817
Search for: "How do I configure an MDB to talk to remote queue."

-Jason


---------------------------------------------------------------------
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:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to