Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv30943/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
- patch for XDT-195 (support for JBoss cache invalidation), thanks Oskari!


Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** xtags.xml   10 Nov 2002 15:51:03 -0000      1.25
--- xtags.xml   13 Dec 2002 20:17:28 -0000      1.26
***************
*** 1311,1314 ****
--- 1311,1384 ----
               </parameter>
           </tag>
+ 
+ 
+         <tag>
+             <level>class</level>
+             <name>jboss.cache-invalidation</name>
+             <usage-description>
+                 Tells the container to emit cache invalidation messages when these 
+entities are changed.
+ 
+                 NOTE! You must ensure the entity is deployed in a container 
+configured or in validation.
+                 (i.e. has 
+org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor
+                 configured in its interceptor stack.)
+ 
+             </usage-description>
+             <unique>true</unique>
+ 
+             <condition-description>Only valid for CMP 2.x 
+Beans</condition-description>
+             <condition type="tag-param">
+                 <condition-parameter>ejb.bean</condition-parameter>
+                 <condition-parameter>type</condition-parameter>
+                 <condition-parameter>CMP</condition-parameter>
+             </condition>
+ 
+             <parameter type="text">
+                 <name>value</name>
+                 <usage-description>
+                     Defines the behaviour of the invalidator:
+                     true enables it for commit options A and D,
+                     True forces invalidation on all commit options.
+                 </usage-description>
+                 <mandatory>false</mandatory>
+                 <default>true</default>
+             </parameter>
+         </tag>
+ 
+         <tag>
+             <level>class</level>
+             <name>jboss.cache-invalidation-config</name>
+             <usage-description>
+                 Configure the behaviour of jboss cache invalidation.
+                 NOTE! The defaults mentioned are not manifested in the output,
+                 they are JBoss's behaviour cited here for convenience.
+             </usage-description>
+             <unique>true</unique>
+ 
+             <condition-description>Only valid for CMP 2.x 
+Beans</condition-description>
+             <condition type="tag-param">
+                 <condition-parameter>ejb.bean</condition-parameter>
+                 <condition-parameter>type</condition-parameter>
+                 <condition-parameter>CMP</condition-parameter>
+             </condition>
+ 
+             <parameter type="text">
+                 <name>invalidation-manager-name</name>
+                 <usage-description>
+                     The JMX ObjectName of the InvalidationManager to use.
+                 </usage-description>
+                 <mandatory>false</mandatory>
+                 <default>jboss.cache:service=InvalidationManager</default>
+             </parameter>
+             <parameter type="text">
+                 <name>invalidation-group-name</name>
+                 <usage-description>
+                     The name of an invalidationgroup to which this entity belongs.
+                 </usage-description>
+                 <mandatory>false</mandatory>
+                 <default>The EntityBean's name</default>
+             </parameter>
+         </tag>
+ 
+ 
      </tags>
    </namespace>



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to