Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28977/modules/ejb/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
Added the messaging-type parameter for Message Driven Beans (XDT-1277)

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** xtags.xml   9 Feb 2005 09:20:26 -0000       1.56
--- xtags.xml   23 Feb 2005 17:28:31 -0000      1.57
***************
*** 470,473 ****
--- 470,486 ----
          </parameter>
          <parameter type="text">
+           <name>messaging-type</name>
+           <usage-description>
+                The messaging-type element specifies the message listener 
interface of the message-driven bean. 
+                If the messaging-type element is not specified, it is assumed 
to be javax.jms.MessageListener.
+           </usage-description>
+           <mandatory>false</mandatory>
+           <default>javax.jms.MessageListener</default>
+           <condition-description>Message-driven beans.</condition-description>
+           <condition type="type">
+             
<condition-parameter>javax.ejb.MessageDrivenBean</condition-parameter>
+           </condition>
+         </parameter>
+         <parameter type="text">
            <name>remote-business-interface</name>
            <usage-description>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to