Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/descriptor/expected
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1564/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/descriptor/expected

Modified Files:
        ejb-jar-v11.xml ejb-jar-v21.xml ejb-jar-v20.xml 
Log Message:
- Finished ejb-jar.xml generation (for now) - time to move on
- Update qtags docs inserting <br> to generate a cleaner doc base
- Updated test-cases

Index: ejb-jar-v20.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/descriptor/expected/ejb-jar-v20.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ejb-jar-v20.xml     6 Sep 2005 01:49:59 -0000       1.3
--- ejb-jar-v20.xml     7 Sep 2005 01:13:08 -0000       1.4
***************
*** 420,423 ****
--- 420,446 ----
      </method-permission>
      <!--To specify additional container-transaction elements, add a file in 
the merge directory called ejb-container-transactions.xml that contains them.-->
+     <container-transaction id="MethodTransaction_1">
+       <description>Description not supported yet</description>
+       <method id="MethodElement_14">
+         <description>Description not supported yet</description>
+         <ejb-name>Account</ejb-name>
+         <method-intf>LocalHome</method-intf>
+         <method-name>findAll</method-name>
+       </method>
+       <trans-attribute>Supports</trans-attribute>
+     </container-transaction>
+     <container-transaction id="MethodTransaction_2">
+       <description>Description not supported yet</description>
+       <method id="MethodElement_15">
+         <description>Description not supported yet</description>
+         <ejb-name>Account</ejb-name>
+         <method-intf>Home</method-intf>
+         <method-name>findAll</method-name>
+         <method-params>
+           <method-param>int[]</method-param>
+         </method-params>
+       </method>
+       <trans-attribute>Required</trans-attribute>
+     </container-transaction>
      <!--TODO: HERERRERERER asm-descriptor.jelly-->
    </assembly-descriptor>

Index: ejb-jar-v21.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/descriptor/expected/ejb-jar-v21.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ejb-jar-v21.xml     6 Sep 2005 01:49:59 -0000       1.3
--- ejb-jar-v21.xml     7 Sep 2005 01:13:08 -0000       1.4
***************
*** 460,463 ****
--- 460,486 ----
      </method-permission>
      <!--To specify additional container-transaction elements, add a file in 
the merge directory called ejb-container-transactions.xml that contains them.-->
+     <container-transaction id="MethodTransaction_1">
+       <description>Description not supported yet</description>
+       <method id="MethodElement_14">
+         <description>Description not supported yet</description>
+         <ejb-name>Account</ejb-name>
+         <method-intf>LocalHome</method-intf>
+         <method-name>findAll</method-name>
+       </method>
+       <trans-attribute>Supports</trans-attribute>
+     </container-transaction>
+     <container-transaction id="MethodTransaction_2">
+       <description>Description not supported yet</description>
+       <method id="MethodElement_15">
+         <description>Description not supported yet</description>
+         <ejb-name>Account</ejb-name>
+         <method-intf>Home</method-intf>
+         <method-name>findAll</method-name>
+         <method-params>
+           <method-param>int[]</method-param>
+         </method-params>
+       </method>
+       <trans-attribute>Required</trans-attribute>
+     </container-transaction>
      <!--TODO: HERERRERERER asm-descriptor.jelly-->
    </assembly-descriptor>

Index: ejb-jar-v11.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/test/java/org/xdoclet/plugin/ejb/descriptor/expected/ejb-jar-v11.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ejb-jar-v11.xml     6 Sep 2005 01:49:59 -0000       1.3
--- ejb-jar-v11.xml     7 Sep 2005 01:13:08 -0000       1.4
***************
*** 193,196 ****
--- 193,219 ----
      </method-permission>
      <!--To specify additional container-transaction elements, add a file in 
the merge directory called ejb-container-transactions.xml that contains them.-->
+     <container-transaction id="MethodTransaction_1">
+       <description>Description not supported yet</description>
+       <method id="MethodElement_10">
+         <description>Description not supported yet</description>
+         <ejb-name>Account</ejb-name>
+         <method-intf>LocalHome</method-intf>
+         <method-name>findAll</method-name>
+       </method>
+       <trans-attribute>Supports</trans-attribute>
+     </container-transaction>
+     <container-transaction id="MethodTransaction_2">
+       <description>Description not supported yet</description>
+       <method id="MethodElement_11">
+         <description>Description not supported yet</description>
+         <ejb-name>Account</ejb-name>
+         <method-intf>Home</method-intf>
+         <method-name>findAll</method-name>
+         <method-params>
+           <method-param>int[]</method-param>
+         </method-params>
+       </method>
+       <trans-attribute>Required</trans-attribute>
+     </container-transaction>
      <!--TODO: HERERRERERER asm-descriptor.jelly-->
    </assembly-descriptor>



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to