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

Modified Files:
        xtags.xml 
Log Message:
XDT-1208: Added support for new tag websphere.resource-ref

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ibm/src/META-INF/xtags.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** xtags.xml   23 Dec 2004 12:38:26 -0000      1.13
--- xtags.xml   3 Jan 2005 09:35:15 -0000       1.14
***************
*** 180,183 ****
--- 180,245 ----
          </parameter>
        </tag>
+ 
+       <tag>
+         <level>class</level>
+         <name>websphere.resource-ref</name>
+         <usage-description>
+           WebSphere specific extension properties for Resource References
+         </usage-description>
+         <unique>false</unique>
+         <condition-description>EJBs</condition-description>
+         <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 type="type">
+             
<condition-parameter>javax.ejb.MessageDrivenBean</condition-parameter>
+           </condition>
+         </condition>
+         <parameter type="text">
+           <name>res-ref-name</name>
+           <usage-description>
+             The name of the resource reference
+           </usage-description>
+           <mandatory>true</mandatory>
+         </parameter>
+         <parameter type="text">
+           <name>connection-management-policy</name>
+           <usage-description>
+             The connection management policy
+           </usage-description>
+           <mandatory>false</mandatory>
+           <option-sets>
+             <option-set>
+               <options>
+                 <option>Default</option>
+                 <option>Aggressive</option>
+                 <option>Normal</option>
+               </options>
+             </option-set>
+           </option-sets>
+         </parameter>
+         <parameter type="text">
+           <name>isolation-level</name>
+           <usage-description>
+             The transaction isolation level
+           </usage-description>
+           <mandatory>false</mandatory>
+           <option-sets>
+             <option-set>
+               <options>
+                 <option>TRANSACTION_NONE</option>
+                 <option>TRANSACTION_READ_UNCOMMITTED</option>
+                 <option>TRANSACTION_READ_COMMITTED</option>
+                 <option>TRANSACTION_REPEATABLE_READ</option>
+                 <option>TRANSACTION_SERIALIZABLE</option>
+               </options>
+             </option-set>
+           </option-sets>
+         </parameter>
+       </tag>
        
      </tags>



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to