Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9954/modules/ejb/src/META-INF
Modified Files:
xtags.xml
Log Message:
added destination-link parameter to the bean tag for MDB's and jndi-name
parameter to the message-destination tag
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** xtags.xml 26 Mar 2005 11:17:27 -0000 1.62
--- xtags.xml 29 Mar 2005 22:49:20 -0000 1.63
***************
*** 443,446 ****
--- 443,477 ----
</parameter>
<parameter type="text">
+ <name>destination-link</name>
+ <usage-description>
+ Used to link the message-driven bean to a message
destination.
+
+ The value must be the message-destination-name of a message
+ destination in the same Deployment File or in another
+ Deployment File in the same J2EE application unit.
+
+ Alternatively, the value may be composed of a path name
+ specifying a Deployment File containing the referenced
+ message destination with the message-destination-name of the
+ destination appended and separated from the path name by
+ "#". The path name is relative to the Deployment File
+ containing Deployment Component that is referencing the
+ message destination. This allows multiple message
+ destinations with the same name to be uniquely identified.
+
+ A message-destination-link is automatically generated if you
+ add a message-destination tag to the message-driven bean. This
+ should be used if the message-destination is specified in another
+ bean or in a merge-file.
+
+ Only applicable to EJB 2.1 message-driven beans.
+ </usage-description>
+ <mandatory>false</mandatory>
+ <condition-description>Message-driven beans.</condition-description>
+ <condition type="type">
+
<condition-parameter>javax.ejb.MessageDrivenBean</condition-parameter>
+ </condition>
+ </parameter>
+ <parameter type="text">
<name>subscription-durability</name>
<usage-description>
***************
*** 1131,1142 ****
<condition-description>Applicable to Entity and Session
beans.</condition-description>
<condition type="and">
! <condition type="class">
! <condition type="or">
! <condition type="type">
!
<condition-parameter>javax.ejb.SessionBean</condition-parameter>
! </condition>
! <condition type="type">
!
<condition-parameter>javax.ejb.EntityBean</condition-parameter>
! </condition>
</condition>
</condition>
--- 1162,1172 ----
<condition-description>Applicable to Entity and Session
beans.</condition-description>
<condition type="and">
! <condition type="class"/>
! <condition type="or">
! <condition type="type">
! <condition-parameter>javax.ejb.SessionBean</condition-parameter>
! </condition>
! <condition type="type">
! <condition-parameter>javax.ejb.EntityBean</condition-parameter>
</condition>
</condition>
***************
*** 2832,2836 ****
</usage-description>
<mandatory>true</mandatory>
- <default>false</default>
</parameter>
<parameter type="text">
--- 2862,2865 ----
***************
*** 2840,2844 ****
</usage-description>
<mandatory>false</mandatory>
- <default>false</default>
</parameter>
<parameter type="text">
--- 2869,2872 ----
***************
*** 2848,2852 ****
</usage-description>
<mandatory>false</mandatory>
! <default>false</default>
</parameter>
</tag>
--- 2876,2886 ----
</usage-description>
<mandatory>false</mandatory>
! </parameter>
! <parameter type="text">
! <name>jndi-name</name>
! <usage-description>
! Contains the jndi-name of the
message-destination.
! </usage-description>
! <mandatory>false</mandatory>
</parameter>
</tag>
-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel