User: oberg   
  Date: 00/12/07 07:44:35

  Modified:    src/main/org/jboss/ejb/plugins/jaws/deployment Finder.java
                        JawsCMPField.java JawsEjbJar.java
                        JawsEjbReference.java JawsEnterpriseBeans.java
                        JawsFileManager.java JawsFileManagerFactory.java
                        Mapping.java TypeMapping.java TypeMappings.java
  Log:
  Changed configuration scheme (lots of changes to jboss.conf, jboss.jcml, 
org.jboss.Main)
  Added ServiceControl
  Changed jBoss -> JBoss
  Changed GPL -> LGPL
  Added jaxp/parser
  Updated services to have default constructors
  
  Revision  Changes    Path
  1.3       +3 -3      jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/Finder.java
  
  Index: Finder.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/Finder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Finder.java       2000/05/19 07:11:55     1.2
  +++ Finder.java       2000/12/07 15:44:33     1.3
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -27,7 +27,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class Finder
      extends BeanContextServicesSupport
  
  
  
  1.8       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsCMPField.java
  
  Index: JawsCMPField.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsCMPField.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JawsCMPField.java 2000/09/28 01:17:04     1.7
  +++ JawsCMPField.java 2000/12/07 15:44:33     1.8
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -25,7 +25,7 @@
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
    *   @author <a href="mailto:[EMAIL PROTECTED]">Marc Fleury</a>
  - *   @version $Revision: 1.7 $
  + *   @version $Revision: 1.8 $
    */
   public class JawsCMPField
      extends com.dreambean.ejx.ejb.CMPField
  
  
  
  1.6       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEjbJar.java
  
  Index: JawsEjbJar.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEjbJar.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- JawsEjbJar.java   2000/11/07 13:15:38     1.5
  +++ JawsEjbJar.java   2000/12/07 15:44:33     1.6
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -27,7 +27,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.5 $
  + *   @version $Revision: 1.6 $
    */
   public class JawsEjbJar
      extends com.dreambean.ejx.ejb.EjbJar
  
  
  
  1.2       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEjbReference.java
  
  Index: JawsEjbReference.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEjbReference.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JawsEjbReference.java     2000/05/19 07:11:56     1.1
  +++ JawsEjbReference.java     2000/12/07 15:44:33     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -22,7 +22,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class JawsEjbReference
      extends com.dreambean.ejx.ejb.EjbReference
  
  
  
  1.5       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEnterpriseBeans.java
  
  Index: JawsEnterpriseBeans.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEnterpriseBeans.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JawsEnterpriseBeans.java  2000/08/18 03:21:00     1.4
  +++ JawsEnterpriseBeans.java  2000/12/07 15:44:33     1.5
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -28,7 +28,7 @@
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
    *   @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
  - *   @version $Revision: 1.4 $
  + *   @version $Revision: 1.5 $
    */
   public class JawsEnterpriseBeans
      extends com.dreambean.ejx.ejb.EnterpriseBeans
  
  
  
  1.7       +5 -5      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsFileManager.java
  
  Index: JawsFileManager.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsFileManager.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- JawsFileManager.java      2000/08/18 03:21:00     1.6
  +++ JawsFileManager.java      2000/12/07 15:44:33     1.7
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -32,7 +32,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.6 $
  + *   @version $Revision: 1.7 $
    */
   public class JawsFileManager
      extends BeanContextServicesSupport
  @@ -133,7 +133,7 @@
            
            ejbJar.importXml(doc.getDocumentElement());
   
  -         // Load jBoss XML
  +         // Load JBoss XML
            InputStream jbossXml = 
getClassLoader().getResourceAsStream("META-INF/jaws.xml");
            if (jbossXml == null)
            {
  @@ -171,7 +171,7 @@
            if (jbossXml == null)
            { 
               // We want to use this file, but it doesn't contain the XML file yet 
(i.e. it's a JAR without the jboss.xml file)
  -            // Load default jBoss XML
  +            // Load default JBoss XML
               jbossXml = getClass().getResourceAsStream("defaultjaws.xml");
               if (jbossXml == null)
               {
  
  
  
  1.2       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsFileManagerFactory.java
  
  Index: JawsFileManagerFactory.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsFileManagerFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- JawsFileManagerFactory.java       2000/04/22 14:30:12     1.1
  +++ JawsFileManagerFactory.java       2000/12/07 15:44:33     1.2
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -17,7 +17,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class JawsFileManagerFactory
        extends FileFilter
  
  
  
  1.3       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/Mapping.java
  
  Index: Mapping.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/Mapping.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Mapping.java      2000/05/19 07:11:56     1.2
  +++ Mapping.java      2000/12/07 15:44:33     1.3
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -27,7 +27,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   public class Mapping
      extends BeanContextServicesSupport
  
  
  
  1.5       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/TypeMapping.java
  
  Index: TypeMapping.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/TypeMapping.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TypeMapping.java  2000/08/18 03:21:00     1.4
  +++ TypeMapping.java  2000/12/07 15:44:33     1.5
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -34,7 +34,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.4 $
  + *   @version $Revision: 1.5 $
    */
   public class TypeMapping
      extends BeanContextServicesSupport
  
  
  
  1.4       +3 -3      
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/TypeMappings.java
  
  Index: TypeMappings.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/TypeMappings.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TypeMappings.java 2000/05/30 18:32:24     1.3
  +++ TypeMappings.java 2000/12/07 15:44:33     1.4
  @@ -1,7 +1,7 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package org.jboss.ejb.plugins.jaws.deployment;
  @@ -27,7 +27,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public class TypeMappings
      extends BeanContextSupport
  
  
  

Reply via email to