CVS: xdoclet/modules/jboss/src/META-INF xtags.xml,1.61,1.62

Andrew Stevens <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.