[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/META-INF jboss-service.xml

2002-01-02 Thread Jason Dillon

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

  Modified:src/main/org/jboss/jmx/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.6   +8 -6  jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss-service.xml 2001/11/10 21:38:06 1.5
  +++ jboss-service.xml 2002/01/03 04:00:58 1.6
  @@ -1,16 +1,18 @@
   ?xml version=1.0 encoding=UTF-8?
   
  -!-- EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
  - No classpath is specified here as it points to the same jsr file
  - You can nevertheless specify a URL classpath that points outside the jar
  - --
  +!-- 
  +   | EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
  +   | No classpath is specified here as it points to the same jsr file
  +   | You can nevertheless specify a URL classpath that points outside the jar
  + --
   
   server
   
  -
  -  mbean code=com.sun.jdmk.comm.HtmlAdaptorServer name=Adaptor:name=html
  +  mbean code=com.sun.jdmk.comm.HtmlAdaptorServer 
  + name=jboss.jmx:type=Adaptor,name=HTML
   attribute name=MaxActiveClientCount10/attribute
   attribute name=Parser /
   attribute name=Port8082/attribute
 /mbean
  +
   /server
  
  
  

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



[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/META-INF jboss-service.xml

2001-11-10 Thread David Jencks

  User: d_jencks
  Date: 01/11/10 13:38:06

  Modified:src/main/org/jboss/jmx/META-INF jboss-service.xml
  Log:
  Changed mbean dependencies to work directly by mbean-references: eliminated depends 
tag from *service.xml files
  
  Revision  ChangesPath
  1.5   +0 -1  jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jboss-service.xml 2001/09/12 19:26:51 1.4
  +++ jboss-service.xml 2001/11/10 21:38:06 1.5
  @@ -7,7 +7,6 @@
   
   server
   
  -  dependsJBOSS-SYSTEM:service=Naming/depends
   
 mbean code=com.sun.jdmk.comm.HtmlAdaptorServer name=Adaptor:name=html
   attribute name=MaxActiveClientCount10/attribute
  
  
  

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



[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/META-INF jboss-service.xml

2001-09-11 Thread Mad

  User: schaefera
  Date: 01/09/11 18:49:06

  Modified:src/main/org/jboss/jmx/META-INF jboss-service.xml
  Log:
  Repackaged the JMX Connector and Adaptor for JBoss. I also added
  a new EJB-Adaptor and EJB-Connector. The adaptor allows a secured
  access to a local/remote JMX Server and the EJB-Connector makes
  this transparent for any Java client.
  
  Revision  ChangesPath
  1.3   +20 -23jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jboss-service.xml 2001/09/11 02:46:57 1.2
  +++ jboss-service.xml 2001/09/12 01:49:06 1.3
  @@ -1,23 +1,20 @@
  -?xml version=1.0 encoding=UTF-8?
  -
  -!-- EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
  - No classpath is specified here as it points to the same jsr file
  - You can nevertheless specify a URL classpath that points outside the jar
  - --
  -
  -server
  -
  -  dependsJBOSS-SYSTEM:service=Naming/depends
  -
  -  mbean code=org.jboss.jmx.server.JMXAdaptorService
  -  name=JMX:name=Adaptor,type=RMI/
  -
  -  mbean code=org.jboss.jmx.server.RMIConnectorService 
  -  name=JMX:name=Connector,type=RMI/
  -
  -  mbean code=com.sun.jdmk.comm.HtmlAdaptorServer name=Adaptor:name=html
  -attribute name=MaxActiveClientCount10/attribute
  -attribute name=Parser /
  -attribute name=Port8082/attribute
  -  /mbean
  -/server
  \ No newline at end of file
  +?xml version=1.0 encoding=UTF-8?
  +
  +!-- EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
  + No classpath is specified here as it points to the same jsr file
  + You can nevertheless specify a URL classpath that points outside the jar
  + --
  +
  +server
  +
  +  dependsJBOSS-SYSTEM:service=Naming/depends
  +
  +  mbean code=org.jboss.jmx.server.JMXAdaptorService
  +  name=JMX:name=Adaptor,type=RMI/
  +
  +  mbean code=com.sun.jdmk.comm.HtmlAdaptorServer name=Adaptor:name=html
  +attribute name=MaxActiveClientCount10/attribute
  +attribute name=Parser /
  +attribute name=Port8082/attribute
  +  /mbean
  +/server
  
  
  

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



[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/META-INF jboss-service.xml

2001-09-10 Thread David Maplesden

  User: dmaplesden
  Date: 01/09/10 19:46:57

  Modified:src/main/org/jboss/jmx/META-INF jboss-service.xml
  Log:
  Altered configuration to work with new deployment mechanism
  
  Revision  ChangesPath
  1.2   +3 -0  jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jboss-service.xml 2001/08/29 23:36:50 1.1
  +++ jboss-service.xml 2001/09/11 02:46:57 1.2
  @@ -6,6 +6,9 @@
--
   
   server
  +
  +  dependsJBOSS-SYSTEM:service=Naming/depends
  +
 mbean code=org.jboss.jmx.server.JMXAdaptorService
 name=JMX:name=Adaptor,type=RMI/
   
  
  
  

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