[JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INF jboss-service.xml

2001-12-05 Thread Dr. Christoph Georg Jung

  User: cgjung  
  Date: 01/12/05 03:00:27

  Modified:jboss.net/src/resources/plugin/META-INF jboss-service.xml
  Log:
  adopted Jules fixURL hack until the next jdk patch will come out ;-)
  
  got AxisService to run again under new mbean state model
  and latest deployer changes (mbean-ref).
  
  Revision  ChangesPath
  1.5   +2 -2  
contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jboss-service.xml 2001/10/12 12:17:49 1.4
  +++ jboss-service.xml 2001/12/05 11:00:27 1.5
  @@ -2,8 +2,6 @@
   
   
   
  -  JBOSS-SYSTEM:service=Jetty
  -
 
   
 
  @@ -22,6 +20,7 @@
  -->
 
  +JBOSS-SYSTEM:service=Jetty
   JBOSS-SYSTEM:service=Jetty
   axis
 
  @@ -32,6 +31,7 @@
 -->
 
  +JBOSS-SYSTEM:service=Axis
 
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INF jboss-service.xml

2001-12-18 Thread marc fleury

  User: mnf999  
  Date: 01/12/18 13:34:22

  Modified:jboss.net/src/resources/plugin/META-INF jboss-service.xml
  Log:
  depends lingo
  
  Revision  ChangesPath
  1.6   +2 -2  
contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss-service.xml 2001/12/05 11:00:27 1.5
  +++ jboss-service.xml 2001/12/18 21:34:20 1.6
  @@ -20,7 +20,7 @@
  -->
 
  -JBOSS-SYSTEM:service=Jetty
  +JBOSS-SYSTEM:service=Jetty
   JBOSS-SYSTEM:service=Jetty
   axis
 
  @@ -31,7 +31,7 @@
 -->
 
  -JBOSS-SYSTEM:service=Axis
  +JBOSS-SYSTEM:service=Axis
 
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INF jboss-service.xml

2002-04-19 Thread Dr. Christoph Georg Jung

  User: cgjung  
  Date: 02/04/19 00:47:25

  Modified:jboss.net/src/resources/plugin/META-INF jboss-service.xml
  Log:
  axis.jar in jboss-net.jar. cleanup of JMX tests.
  
  Revision  ChangesPath
  1.12  +2 -2  
contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jboss-service.xml 1 Mar 2002 22:12:58 -   1.11
  +++ jboss-service.xml 19 Apr 2002 07:47:25 -  1.12
  @@ -1,10 +1,10 @@
   
   
  -
  +
   
   
   
  -  
  +  
   
 
 
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon

  User: user57  
  Date: 02/01/02 20:00:54

  Modified:jboss.net/src/resources/plugin/META-INF jboss-service.xml
  Log:
   o migrated all components to a new JMX domain name model.  jboss.system
 is now where to core/spine components live.  moved all components that
 were in JBOSS-SYSTEM that did not move into a jboss.* domain into
 jboss (where the server is now registered).  The point was to limit the
 members of jboss.system to core bits only.
   o Created org.jboss.system.Server, which does the work of initialization
 that org.jboss.Main used to do.  Main now only parses the command line,
 sets up basic legecy properties and creates a Server instance.
   o Moved functionality of Shutdown (component not cl tool) into Server (
 which is bound as jboss.system:service=Server)
   o Moved more Runtime access from Info into Server.  Exposed memory info
 as attributes.
   o Logging a WARN everywhere that uses System.getProperty("jboss.system.home")
 as that should go away soon/eventually.
   o Initialized the invokerMap in the harmi impl to avoid NPE
   o Made getopt.jar a member of the lib/* dir instead of adding it to the
 run.jar and shutdown.jars each time.
   o Minor cosmetic changes along the way.
  
  Revision  ChangesPath
  1.7   +8 -9  
contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jboss-service.xml 2001/12/18 21:34:20 1.6
  +++ jboss-service.xml 2002/01/03 04:00:54 1.7
  @@ -1,8 +1,10 @@
   
  +
  +
   
   
   
  -  
  +  
   
 
 
  @@ -16,23 +18,20 @@
| 
| If you want to enable several services, be sure that you choose
| different root contexts
  - |
  -->
 
  -JBOSS-SYSTEM:service=Jetty
  -JBOSS-SYSTEM:service=Jetty
  +  name="jboss:service=Axis">
  +jboss.web:service=Jetty
  +jboss.web:service=Jetty
   axis
 
   
 
  +   -->
 
  -JBOSS-SYSTEM:service=Axis
  +jboss:service=Axis
 
  -
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: contrib/jboss.net/src/resources/plugin/META-INF jboss-service.xml

2002-02-24 Thread Jason Dillon

  User: user57  
  Date: 02/02/24 03:51:34

  Modified:jboss.net/src/resources/plugin/META-INF jboss-service.xml
  Log:
   o missed one (lib/ext -> lib)
  
  Revision  ChangesPath
  1.10  +2 -2  
contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: 
/cvsroot/jboss/contrib/jboss.net/src/resources/plugin/META-INF/jboss-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jboss-service.xml 7 Feb 2002 09:49:32 -   1.9
  +++ jboss-service.xml 24 Feb 2002 11:51:34 -  1.10
  @@ -1,10 +1,10 @@
   
   
  -
  +
   
   
   
  -  
  +  
   
 
 
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development