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-serv20096/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:
- ServiceEndpointPlugin stub created
- Uniformed package/pattern/class tag values for java generation for tags that 
permit default naming override
- Qtags classes name fixed
- Qtags refactorings
- Fixed testcases


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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ejb-jar-v20.xml     7 Sep 2005 01:13:08 -0000       1.4
--- ejb-jar-v20.xml     13 Sep 2005 02:22:33 -0000      1.5
***************
*** 84,91 ****
        <description>This is part of the common test application for all 
ejb-related</description>
        <ejb-name>Client</ejb-name>
!       <home>org.xdoclet.testapp.ejb.interfaces.ClientRemoteHome</home>
!       <remote>org.xdoclet.testapp.ejb.interfaces.ClientRemote</remote>
!       
<local-home>org.xdoclet.testapp.ejb.interfaces.ClientLocalHome</local-home>
!       <local>org.xdoclet.testapp.ejb.interfaces.ClientLocal</local>
        <!--
                  TODO: Suport endpoint, ie, JAX-RPC webservices. Needs a new 
generating plugin (just for session beans ?) 
<service-endpoint><XDtEjbIntf:componentInterface 
type="service-endpoint"/></service-endpoint>
--- 84,91 ----
        <description>This is part of the common test application for all 
ejb-related</description>
        <ejb-name>Client</ejb-name>
!       <home>org.xdoclet.testapp.ejb.interfaces.ClientRemoteHomeIFace</home>
!       <remote>org.xdoclet.testapp.ejb.interfaces.ClientIFaceRemote</remote>
!       
<local-home>org.xdoclet.testapp.ejb.interfaces.ClientLocalHomeIFace</local-home>
!       <local>org.xdoclet.testapp.ejb.interfaces.ClientLocalIFace</local>
        <!--
                  TODO: Suport endpoint, ie, JAX-RPC webservices. Needs a new 
generating plugin (just for session beans ?) 
<service-endpoint><XDtEjbIntf:componentInterface 
type="service-endpoint"/></service-endpoint>
***************
*** 94,98 ****
        <ejb-class>org.xdoclet.testapp.ejb.beans.ClientBean</ejb-class>
        <persistence-type>Container</persistence-type>
!       <prim-key-class>org.xdoclet.testapp.ejb.util.ClientPK</prim-key-class>
        <reentrant>False</reentrant>
        <cmp-version>2.x</cmp-version>
--- 94,98 ----
        <ejb-class>org.xdoclet.testapp.ejb.beans.ClientBean</ejb-class>
        <persistence-type>Container</persistence-type>
!       
<prim-key-class>org.xdoclet.testapp.ejb.util.ClientPrimaryKey</prim-key-class>
        <reentrant>False</reentrant>
        <cmp-version>2.x</cmp-version>

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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ejb-jar-v21.xml     7 Sep 2005 01:13:08 -0000       1.4
--- ejb-jar-v21.xml     13 Sep 2005 02:22:33 -0000      1.5
***************
*** 83,90 ****
        <description>This is part of the common test application for all 
ejb-related</description>
        <ejb-name>Client</ejb-name>
!       <home>org.xdoclet.testapp.ejb.interfaces.ClientRemoteHome</home>
!       <remote>org.xdoclet.testapp.ejb.interfaces.ClientRemote</remote>
!       
<local-home>org.xdoclet.testapp.ejb.interfaces.ClientLocalHome</local-home>
!       <local>org.xdoclet.testapp.ejb.interfaces.ClientLocal</local>
        <!--
                  TODO: Suport endpoint, ie, JAX-RPC webservices. Needs a new 
generating plugin (just for session beans ?) 
<service-endpoint><XDtEjbIntf:componentInterface 
type="service-endpoint"/></service-endpoint>
--- 83,90 ----
        <description>This is part of the common test application for all 
ejb-related</description>
        <ejb-name>Client</ejb-name>
!       <home>org.xdoclet.testapp.ejb.interfaces.ClientRemoteHomeIFace</home>
!       <remote>org.xdoclet.testapp.ejb.interfaces.ClientIFaceRemote</remote>
!       
<local-home>org.xdoclet.testapp.ejb.interfaces.ClientLocalHomeIFace</local-home>
!       <local>org.xdoclet.testapp.ejb.interfaces.ClientLocalIFace</local>
        <!--
                  TODO: Suport endpoint, ie, JAX-RPC webservices. Needs a new 
generating plugin (just for session beans ?) 
<service-endpoint><XDtEjbIntf:componentInterface 
type="service-endpoint"/></service-endpoint>
***************
*** 93,97 ****
        <ejb-class>org.xdoclet.testapp.ejb.beans.ClientBean</ejb-class>
        <persistence-type>Container</persistence-type>
!       <prim-key-class>org.xdoclet.testapp.ejb.util.ClientPK</prim-key-class>
        <reentrant>false</reentrant>
        <cmp-version>2.x</cmp-version>
--- 93,97 ----
        <ejb-class>org.xdoclet.testapp.ejb.beans.ClientBean</ejb-class>
        <persistence-type>Container</persistence-type>
!       
<prim-key-class>org.xdoclet.testapp.ejb.util.ClientPrimaryKey</prim-key-class>
        <reentrant>false</reentrant>
        <cmp-version>2.x</cmp-version>

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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ejb-jar-v11.xml     7 Sep 2005 01:13:08 -0000       1.4
--- ejb-jar-v11.xml     13 Sep 2005 02:22:33 -0000      1.5
***************
*** 36,41 ****
        <description>This is part of the common test application for all 
ejb-related</description>
        <ejb-name>Client</ejb-name>
!       <home>org.xdoclet.testapp.ejb.interfaces.ClientRemoteHome</home>
!       <remote>org.xdoclet.testapp.ejb.interfaces.ClientRemote</remote>
        <!--
                  TODO: Suport endpoint, ie, JAX-RPC webservices. Needs a new 
generating plugin (just for session beans ?) 
<service-endpoint><XDtEjbIntf:componentInterface 
type="service-endpoint"/></service-endpoint>
--- 36,41 ----
        <description>This is part of the common test application for all 
ejb-related</description>
        <ejb-name>Client</ejb-name>
!       <home>org.xdoclet.testapp.ejb.interfaces.ClientRemoteHomeIFace</home>
!       <remote>org.xdoclet.testapp.ejb.interfaces.ClientIFaceRemote</remote>
        <!--
                  TODO: Suport endpoint, ie, JAX-RPC webservices. Needs a new 
generating plugin (just for session beans ?) 
<service-endpoint><XDtEjbIntf:componentInterface 
type="service-endpoint"/></service-endpoint>
***************
*** 44,48 ****
        <ejb-class>org.xdoclet.testapp.ejb.beans.ClientBean</ejb-class>
        <persistence-type>Container</persistence-type>
!       <prim-key-class>org.xdoclet.testapp.ejb.util.ClientPK</prim-key-class>
        <reentrant>False</reentrant>
        <cmp-field id="CMPAttribute_3">
--- 44,48 ----
        <ejb-class>org.xdoclet.testapp.ejb.beans.ClientBean</ejb-class>
        <persistence-type>Container</persistence-type>
!       
<prim-key-class>org.xdoclet.testapp.ejb.util.ClientPrimaryKey</prim-key-class>
        <reentrant>False</reentrant>
        <cmp-field id="CMPAttribute_3">



-------------------------------------------------------
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