Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14727/modules/ejb/src/META-INF
Modified Files:
xtags.xml
Log Message:
Added the activation-config-property tag (XDT-1279)
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** xtags.xml 23 Feb 2005 17:28:31 -0000 1.57
--- xtags.xml 1 Mar 2005 13:16:10 -0000 1.58
***************
*** 474,481 ****
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>
--- 474,482 ----
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.
+ Only applicable to EJB 2.1 message-driven beans.
</usage-description>
<mandatory>false</mandatory>
<default>javax.jms.MessageListener</default>
! <condition-description>EJB 2.1 message-driven
beans.</condition-description>
<condition type="type">
<condition-parameter>javax.ejb.MessageDrivenBean</condition-parameter>
***************
*** 2688,2691 ****
--- 2689,2733 ----
</parameter>
</tag>
+ <tag>
+ <level>class</level>
+ <name>ejb.activation-config-property</name>
+ <usage-description>
+ Defines information about the expected configuration
properties
+ of the message-driven bean in its operational environment.
+ The properties that are recognized for a particular
message-driven
+ bean are determined by the messaging type. The following
+ activation-config-properties are automatically generated from
+ the corresponding parameters in ejb.bean and do not require a
+ ejb.activation-config-property tag: acknowledgeMode,
+ messageSelector, destinationType, subscriptionDurability.
+ Only applicable to EJB 2.1 message-driven beans.
+ </usage-description>
+ <unique>false</unique>
+ <condition-description>EJB 2.1 messge-driven
beans</condition-description>
+ <condition type="and">
+ <condition type="class"/>
+ <condition type="type">
+
<condition-parameter>javax.ejb.MessagDrivenBean</condition-parameter>
+ </condition>
+ </condition>
+ <parameter type="text">
+ <name>name</name>
+ <usage-description>
+ Contains the name for an activation
configuration property
+ of a message-driven bean.
+ </usage-description>
+ <mandatory>true</mandatory>
+ <default>false</default>
+ </parameter>
+ <parameter type="text">
+ <name>value</name>
+ <usage-description>
+ Contains the value for an activation
configuration property
+ of a message-driven bean.
+ </usage-description>
+ <mandatory>true</mandatory>
+ <default>false</default>
+ </parameter>
+ </tag>
</tags>
</namespace>
-------------------------------------------------------
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