User: jung    
  Date: 00/12/04 04:35:45

  Modified:    src/de/infor/businessservices/test TestException.java
                        TestInterface.java TestInterfaceHome.java
                        TestSuperInterface.java test.dfPackage
  Log:
  adopted to latest jboss container,
  
  added decimal and date
  
  removed some problems due to forward-referencing in meta-data
  
  added serialisation policy
  
  Revision  Changes    Path
  1.2       +95 -87    zoap/src/de/infor/businessservices/test/TestException.java
  
  Index: TestException.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/de/infor/businessservices/test/TestException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestException.java        2000/08/10 21:06:37     1.1
  +++ TestException.java        2000/12/04 12:35:44     1.2
  @@ -1,90 +1,104 @@
  -/*
  - *   $Id: TestException.java,v 1.1 2000/08/10 21:06:37 jung Exp $
  - *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  - *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  - *
  - *   License Statement
  - *
  - *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  - *   modification, are permitted provided that the following conditions are met:
  - *
  - *   1.      Redistributions of source code must retain copyright statements and 
notices.
  - *           Redistributions must also contain a copy of this document.
  - *
  - *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  - *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  - *           with the distribution.
  - *
  - *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  - *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  - *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  - *           if and wherever such third-party acknowledgments normally appear.
  - *
  - *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  - *           Software without prior written permission of infor: business solutions 
AG.
  - *           For written permission, please contact [EMAIL PROTECTED]
  - *
  - *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  - *           in their names without prior written permission of infor: business 
solutions AG. infor
  - *           is a registered trademark of infor:business solutions AG.
  - *
  - *   Disclaimer
  - *
  - *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  - *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  - *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  - *
  - *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  - *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  - *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  - *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  - *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  - *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  - */
  -
  -package de.infor.businessservices.test;
  -
  -/**
  - *   <Description>
  - *   @see <related>
  - *   @author $Author: jung $
  - *   @version $Revision: 1.1 $
  - */
  -
  -public class TestException extends Exception {
  -}
  -
  -/*
  +/*
  + *   $Id: TestException.java,v 1.2 2000/12/04 12:35:44 jung Exp $
  + *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  + *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  + *
  + *   License Statement
  + *
  + *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  + *   modification, are permitted provided that the following conditions are met:
  + *
  + *   1.      Redistributions of source code must retain copyright statements and 
notices.
  + *           Redistributions must also contain a copy of this document.
  + *
  + *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  + *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  + *           with the distribution.
  + *
  + *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  + *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  + *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  + *           if and wherever such third-party acknowledgments normally appear.
  + *
  + *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  + *           Software without prior written permission of infor: business solutions 
AG.
  + *           For written permission, please contact [EMAIL PROTECTED]
  + *
  + *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  + *           in their names without prior written permission of infor: business 
solutions AG. infor
  + *           is a registered trademark of infor:business solutions AG.
  + *
  + *   Disclaimer
  + *
  + *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  + *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  + *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  + *
  + *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  + *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  + *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  + *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  + *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  + *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + */
  +
  +package de.infor.businessservices.test;
  +
  +/**
  + *   <Description>
  + *   @see <related>
  + *   @author $Author: jung $
  + *   @version $Revision: 1.2 $
  + */
  +
  +public class TestException extends Exception {
  +}
  +
  +/*
    *   $Log: TestException.java,v $
  - *   Revision 1.1  2000/08/10 21:06:37  jung
  - *   Initial revision
  - *   
  - *   Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  - *   package renaming, most of the zoap stuff now under org.zoap
  - *   util and http stay infor.ce, containerInvoker etc move to org.jboss
  - *   
  - *   changed the makefile, adopted most of the licenses
  - *   
  - *   Revision 1.1.1.1  2000/07/06 14:11:25  jung
  - *   Import of a pre beta version of ZOAP source with a new directory structure,
  - *   ant-based make, apache-kind of license, etc.
  - *
  - *   jars are coming later because of cvs-history reasons.
  - *
  - *   Revision 1.1.1.1  2000/06/19 12:04:12  jung
  - *   imported  ZOAPackage that should
  - *   go into a seperate Open Source project
  - *
  - *   Revision 1.2  2000/06/07 10:18:58  jung
  - *   added some service functionality to llokup other
  - *   beans and yourself as a bean. extended the test case
  - *   for that purpose.
  - *
  - *   added a lookup service.
  - *
  - *   Revision 1.1.1.1  2000/05/15 10:38:34  jung
  - *   Initial import of the directory structure. Contains templates and a batch file 
to
  - *   create API documentation. Also contains the not yet
  - *   fully running directory service (AFDS).
  - *
  - */
  + *   Revision 1.2  2000/12/04 12:35:44  jung
  + *   adopted to latest jboss container,
  + *   
  + *   added decimal and date
  + *   
  + *   removed some problems due to forward-referencing in meta-data
  + *   
  + *   added serialisation policy
  + *   
  + *   Revision 1.1.1.1  2000/11/16 14:49:53  jung
  + *   added the up-to-date ZOAP source (how I know: I 
  + *   made it).
  + *   
  + *   Revision 1.1.1.1  2000/08/10 21:06:37  jung
  + *   Initial import.
  + *   
  + *   
  + *   Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  + *   package renaming, most of the zoap stuff now under org.zoap
  + *   util and http stay infor.ce, containerInvoker etc move to org.jboss
  + *   
  + *   changed the makefile, adopted most of the licenses
  + *   
  + *   Revision 1.1.1.1  2000/07/06 14:11:25  jung
  + *   Import of a pre beta version of ZOAP source with a new directory structure,
  + *   ant-based make, apache-kind of license, etc.
  + *
  + *   jars are coming later because of cvs-history reasons.
  + *
  + *   Revision 1.1.1.1  2000/06/19 12:04:12  jung
  + *   imported  ZOAPackage that should
  + *   go into a seperate Open Source project
  + *
  + *   Revision 1.2  2000/06/07 10:18:58  jung
  + *   added some service functionality to llokup other
  + *   beans and yourself as a bean. extended the test case
  + *   for that purpose.
  + *
  + *   added a lookup service.
  + *
  + *   Revision 1.1.1.1  2000/05/15 10:38:34  jung
  + *   Initial import of the directory structure. Contains templates and a batch file 
to
  + *   create API documentation. Also contains the not yet
  + *   fully running directory service (AFDS).
  + *
  + */
  
  
  
  1.2       +133 -125  zoap/src/de/infor/businessservices/test/TestInterface.java
  
  Index: TestInterface.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/de/infor/businessservices/test/TestInterface.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestInterface.java        2000/08/10 21:06:37     1.1
  +++ TestInterface.java        2000/12/04 12:35:44     1.2
  @@ -1,128 +1,142 @@
  -/*
  - *   $Id: TestInterface.java,v 1.1 2000/08/10 21:06:37 jung Exp $
  - *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  - *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  - *
  - *   License Statement
  - *
  - *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  - *   modification, are permitted provided that the following conditions are met:
  - *
  - *   1.      Redistributions of source code must retain copyright statements and 
notices.
  - *           Redistributions must also contain a copy of this document.
  - *
  - *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  - *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  - *           with the distribution.
  - *
  - *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  - *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  - *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  - *           if and wherever such third-party acknowledgments normally appear.
  - *
  - *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  - *           Software without prior written permission of infor: business solutions 
AG.
  - *           For written permission, please contact [EMAIL PROTECTED]
  - *
  - *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  - *           in their names without prior written permission of infor: business 
solutions AG. infor
  - *           is a registered trademark of infor:business solutions AG.
  - *
  - *   Disclaimer
  - *
  - *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  - *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  - *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  - *
  - *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  - *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  - *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  - *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  - *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  - *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  - */
  -
  -package de.infor.businessservices.test;
  -
  -import de.infor.businessobjects.test.*;
  -
  -import java.rmi.RemoteException;
  -
  -/**
  - *      A unit test for checking deployment and basis functionality
  - *      of the system basis
  - *      @see <related>
  - *      @author $Author: jung $
  - *      @version $Revision: 1.1 $
  - */
  -
  -public interface TestInterface extends TestSuperInterface {
  -
  -  public String testString(String in)
  -    throws RemoteException;
  -
  -  public TestObject1 testObject(TestObject1 in)
  -    throws RemoteException;
  -
  -  public void testException() throws TestException, RemoteException;
  -}
  -
  -/**
  +/*
  + *   $Id: TestInterface.java,v 1.2 2000/12/04 12:35:44 jung Exp $
  + *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  + *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  + *
  + *   License Statement
  + *
  + *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  + *   modification, are permitted provided that the following conditions are met:
  + *
  + *   1.      Redistributions of source code must retain copyright statements and 
notices.
  + *           Redistributions must also contain a copy of this document.
  + *
  + *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  + *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  + *           with the distribution.
  + *
  + *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  + *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  + *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  + *           if and wherever such third-party acknowledgments normally appear.
  + *
  + *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  + *           Software without prior written permission of infor: business solutions 
AG.
  + *           For written permission, please contact [EMAIL PROTECTED]
  + *
  + *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  + *           in their names without prior written permission of infor: business 
solutions AG. infor
  + *           is a registered trademark of infor:business solutions AG.
  + *
  + *   Disclaimer
  + *
  + *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  + *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  + *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  + *
  + *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  + *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  + *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  + *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  + *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  + *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + */
  +
  +package de.infor.businessservices.test;
  +
  +import de.infor.businessobjects.test.*;
  +
  +import java.rmi.RemoteException;
  +
  +/**
  + *      A unit test for checking deployment and basis functionality
  + *      of the system basis
  + *      @see <related>
  + *      @author $Author: jung $
  + *      @version $Revision: 1.2 $
  + */
  +
  +public interface TestInterface extends TestSuperInterface {
  +
  +  public String testString(String in)
  +    throws RemoteException;
  +
  +  public TestObject1 testObject(TestObject1 in)
  +    throws RemoteException;
  +
  +  public void testException() throws TestException, RemoteException;
  +}
  +
  +/**
    * $Log: TestInterface.java,v $
  - * Revision 1.1  2000/08/10 21:06:37  jung
  - * Initial revision
  - *
  - * Revision 1.1.1.1.2.2  2000/08/04 17:20:18  jung
  - * close to beta stadium. Meta-Data import now works.
  - *
  - * Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  - * package renaming, most of the zoap stuff now under org.zoap
  - * util and http stay infor.ce, containerInvoker etc move to org.jboss
  - *
  - * changed the makefile, adopted most of the licenses
  - *
  - * Revision 1.1.1.1  2000/07/06 14:11:25  jung
  - * Import of a pre beta version of ZOAP source with a new directory structure,
  - * ant-based make, apache-kind of license, etc.
  - *
  - * jars are coming later because of cvs-history reasons.
  - *
  - * Revision 1.1.1.1  2000/06/19 12:04:12  jung
  - * imported  ZOAPackage that should
  - * go into a seperate Open Source project
  - *
  - * Revision 1.6  2000/06/07 10:18:58  jung
  - * added some service functionality to llokup other
  - * beans and yourself as a bean. extended the test case
  - * for that purpose.
  - *
  - * added a lookup service.
  - *
  - * Revision 1.5  2000/06/07 08:52:37  jung
  - * wrong import
  - *
  - * Revision 1.4  2000/06/06 19:42:30  jung
  - * added transaction support.
  - *
  - * redesigned the dataAccess package to provide BSF database
  - * sessions as transactional resources under any TXManager.
  - *
  - * DataAccess now manages the mappingData associations to apartments
  - * and threads.
  - *
  - * test component runs.
  - *
  - * Revision 1.3  2000/05/26 16:08:18  jung
  - * - extended the test case with references (do not yet work because of
  - * the heavy BSF restrictions.
  - *
  - * - improved the IDGenerator implementation.
  - *
  - * Revision 1.2  2000/05/23 20:10:10  jung
  - * first service tests with persistence work
  - *
  - * Revision 1.1  2000/05/19 16:18:06  jung
  - * moved the meta-inf stuff into src/<component> and made
  - * packager accepting a component name
  - *
  - */
  + * Revision 1.2  2000/12/04 12:35:44  jung
  + * adopted to latest jboss container,
  + *
  + * added decimal and date
  + *
  + * removed some problems due to forward-referencing in meta-data
  + *
  + * added serialisation policy
  + *
  + * Revision 1.1.1.1  2000/11/16 14:49:53  jung
  + * added the up-to-date ZOAP source (how I know: I 
  + * made it).
  + *
  + * Revision 1.1.1.1  2000/08/10 21:06:37  jung
  + * Initial import.
  + *
  + *
  + * Revision 1.1.1.1.2.2  2000/08/04 17:20:18  jung
  + * close to beta stadium. Meta-Data import now works.
  + *
  + * Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  + * package renaming, most of the zoap stuff now under org.zoap
  + * util and http stay infor.ce, containerInvoker etc move to org.jboss
  + *
  + * changed the makefile, adopted most of the licenses
  + *
  + * Revision 1.1.1.1  2000/07/06 14:11:25  jung
  + * Import of a pre beta version of ZOAP source with a new directory structure,
  + * ant-based make, apache-kind of license, etc.
  + *
  + * jars are coming later because of cvs-history reasons.
  + *
  + * Revision 1.1.1.1  2000/06/19 12:04:12  jung
  + * imported  ZOAPackage that should
  + * go into a seperate Open Source project
  + *
  + * Revision 1.6  2000/06/07 10:18:58  jung
  + * added some service functionality to llokup other
  + * beans and yourself as a bean. extended the test case
  + * for that purpose.
  + *
  + * added a lookup service.
  + *
  + * Revision 1.5  2000/06/07 08:52:37  jung
  + * wrong import
  + *
  + * Revision 1.4  2000/06/06 19:42:30  jung
  + * added transaction support.
  + *
  + * redesigned the dataAccess package to provide BSF database
  + * sessions as transactional resources under any TXManager.
  + *
  + * DataAccess now manages the mappingData associations to apartments
  + * and threads.
  + *
  + * test component runs.
  + *
  + * Revision 1.3  2000/05/26 16:08:18  jung
  + * - extended the test case with references (do not yet work because of
  + * the heavy BSF restrictions.
  + *
  + * - improved the IDGenerator implementation.
  + *
  + * Revision 1.2  2000/05/23 20:10:10  jung
  + * first service tests with persistence work
  + *
  + * Revision 1.1  2000/05/19 16:18:06  jung
  + * moved the meta-inf stuff into src/<component> and made
  + * packager accepting a component name
  + *
  + */
  
  
  
  1.2       +96 -88    zoap/src/de/infor/businessservices/test/TestInterfaceHome.java
  
  Index: TestInterfaceHome.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/de/infor/businessservices/test/TestInterfaceHome.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestInterfaceHome.java    2000/08/10 21:06:38     1.1
  +++ TestInterfaceHome.java    2000/12/04 12:35:45     1.2
  @@ -1,91 +1,105 @@
  -/*
  - *   $Id: TestInterfaceHome.java,v 1.1 2000/08/10 21:06:38 jung Exp $
  - *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  - *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  - *
  - *   License Statement
  - *
  - *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  - *   modification, are permitted provided that the following conditions are met:
  - *
  - *   1.      Redistributions of source code must retain copyright statements and 
notices.
  - *           Redistributions must also contain a copy of this document.
  - *
  - *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  - *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  - *           with the distribution.
  - *
  - *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  - *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  - *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  - *           if and wherever such third-party acknowledgments normally appear.
  - *
  - *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  - *           Software without prior written permission of infor: business solutions 
AG.
  - *           For written permission, please contact [EMAIL PROTECTED]
  - *
  - *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  - *           in their names without prior written permission of infor: business 
solutions AG. infor
  - *           is a registered trademark of infor:business solutions AG.
  - *
  - *   Disclaimer
  - *
  - *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  - *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  - *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  - *
  - *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  - *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  - *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  - *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  - *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  - *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  - */
  -
  -package de.infor.businessservices.test;
  -
  -import java.rmi.RemoteException;
  -
  -/**
  - *      A unit test for checking deployment and basis functionality
  - *      of the system basis
  - *      @see <related>
  - *      @author $Author: jung $
  - *      @version $Revision: 1.1 $
  - */
  -
  -public interface TestInterfaceHome
  -    extends javax.ejb.EJBHome
  -{
  -
  -    public abstract TestInterface create()
  -        throws RemoteException;
  -
  -}
  -
  -/**
  +/*
  + *   $Id: TestInterfaceHome.java,v 1.2 2000/12/04 12:35:45 jung Exp $
  + *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  + *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  + *
  + *   License Statement
  + *
  + *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  + *   modification, are permitted provided that the following conditions are met:
  + *
  + *   1.      Redistributions of source code must retain copyright statements and 
notices.
  + *           Redistributions must also contain a copy of this document.
  + *
  + *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  + *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  + *           with the distribution.
  + *
  + *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  + *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  + *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  + *           if and wherever such third-party acknowledgments normally appear.
  + *
  + *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  + *           Software without prior written permission of infor: business solutions 
AG.
  + *           For written permission, please contact [EMAIL PROTECTED]
  + *
  + *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  + *           in their names without prior written permission of infor: business 
solutions AG. infor
  + *           is a registered trademark of infor:business solutions AG.
  + *
  + *   Disclaimer
  + *
  + *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  + *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  + *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  + *
  + *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  + *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  + *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  + *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  + *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  + *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + */
  +
  +package de.infor.businessservices.test;
  +
  +import java.rmi.RemoteException;
  +
  +/**
  + *      A unit test for checking deployment and basis functionality
  + *      of the system basis
  + *      @see <related>
  + *      @author $Author: jung $
  + *      @version $Revision: 1.2 $
  + */
  +
  +public interface TestInterfaceHome
  +    extends javax.ejb.EJBHome
  +{
  +
  +    public abstract TestInterface create()
  +        throws RemoteException;
  +
  +}
  +
  +/**
    * $Log: TestInterfaceHome.java,v $
  - * Revision 1.1  2000/08/10 21:06:38  jung
  - * Initial revision
  - *
  - * Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  - * package renaming, most of the zoap stuff now under org.zoap
  - * util and http stay infor.ce, containerInvoker etc move to org.jboss
  - *
  - * changed the makefile, adopted most of the licenses
  - *
  - * Revision 1.1.1.1  2000/07/06 14:11:25  jung
  - * Import of a pre beta version of ZOAP source with a new directory structure,
  - * ant-based make, apache-kind of license, etc.
  - *
  - * jars are coming later because of cvs-history reasons.
  - *
  - * Revision 1.1.1.1  2000/06/19 12:04:12  jung
  - * imported  ZOAPackage that should
  - * go into a seperate Open Source project
  - *
  - * Revision 1.1  2000/05/19 16:18:06  jung
  - * moved the meta-inf stuff into src/<component> and made
  - * packager accepting a component name
  - *
  - */
  + * Revision 1.2  2000/12/04 12:35:45  jung
  + * adopted to latest jboss container,
  + *
  + * added decimal and date
  + *
  + * removed some problems due to forward-referencing in meta-data
  + *
  + * added serialisation policy
  + *
  + * Revision 1.1.1.1  2000/11/16 14:49:53  jung
  + * added the up-to-date ZOAP source (how I know: I 
  + * made it).
  + *
  + * Revision 1.1.1.1  2000/08/10 21:06:38  jung
  + * Initial import.
  + *
  + *
  + * Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  + * package renaming, most of the zoap stuff now under org.zoap
  + * util and http stay infor.ce, containerInvoker etc move to org.jboss
  + *
  + * changed the makefile, adopted most of the licenses
  + *
  + * Revision 1.1.1.1  2000/07/06 14:11:25  jung
  + * Import of a pre beta version of ZOAP source with a new directory structure,
  + * ant-based make, apache-kind of license, etc.
  + *
  + * jars are coming later because of cvs-history reasons.
  + *
  + * Revision 1.1.1.1  2000/06/19 12:04:12  jung
  + * imported  ZOAPackage that should
  + * go into a seperate Open Source project
  + *
  + * Revision 1.1  2000/05/19 16:18:06  jung
  + * moved the meta-inf stuff into src/<component> and made
  + * packager accepting a component name
  + *
  + */
  
  
  
  1.2       +129 -121  zoap/src/de/infor/businessservices/test/TestSuperInterface.java
  
  Index: TestSuperInterface.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/de/infor/businessservices/test/TestSuperInterface.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestSuperInterface.java   2000/08/10 21:06:38     1.1
  +++ TestSuperInterface.java   2000/12/04 12:35:45     1.2
  @@ -1,124 +1,138 @@
  -/*
  - *   $Id: TestSuperInterface.java,v 1.1 2000/08/10 21:06:38 jung Exp $
  - *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  - *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  - *
  - *   License Statement
  - *
  - *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  - *   modification, are permitted provided that the following conditions are met:
  - *
  - *   1.      Redistributions of source code must retain copyright statements and 
notices.
  - *           Redistributions must also contain a copy of this document.
  - *
  - *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  - *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  - *           with the distribution.
  - *
  - *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  - *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  - *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  - *           if and wherever such third-party acknowledgments normally appear.
  - *
  - *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  - *           Software without prior written permission of infor: business solutions 
AG.
  - *           For written permission, please contact [EMAIL PROTECTED]
  - *
  - *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  - *           in their names without prior written permission of infor: business 
solutions AG. infor
  - *           is a registered trademark of infor:business solutions AG.
  - *
  - *   Disclaimer
  - *
  - *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  - *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  - *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  - *
  - *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  - *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  - *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  - *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  - *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  - *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  - */
  -
  -package de.infor.businessservices.test;
  -
  -import de.infor.businessobjects.test.*;
  -
  -import java.rmi.RemoteException;
  -
  -/**
  - *      A unit test for checking deployment and basis functionality
  - *      of the system basis
  - *      @see <related>
  - *      @author $Author: jung $
  - *      @version $Revision: 1.1 $
  - */
  -
  -public interface TestSuperInterface
  -     extends javax.ejb.EJBObject {
  -
  -  public boolean testBoolean() throws RemoteException;
  -
  -}
  -
  -/**
  +/*
  + *   $Id: TestSuperInterface.java,v 1.2 2000/12/04 12:35:45 jung Exp $
  + *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
  + *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
  + *
  + *   License Statement
  + *
  + *   Redistribution and use of this software and associated documentation 
("Software"), with or without
  + *   modification, are permitted provided that the following conditions are met:
  + *
  + *   1.      Redistributions of source code must retain copyright statements and 
notices.
  + *           Redistributions must also contain a copy of this document.
  + *
  + *   2.      Redistributions in binary form must reproduce the attached copyright 
notice, this list of
  + *           conditions and the following disclaimer in the documentation and/or 
other materials provided
  + *           with the distribution.
  + *
  + *   3.      The end-user documentation included with the redistribution, if any, 
must include the following
  + *           acknowledgment: "This product includes software developed by infor: 
business solutions AG
  + *           (http://www.infor.de/)." Alternately, this acknowledgment may appear 
in the software itself,
  + *           if and wherever such third-party acknowledgments normally appear.
  + *
  + *   4.      The name "infor" must not be used to endorse or promote products 
derived from this
  + *           Software without prior written permission of infor: business solutions 
AG.
  + *           For written permission, please contact [EMAIL PROTECTED]
  + *
  + *   5.      Products derived from this Software may not be called "infor" nor may 
"infor" appear
  + *           in their names without prior written permission of infor: business 
solutions AG. infor
  + *           is a registered trademark of infor:business solutions AG.
  + *
  + *   Disclaimer
  + *
  + *   THIS SOFTWARE IS PROVIDED BY INFOR: BUSINESS SOLUTIONS AG AND CONTRIBUTORS "AS 
IS" AND ANY
  + *   EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF
  + *   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  + *
  + *   IN NO EVENT SHALL INFOR: BUSINESS SOLUTIONS AG OR ITS CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT,
  + *   INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO,
  + *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION)
  + *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
LIABILITY, OR TORT
  + *   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE,
  + *   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  + */
  +
  +package de.infor.businessservices.test;
  +
  +import de.infor.businessobjects.test.*;
  +
  +import java.rmi.RemoteException;
  +
  +/**
  + *      A unit test for checking deployment and basis functionality
  + *      of the system basis
  + *      @see <related>
  + *      @author $Author: jung $
  + *      @version $Revision: 1.2 $
  + */
  +
  +public interface TestSuperInterface
  +     extends javax.ejb.EJBObject {
  +
  +  public boolean testBoolean() throws RemoteException;
  +
  +}
  +
  +/**
    * $Log: TestSuperInterface.java,v $
  - * Revision 1.1  2000/08/10 21:06:38  jung
  - * Initial revision
  - *
  - * Revision 1.1.2.1  2000/08/04 17:20:18  jung
  - * close to beta stadium. Meta-Data import now works.
  - *
  - * Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  - * package renaming, most of the zoap stuff now under org.zoap
  - * util and http stay infor.ce, containerInvoker etc move to org.jboss
  - *
  - * changed the makefile, adopted most of the licenses
  - *
  - * Revision 1.1.1.1  2000/07/06 14:11:25  jung
  - * Import of a pre beta version of ZOAP source with a new directory structure,
  - * ant-based make, apache-kind of license, etc.
  - *
  - * jars are coming later because of cvs-history reasons.
  - *
  - * Revision 1.1.1.1  2000/06/19 12:04:12  jung
  - * imported  ZOAPackage that should
  - * go into a seperate Open Source project
  - *
  - * Revision 1.6  2000/06/07 10:18:58  jung
  - * added some service functionality to llokup other
  - * beans and yourself as a bean. extended the test case
  - * for that purpose.
  - *
  - * added a lookup service.
  - *
  - * Revision 1.5  2000/06/07 08:52:37  jung
  - * wrong import
  - *
  - * Revision 1.4  2000/06/06 19:42:30  jung
  - * added transaction support.
  - *
  - * redesigned the dataAccess package to provide BSF database
  - * sessions as transactional resources under any TXManager.
  - *
  - * DataAccess now manages the mappingData associations to apartments
  - * and threads.
  - *
  - * test component runs.
  - *
  - * Revision 1.3  2000/05/26 16:08:18  jung
  - * - extended the test case with references (do not yet work because of
  - * the heavy BSF restrictions.
  - *
  - * - improved the IDGenerator implementation.
  - *
  - * Revision 1.2  2000/05/23 20:10:10  jung
  - * first service tests with persistence work
  - *
  - * Revision 1.1  2000/05/19 16:18:06  jung
  - * moved the meta-inf stuff into src/<component> and made
  - * packager accepting a component name
  - *
  - */
  + * Revision 1.2  2000/12/04 12:35:45  jung
  + * adopted to latest jboss container,
  + *
  + * added decimal and date
  + *
  + * removed some problems due to forward-referencing in meta-data
  + *
  + * added serialisation policy
  + *
  + * Revision 1.1.1.1  2000/11/16 14:49:53  jung
  + * added the up-to-date ZOAP source (how I know: I 
  + * made it).
  + *
  + * Revision 1.1.1.1  2000/08/10 21:06:38  jung
  + * Initial import.
  + *
  + *
  + * Revision 1.1.2.1  2000/08/04 17:20:18  jung
  + * close to beta stadium. Meta-Data import now works.
  + *
  + * Revision 1.1.1.1.2.1  2000/07/13 12:46:14  jung
  + * package renaming, most of the zoap stuff now under org.zoap
  + * util and http stay infor.ce, containerInvoker etc move to org.jboss
  + *
  + * changed the makefile, adopted most of the licenses
  + *
  + * Revision 1.1.1.1  2000/07/06 14:11:25  jung
  + * Import of a pre beta version of ZOAP source with a new directory structure,
  + * ant-based make, apache-kind of license, etc.
  + *
  + * jars are coming later because of cvs-history reasons.
  + *
  + * Revision 1.1.1.1  2000/06/19 12:04:12  jung
  + * imported  ZOAPackage that should
  + * go into a seperate Open Source project
  + *
  + * Revision 1.6  2000/06/07 10:18:58  jung
  + * added some service functionality to llokup other
  + * beans and yourself as a bean. extended the test case
  + * for that purpose.
  + *
  + * added a lookup service.
  + *
  + * Revision 1.5  2000/06/07 08:52:37  jung
  + * wrong import
  + *
  + * Revision 1.4  2000/06/06 19:42:30  jung
  + * added transaction support.
  + *
  + * redesigned the dataAccess package to provide BSF database
  + * sessions as transactional resources under any TXManager.
  + *
  + * DataAccess now manages the mappingData associations to apartments
  + * and threads.
  + *
  + * test component runs.
  + *
  + * Revision 1.3  2000/05/26 16:08:18  jung
  + * - extended the test case with references (do not yet work because of
  + * the heavy BSF restrictions.
  + *
  + * - improved the IDGenerator implementation.
  + *
  + * Revision 1.2  2000/05/23 20:10:10  jung
  + * first service tests with persistence work
  + *
  + * Revision 1.1  2000/05/19 16:18:06  jung
  + * moved the meta-inf stuff into src/<component> and made
  + * packager accepting a component name
  + *
  + */
  
  
  
  1.2       +42 -42    zoap/src/de/infor/businessservices/test/test.dfPackage
  
  Index: test.dfPackage
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/de/infor/businessservices/test/test.dfPackage,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test.dfPackage    2000/08/10 21:06:37     1.1
  +++ test.dfPackage    2000/12/04 12:35:45     1.2
  @@ -1,42 +1,42 @@
  -package idltlocac2ai2dcac68sm8;
  -
  -/**
  -@version 2.0
  -@physicalPackage
  -@__modelType diagram 
  -*/
  -class diagram {
  -/**
  -@__ref <oiref:java#Class#de.infor.businessservices.test.TestException:oiref><oihard>
  -@__modelType reference 
  -*/
  -class reference {
  -}/**
  -@__ref <oiref:java#Class#de.infor.businessservices.test.TestInterface:oiref><oihard>
  -@__modelType reference 
  -*/
  -class reference23 {
  -}/**
  -@__ref 
<oiref:java#Class#de.infor.businessservices.test.TestInterfaceHome:oiref><oihard>
  -@__modelType reference 
  -*/
  -class reference24 {
  -}/**
  -@__ref 
<oiref:java#Class#de.infor.businessservices.test.TestSuperInterface:oiref><oihard>
  -@__modelType reference 
  -*/
  -class reference3 {
  -}}/**
  -@__tags
  -@shapeType ClassDiagram 
  -*/
  -class __tags {
  -}/**
  -@__options 
  -*/
  -class __options {
  -}/**
  -@__positions 
  -*/
  -class __positions {
  -}
  \ No newline at end of file
  +package idltlocac2ai2dcac68sm8;
  +
  +/**
  +@version 2.0
  +@physicalPackage
  +@__modelType diagram 
  +*/
  +class diagram {
  +/**
  +@__ref <oiref:java#Class#de.infor.businessservices.test.TestException:oiref><oihard>
  +@__modelType reference 
  +*/
  +class reference {
  +}/**
  +@__ref <oiref:java#Class#de.infor.businessservices.test.TestInterface:oiref><oihard>
  +@__modelType reference 
  +*/
  +class reference23 {
  +}/**
  +@__ref 
<oiref:java#Class#de.infor.businessservices.test.TestInterfaceHome:oiref><oihard>
  +@__modelType reference 
  +*/
  +class reference24 {
  +}/**
  +@__ref 
<oiref:java#Class#de.infor.businessservices.test.TestSuperInterface:oiref><oihard>
  +@__modelType reference 
  +*/
  +class reference3 {
  +}}/**
  +@__tags
  +@shapeType ClassDiagram 
  +*/
  +class __tags {
  +}/**
  +@__options 
  +*/
  +class __options {
  +}/**
  +@__positions 
  +*/
  +class __positions {
  +}
  
  
  

Reply via email to