Re: [JBoss-dev] CVS update: jboss/src/etc/conf/default jboss-service.xml jboss.jcml

2001-09-06 Thread Frank Langelage

marc fleury wrote:
 
   User: mnf999
   Date: 01/08/29 22:19:07
 
   Added:   src/etc/conf/default jboss-service.xml
   Removed: src/etc/conf/default jboss.jcml
   Log:
   Just to make sure people know what file to use.
 
   BTW jboss.jcml still works
 

jboss.jcml is still required !

There are some sources which try to use it, look at:

./jboss-all/server/src/main/org/jboss/configuration/ConfigurationService.java
./jboss-all/server/src/main/org/jboss/deployment/ServiceDeployer.java
./jboss-all/messaging/src/main/org/jboss/mq/pm/logged/PersistenceManager.java
./jboss-all/messaging/src/main/org/jboss/mq/server/StateManager.java

I think this should also be eliminated.


Frank

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



[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss-service.xml jboss.jcml

2001-08-29 Thread marc fleury

  User: mnf999  
  Date: 01/08/29 22:19:07

  Added:   src/etc/conf/default jboss-service.xml
  Removed: src/etc/conf/default jboss.jcml
  Log:
  Just to make sure people know what file to use.
  
  BTW jboss.jcml still works
  
  Revision  ChangesPath
  1.1  jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===
  ?xml version=1.0 encoding=UTF-8?
  
  
  !-- = --
  !--   --
  !--  JBoss Server Configuration   --
  !--   --
  !-- = --
  
  !-- $Id: jboss-service.xml,v 1.1 2001/08/30 05:19:07 mnf999 Exp $ --
  
  !-- 
 |  This is where you can add and configure your MBeans.
 |
 |  *ATTENTION*
 |
 |  The order of the listing here is the same order as
 |  the MBeans are loaded. Therefore if a MBean depends on another
 |  MBean to be loaded and started it has to be listed after all
 |  the MBeans it depends on.
--
  
  
  server
  
  
  !--
  
 The Classpath element is needed for http based installations 
 we need to list all the archives that the server needs at boot
 if the installation is local and the configuration is from file
 then there is no need to list the files and it should commented
  --
  
classpath archives=
 castor.jar,
 castor-jdo-plugin.jar,
 com.mortbay.ftp.jar,
 com.mortbay.jetty.jar,
 com.mortbay.jetty.jmx.jar,
 com.mortbay.jetty.sasl.jar,
 com.mortbay.tools.jar,
 concurrent.jar,
 crimson.jar,
 cryptix-sasl-jetty.jar,
 gnu-regexp.jar,
 hsql.jar, 
 hsql-plugin.jar,
 jaas.jar,
 JavaGroups.jar,
 javax-sasl.jar,
 jaxp.jar,
 jbosscx.jar,
 jbossha.jar,
 jboss-j2ee.jar,
 jboss.jar,
 jbossmq.jar,
 jbossmx.jar,
 jbosspool.jar,
 jbosssx.jar,
 jcert.jar,
 jetty-plugin.jar,
 jmxtools.jar,
 jndi.jar,
 jnet.jar,
 jnpserver.jar,
 jpl-pattern.jar,
 jpl-util.jar,
 jsr77.jar,
 jsse.jar,
 jts.jar,
 mail.jar,
 org.apache.jasper.jar,
 tyrex.jar,
 tyrex-tm-plugin.jar,
 xalan.jar/
!--  --
!-- Class Loading--
!--  --
  
mbean code=org.jboss.web.WebService
 name=JBOSS-SYSTEM:service=Webserver
  attribute name=Port8083/attribute
/mbean
  
  
!--  --
!-- JNDI --
!--  --
  
mbean code=org.jboss.naming.NamingService
 name=JBOSS-SYSTEM:service=Naming
  attribute name=Port1099/attribute
/mbean
mbean code=org.jboss.naming.JNDIView 
 name=JBOSS-SYSTEM:service=JNDIView/
  
  
!--  --
!-- Transactions --
!--  --
  
mbean code=org.jboss.tm.TransactionManagerService 
 name=JBOSS-SYSTEM:service=TransactionManager
  attribute name=TransactionTimeout300/attribute
  
  !-- Use this attribute if you need to use a specific Xid
   implementation
  attribute name=XidClassNameoracle.jdbc.xa.OracleXid/attribute
  --
/mbean
  
!-- 
   | Uncomment to use Tyrex (tyrex.exolab.org) transaction manager plugin
   | instead of the org.jboss.tm.TransactionManagerService and comment out
   | the TransactionManagerService above.
   |
mbean code=org.jboss.tm.plugins.tyrex.TransactionManagerService
   name=JBOSS-SYSTEM:service=TransactionManager
  attribute name=ConfigFileName../conf/default/domain.xml/attribute
/mbean
--
  
mbean code=org.jboss.tm.usertx.server.ClientUserTransactionService
 name=JBOSS-SYSTEM:service=ClientUserTransaction
/mbean
  
  
!--  --
!-- Security --
!--  --
  
!-- Uncomment to enable the sample SRPVerifierStore service
mbean