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-serv26236/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:
- EjbConfig is now a dummy plugin. Eases doc generation and simplifies
dispersion.
- View-types for methods cannot be wider than supported by bean. They'll be
bitwise masked.
- Updated test-cases eliminating unsuported view references.
- ...
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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ejb-jar-v20.xml 30 Aug 2005 00:34:33 -0000 1.2
--- ejb-jar-v20.xml 6 Sep 2005 01:49:59 -0000 1.3
***************
*** 318,323 ****
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Local</method-intf>
<method-name>getOwners</method-name>
</method>
</method-permission>
--- 318,326 ----
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Remote</method-intf>
<method-name>getOwners</method-name>
+ <method-params>
+ <method-param>int</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 328,333 ****
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>LocalHome</method-intf>
<method-name>getOwners</method-name>
</method>
</method-permission>
--- 331,339 ----
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Local</method-intf>
<method-name>getOwners</method-name>
+ <method-params>
+ <method-param>int</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 360,363 ****
--- 366,372 ----
<method-intf>Home</method-intf>
<method-name>findAll</method-name>
+ <method-params>
+ <method-param>int[]</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 370,373 ****
--- 379,386 ----
<method-intf>Home</method-intf>
<method-name>findOther</method-name>
+ <method-params>
+ <method-param>java.lang.String</method-param>
+ <method-param>java.lang.Integer</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 380,383 ****
--- 393,400 ----
<method-intf>LocalHome</method-intf>
<method-name>findOther</method-name>
+ <method-params>
+ <method-param>java.lang.String</method-param>
+ <method-param>java.lang.Integer</method-param>
+ </method-params>
</method>
</method-permission>
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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ejb-jar-v21.xml 30 Aug 2005 00:34:33 -0000 1.2
--- ejb-jar-v21.xml 6 Sep 2005 01:49:59 -0000 1.3
***************
*** 358,363 ****
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Local</method-intf>
<method-name>getOwners</method-name>
</method>
</method-permission>
--- 358,366 ----
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Remote</method-intf>
<method-name>getOwners</method-name>
+ <method-params>
+ <method-param>int</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 368,373 ****
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>LocalHome</method-intf>
<method-name>getOwners</method-name>
</method>
</method-permission>
--- 371,379 ----
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Local</method-intf>
<method-name>getOwners</method-name>
+ <method-params>
+ <method-param>int</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 400,403 ****
--- 406,412 ----
<method-intf>Home</method-intf>
<method-name>findAll</method-name>
+ <method-params>
+ <method-param>int[]</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 410,413 ****
--- 419,426 ----
<method-intf>Home</method-intf>
<method-name>findOther</method-name>
+ <method-params>
+ <method-param>java.lang.String</method-param>
+ <method-param>java.lang.Integer</method-param>
+ </method-params>
</method>
</method-permission>
***************
*** 420,423 ****
--- 433,440 ----
<method-intf>LocalHome</method-intf>
<method-name>findOther</method-name>
+ <method-params>
+ <method-param>java.lang.String</method-param>
+ <method-param>java.lang.Integer</method-param>
+ </method-params>
</method>
</method-permission>
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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ejb-jar-v11.xml 30 Aug 2005 00:34:33 -0000 1.2
--- ejb-jar-v11.xml 6 Sep 2005 01:49:59 -0000 1.3
***************
*** 114,135 ****
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Local</method-intf>
<method-name>getOwners</method-name>
</method>
</method-permission>
<method-permission id="MethodPermission_4">
<description>Description not supported yet</description>
- <role-name>admin</role-name>
- <method id="MethodElement_4">
- <description>Description not supported yet</description>
- <ejb-name>Account</ejb-name>
- <method-intf>LocalHome</method-intf>
- <method-name>getOwners</method-name>
- </method>
- </method-permission>
- <method-permission id="MethodPermission_5">
- <description>Description not supported yet</description>
<role-name>user-role</role-name>
! <method id="MethodElement_5">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
--- 114,128 ----
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
! <method-intf>Remote</method-intf>
<method-name>getOwners</method-name>
+ <method-params>
+ <method-param>int</method-param>
+ </method-params>
</method>
</method-permission>
<method-permission id="MethodPermission_4">
<description>Description not supported yet</description>
<role-name>user-role</role-name>
! <method id="MethodElement_4">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
***************
*** 138,145 ****
</method>
</method-permission>
! <method-permission id="MethodPermission_6">
<description>Description not supported yet</description>
<role-name>myRole1</role-name>
! <method id="MethodElement_6">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
--- 131,138 ----
</method>
</method-permission>
! <method-permission id="MethodPermission_5">
<description>Description not supported yet</description>
<role-name>myRole1</role-name>
! <method id="MethodElement_5">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
***************
*** 148,185 ****
</method>
</method-permission>
! <method-permission id="MethodPermission_7">
<description>Description not supported yet</description>
<role-name>myRole2</role-name>
! <method id="MethodElement_7">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
<method-intf>Home</method-intf>
<method-name>findAll</method-name>
</method>
</method-permission>
! <method-permission id="MethodPermission_8">
<description>Description not supported yet</description>
<role-name>myRole3</role-name>
! <method id="MethodElement_8">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
<method-intf>Home</method-intf>
<method-name>findOther</method-name>
</method>
</method-permission>
! <method-permission id="MethodPermission_9">
<description>Description not supported yet</description>
<role-name>myRole3</role-name>
! <method id="MethodElement_9">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
<method-intf>LocalHome</method-intf>
<method-name>findOther</method-name>
</method>
</method-permission>
! <method-permission id="MethodPermission_10">
<description>Description not supported yet</description>
<role-name>admin</role-name>
! <method id="MethodElement_10">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
--- 141,189 ----
</method>
</method-permission>
! <method-permission id="MethodPermission_6">
<description>Description not supported yet</description>
<role-name>myRole2</role-name>
! <method id="MethodElement_6">
<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>
</method-permission>
! <method-permission id="MethodPermission_7">
<description>Description not supported yet</description>
<role-name>myRole3</role-name>
! <method id="MethodElement_7">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
<method-intf>Home</method-intf>
<method-name>findOther</method-name>
+ <method-params>
+ <method-param>java.lang.String</method-param>
+ <method-param>java.lang.Integer</method-param>
+ </method-params>
</method>
</method-permission>
! <method-permission id="MethodPermission_8">
<description>Description not supported yet</description>
<role-name>myRole3</role-name>
! <method id="MethodElement_8">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
<method-intf>LocalHome</method-intf>
<method-name>findOther</method-name>
+ <method-params>
+ <method-param>java.lang.String</method-param>
+ <method-param>java.lang.Integer</method-param>
+ </method-params>
</method>
</method-permission>
! <method-permission id="MethodPermission_9">
<description>Description not supported yet</description>
<role-name>admin</role-name>
! <method id="MethodElement_9">
<description>Description not supported yet</description>
<ejb-name>Account</ejb-name>
-------------------------------------------------------
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