Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21767/META-INF
Modified Files: xtags.xml Log Message: Add support for EJB invoker-bindings to JBoss module. Fixes XDT-1138. Thanks to Jason Childers for patch. Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -r1.61 -r1.62 *** xtags.xml 14 Aug 2005 08:01:48 -0000 1.61 --- xtags.xml 14 Oct 2005 09:50:53 -0000 1.62 *************** *** 541,544 **** --- 541,572 ---- </parameter> </tag> + <tag> + <level>class</level> + <name>jboss.invoker-proxy-binding</name> + <usage-description> + Defines the invoker-proxy-binding name to use for the EJB. + </usage-description> + <unique>true</unique> + <condition-description>Applicable to all bean types for JBoss 3.2 and later</condition-description> + <condition type="and"> + <condition type="class"/> + <condition type="or"> + <condition type="type"> + <condition-parameter>javax.ejb.EntityBean</condition-parameter> + </condition> + <condition type="type"> + <condition-parameter>javax.ejb.SessionBean</condition-parameter> + </condition> + <condition type="type"> + <condition-parameter>javax.ejb.MessageDrivenBean</condition-parameter> + </condition> + </condition> + </condition> + <parameter type="text"> + <name>name</name> + <usage-description>The name of the invoker-proxy-binding destination.</usage-description> + <mandatory>true</mandatory> + </parameter> + </tag> <tag> <level>class</level> *************** *** 783,787 **** <usage-description> Assign custom query to finder named "findFoo". An @ejb.finder tag ! for the named finder must also be present </usage-description> <unique>false</unique> --- 811,815 ---- <usage-description> Assign custom query to finder named "findFoo". An @ejb.finder tag ! for the named finder must also be present. </usage-description> <unique>false</unique> ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel