User: dmaplesden
Date: 01/09/10 19:48:05
Modified: src/etc/conf/default mail-service.xml jboss-service.xml
hsql-default-service.xml
Added: src/etc/conf/default jms-service.xml jetty-service.xml
j2eedeployment-service.xml core-service.xml
Log:
Altered configuration to work with new deployment mechanism
Revision Changes Path
1.2 +4 -3 jboss/src/etc/conf/default/mail-service.xml
Index: mail-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/mail-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mail-service.xml 2001/08/29 22:30:19 1.1
+++ mail-service.xml 2001/09/11 02:48:05 1.2
@@ -9,9 +9,10 @@
<server>
-
<classpath archives="mail.jar"/>
-
+
+ <depends>JBOSS-SYSTEM:service=Naming</depends>
+
<!-- ==================================================================== -->
<!-- Mail Connection Factory -->
<!-- ==================================================================== -->
@@ -23,4 +24,4 @@
<attribute name="Password">password</attribute>
</mbean>
-</server>
\ No newline at end of file
+</server>
1.10 +3 -256 jboss/src/etc/conf/default/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jboss-service.xml 2001/09/08 19:32:23 1.9
+++ jboss-service.xml 2001/09/11 02:48:05 1.10
@@ -7,7 +7,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: jboss-service.xml,v 1.9 2001/09/08 19:32:23 d_jencks Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.10 2001/09/11 02:48:05 dmaplesden Exp $ -->
<!--
| This is where you can add and configure your MBeans.
@@ -20,10 +20,8 @@
| the MBeans it depends on.
-->
-
<server>
-
<!--
The Classpath element is needed for http based installations
@@ -47,6 +45,7 @@
hsql.jar,
hsql-plugin.jar,
jaas.jar,
+ javac.jar,
JavaGroups.jar,
javax.servlet.jar,
javax-sasl.jar,
@@ -73,190 +72,15 @@
tyrex.jar,
tyrex-tm-plugin.jar,
xalan.jar"/>
- <!-- ==================================================================== -->
- <!-- Class Loading -->
- <!-- ==================================================================== -->
-
- <mbean code="org.jboss.web.WebService"
- name="JBOSS-SYSTEM:service=Webserver">
- <attribute name="Port">8083</attribute>
- </mbean>
-
-
- <!-- ==================================================================== -->
- <!-- JNDI -->
- <!-- ==================================================================== -->
-
- <mbean code="org.jboss.naming.NamingService"
- name="JBOSS-SYSTEM:service=Naming">
- <attribute name="Port">1099</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="TransactionTimeout">300</attribute>
-
- <!-- Use this attribute if you need to use a specific Xid
- implementation
- <attribute name="XidClassName">oracle.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 code="org.jboss.security.srp.SRPVerifierStoreService"
- name="Security:name=SRPVerifierStoreService">
- <attribute name="JndiName">SRPDefaultVerifierSource</attribute>
- <attribute name="StoreFile">SRPVerifierStore.ser</attribute>
- </mbean>
- -->
-
- <!-- Uncomment to enable the SRP login service
- <mbean code="org.jboss.security.srp.SRPService"
- name="service:name=SRPService">
- <attribute name="JndiName">SRPServerInterface</attribute>
- <attribute name="VerifierSourceJndiName">SRPDefaultVerifierSource</attribute>
- <attribute name="AuthenticationCacheJndiName">SRPAuthenticationCache</attribute>
- <attribute name="ServerPort">10099</attribute>
- </mbean>
- -->
- <!-- JAAS security manager and realm mapping -->
- <mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
- name="Security:name=JaasSecurityManager">
- <attribute name="SecurityManagerClassName">
- org.jboss.security.plugins.JaasSecurityManager
- </attribute>
- </mbean>
-
- <!-- Uncomment to enable the XML implementation of the JAAS policy
- <mbean code="org.jboss.security.plugins.SecurityPolicyService"
- name="Security:name=SecurityPolicyService">
- <attribute name="JndiName">DefaultSecurityPolicy</attribute>
- <attribute name="PolicyFile">sample_policy.xml</attribute>
- </mbean>
- -->
-
- <!-- ==================================================================== -->
- <!-- JDBC - Initialize the databases -->
- <!-- to ConnectionFactoryLoader -->
<!-- ==================================================================== -->
-
- <mbean code="org.jboss.jdbc.HypersonicDatabase"
- name="JBOSS-SYSTEM:service=Hypersonic">
- <attribute name="Port">1476</attribute>
- <attribute name="Silent">true</attribute>
- <attribute name="Database">default</attribute>
- <attribute name="Trace">false</attribute>
- </mbean>
-
-
-
-
- <!-- ==================================================================== -->
- <!-- JBoss Server Management -->
- <!-- ==================================================================== -->
-
- <!-- AS Temporary not available
- <mbean code="org.jboss.management.ServerDataCollector"
- name="Management:service=Collector">
- <attribute name="RefreshSleep">5000</attribute>
- </mbean>
- -->
-
-
- <!-- ==================================================================== -->
- <!-- Web Container -->
- <!-- ==================================================================== -->
-
- <!-- Uncomment to add embedded tomcat service
- <mbean code="org.jboss.tomcat.EmbeddedTomcatServiceSX"
- name="JBOSS-SYSTEM:service=EmbeddedTomcat">
- </mbean>
- -->
-
- <!--
- | Uncomment to enable the Jetty service.
- |
- | Besure to check that the configuration values are valid for your
- | environment.
- |
- -->
- <mbean code="org.jboss.jetty.JettyService"
- name=":service=Jetty">
- <attribute name="JettyHome">../</attribute>
- <attribute name="Configuration">../conf/default/jetty.xml</attribute>
- <attribute name="WebDefault">../conf/default/webdefault.xml</attribute>
- <attribute name="UnpackWars">true</attribute>
- <attribute name="PublishMBeans">true</attribute>
- </mbean>
-
-
- <!-- ==================================================================== -->
- <!-- J2EE deployment -->
- <!-- ==================================================================== -->
-
- <mbean code="org.jboss.ejb.ContainerFactory"
- name=":service=ContainerFactory">
- <attribute name="VerifyDeployments">true</attribute>
- <attribute name="ValidateDTDs">false</attribute>
- <attribute name="MetricsEnabled">false</attribute>
- <attribute name="VerifierVerbose">true</attribute>
- <attribute name="BeanCacheJMSMonitoringEnabled">false</attribute>
- </mbean>
-
- <!-- Make sure you change EmbeddedTomcat to Jetty if you are using Jetty -->
- <mbean code="org.jboss.deployment.J2eeDeployer"
- name="J2EE:service=J2eeDeployer">
- <attribute name="DeployerName">Default</attribute>
- <attribute name="JarDeployerName">:service=ContainerFactory</attribute>
- <attribute name="WarDeployerName">:service=Jetty</attribute>
- </mbean>
-
- <!--
- | Uncomment this and disable previous J2eeDeployer
- | entry to enable an alternative "scoped" deployment
- |
- <mbean code="org.jboss.deployment.scope.J2eeGlobalScopeDeployer"
- name="J2EE:service=J2eeDeployer">
- <attribute name="DeployerName">Default</attribute>
- <attribute name="JarDeployerName">:service=ContainerFactory</attribute>
- <attribute name="WarDeployerName">:service=EmbeddedTomcat</attribute>
- </mbean>
- -->
- <!-- ==================================================================== -->
<!-- Auto deployment -->
<!-- ==================================================================== -->
<mbean code="org.jboss.deployment.AutoDeployer"
name="JBOSS-SYSTEM:service=AutoDeployer">
<attribute name="Deployers">
JBOSS-SYSTEM:service=ServiceDeployer;
+ JCA:service=RARDeployer;
J2EE:service=J2eeDeployer
</attribute>
<attribute name="URLs">
@@ -267,82 +91,5 @@
3000
</attribute>
</mbean>
-
-
- <!-- ==================================================================== -->
- <!-- JMX adaptors -->
- <!-- ==================================================================== -->
-<!-- Moved to a JSR format, look for adaptors.jsr in deploy/lib
-
- <mbean code="org.jboss.jmx.server.JMXAdaptorService"
- name="Adaptor:name=RMI"/>
-
- <mbean code="org.jboss.jmx.server.RMIConnectorService"
- name="Connector:name=RMI"/>
-
- <mbean code="com.sun.jdmk.comm.HtmlAdaptorServer" name="Adaptor:name=html">
- <attribute name="MaxActiveClientCount">10</attribute>
- <attribute name="Parser" />
- <attribute name="Port">8082</attribute>
- </mbean>
--->
-
- <!-- ==================================================================== -->
- <!-- Mail Connection Factory -->
- <!-- ==================================================================== -->
-<!-- moved to a snippet format under deploy/lib
- <mbean code="org.jboss.mail.MailService" name=":service=Mail">
- <attribute name="JNDIName">Mail</attribute>
- <attribute name="ConfigurationFile">mail.properties</attribute>
- <attribute name="User">user_id</attribute>
- <attribute name="Password">password</attribute>
- </mbean>
-
--->
- <!-- ==================================================================== -->
- <!-- Monitoring and Management -->
- <!-- ==================================================================== -->
-
- <!-- Uncomment to enable JMX monitoring of the bean cache
- <mbean code="org.jboss.monitor.BeanCacheMonitor"
- name="Monitor:name=BeanCacheMonitor"/>
- -->
-
-
- <!-- ==================================================================== -->
- <!-- Scheduler Service -->
- <!-- ==================================================================== -->
-
- <!-- Uncomment this to enable Scheduling
- <mbean code="org.jboss.util.Scheduler" name=":service=Scheduler">
- <constructor>
- <arg type="java.lang.String" value=":server=Scheduler"/>
- <arg type="java.lang.String"
value="org.jboss.util.Scheduler$SchedulableExample"/>
- <arg type="java.lang.String" value="Schedulabe Test,12345"/>
- <arg type="java.lang.String" value="java.lang.String,int"/>
- <arg type="long" value="0"/>
- <arg type="long" value="10000"/>
- <arg type="long" value="-1"/>
- </constructor>
- </mbean>
- -->
-
- <!-- Uncomment this and set up according to manual to add Castor JDO service
- <mbean code="org.jboss.jdo.castor.CastorJDOImpl"
- name="JBOSS-SYSTEM:service=CastorJDO,name=someName">
- <attribute name="Configuration">
- file:../conf/default/database.xml
- </attribute>
- <attribute name="JndiName">jdo/someName</attribute>
- <attribute name="LockTimeout">0</attribute>
- <attribute name="LoggingEnabled">false</attribute>
- <attribute name="CommonClassPath">false</attribute>
- </mbean>
- -->
-
-
- <!-- ==================================================================== -->
- <!-- Add your custom MBeans here -->
- <!-- ==================================================================== -->
</server>
1.2 +6 -4 jboss/src/etc/conf/default/hsql-default-service.xml
Index: hsql-default-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/hsql-default-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hsql-default-service.xml 2001/09/09 05:40:47 1.1
+++ hsql-default-service.xml 2001/09/11 02:48:05 1.2
@@ -7,15 +7,17 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: hsql-default-service.xml,v 1.1 2001/09/09 05:40:47 d_jencks Exp $ -->
+<!-- $Id: hsql-default-service.xml,v 1.2 2001/09/11 02:48:05 dmaplesden Exp $ -->
<server>
+ <depends>JBOSS-SYSTEM:service=Naming</depends>
+ <depends>JBOSS-SYSTEM:service=TransactionManager</depends>
-
<classpath archives="
hsql.jar,
+ jbosscx.sar,
hsql-plugin.jar"/>
<!-- ==================================================================== -->
@@ -23,13 +25,13 @@
<!-- to ConnectionFactoryLoader -->
<!-- ==================================================================== -->
- <!--mbean code="org.jboss.jdbc.HypersonicDatabase"
+ <mbean code="org.jboss.jdbc.HypersonicDatabase"
name="JBOSS-SYSTEM:service=Hypersonic">
<attribute name="Port">1476</attribute>
<attribute name="Silent">true</attribute>
<attribute name="Database">default</attribute>
<attribute name="Trace">false</attribute>
- </mbean-->
+ </mbean>
<mbean code="org.jboss.resource.ConnectionFactoryLoader"
name="JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS">
1.1 jboss/src/etc/conf/default/jms-service.xml
Index: jms-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<server>
<depends>JBOSS-SYSTEM:service=Naming</depends>
<depends>JBossMQ:service=Server</depends>
<depends>JBOSS-SYSTEM:service=TransactionManager</depends>
<classpath archives="jbosscx.sar"/>
<!-- ==================================================================== -->
<!-- JMS Stuff -->
<!-- ==================================================================== -->
<!-- The JMS provider loader -->
<mbean code="org.jboss.jms.jndi.JMSProviderLoader"
name=":service=JMSProviderLoader,name=JBossMQProvider">
<attribute name="ProviderName">DefaultJMSProvider</attribute>
<attribute name="ProviderAdapterClass">
org.jboss.jms.jndi.JBossMQProvider
</attribute>
<attribute name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
<attribute name="TopicFactoryRef">java:/XAConnectionFactory</attribute>
</mbean>
<!-- The server session pool for Message Driven Beans -->
<mbean code="org.jboss.jms.asf.ServerSessionPoolLoader"
name=":service=ServerSessionPoolMBean,name=StdJMSPool">
<attribute name="PoolName">StdJMSPool</attribute>
<attribute name="PoolFactoryClass">
org.jboss.jms.asf.StdServerSessionPoolFactory
</attribute>
</mbean>
<!-- JMS XA Resource adapter, use this to get transacted JMS in beans -->
<mbean code="org.jboss.resource.ConnectionFactoryLoader"
name="JCA:service=ConnectionFactoryLoader,name=JmsXA">
<attribute name="JndiName">JmsXA</attribute>
<attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
<attribute name="ResourceAdapterName">JMS Adapter</attribute>
<attribute name="ConnectionManagerFactoryName">MinervaXACMFactory</attribute>
<attribute name="ConnectionManagerProperties">
# Pool type - uncomment to force, otherwise it is the default
#PoolConfiguration=per-factory
# Connection pooling properties - see
# org.jboss.resource.connectionmanager.PoolParameters
MinSize=0
MaxSize=10
BlockingTimeoutMillis=5000
CleanupEnabled=false
IdleTimeoutEnabled=false
InvalidateOnError=false
TrackLastUsed=false
GCIntervalMillis=120000
GCMinIdleMillis=1200000
IdleTimeoutMillis=1800000
MaxIdleTimeoutPercent=1.0
</attribute>
<attribute name="PrincipalMappingClass">
org.jboss.resource.security.ManyToOnePrincipalMapping
</attribute>
<attribute name="PrincipalMappingProperties">
</attribute>
</mbean>
</server>
1.1 jboss/src/etc/conf/default/jetty-service.xml
Index: jetty-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<server>
<depends>JBOSS-SYSTEM:service=Naming</depends>
<!-- ==================================================================== -->
<!-- Web Container -->
<!-- ==================================================================== -->
<!--
| Uncomment to enable the Jetty service.
|
| Besure to check that the configuration values are valid for your
| environment.
|
-->
<mbean code="org.jboss.jetty.JettyService"
name=":service=Jetty">
<attribute name="JettyHome">W:/Jetty-3.1.RC8</attribute>
<attribute name="Configuration">../conf/default/jetty.xml</attribute>
<attribute name="WebDefault">../conf/default/webdefault.xml</attribute>
<attribute name="UnpackWars">true</attribute>
<attribute name="PublishMBeans">true</attribute>
</mbean>
</server>
1.1 jboss/src/etc/conf/default/j2eedeployment-service.xml
Index: j2eedeployment-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<server>
<depends>JBOSS-SYSTEM:service=Naming</depends>
<depends>:service=Jetty</depends>
<!-- ==================================================================== -->
<!-- J2EE deployment -->
<!-- ==================================================================== -->
<mbean code="org.jboss.ejb.ContainerFactory"
name=":service=ContainerFactory">
<attribute name="VerifyDeployments">true</attribute>
<attribute name="ValidateDTDs">false</attribute>
<attribute name="MetricsEnabled">false</attribute>
<attribute name="VerifierVerbose">true</attribute>
<attribute name="BeanCacheJMSMonitoringEnabled">false</attribute>
</mbean>
<!-- Make sure you change EmbeddedTomcat to Jetty if you are using Jetty -->
<mbean code="org.jboss.deployment.J2eeDeployer"
name="J2EE:service=J2eeDeployer">
<attribute name="DeployerName">Default</attribute>
<attribute name="JarDeployerName">:service=ContainerFactory</attribute>
<attribute name="WarDeployerName">:service=Jetty</attribute>
</mbean>
<!--
| Uncomment this and disable previous J2eeDeployer
| entry to enable an alternative "scoped" deployment
|
<mbean code="org.jboss.deployment.scope.J2eeGlobalScopeDeployer"
name="J2EE:service=J2eeDeployer">
<attribute name="DeployerName">Default</attribute>
<attribute name="JarDeployerName">:service=ContainerFactory</attribute>
<attribute name="WarDeployerName">:service=Jetty</attribute>
</mbean>
-->
</server>
1.1 jboss/src/etc/conf/default/core-service.xml
Index: core-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- -->
<!-- JBoss Server Configuration -->
<!-- -->
<!-- ===================================================================== -->
<!-- $Id: core-service.xml,v 1.1 2001/09/11 02:48:05 dmaplesden 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>
<!-- ==================================================================== -->
<!-- Class Loading -->
<!-- ==================================================================== -->
<mbean code="org.jboss.web.WebService"
name="JBOSS-SYSTEM:service=Webserver">
<attribute name="Port">8083</attribute>
</mbean>
<!-- ==================================================================== -->
<!-- JNDI -->
<!-- ==================================================================== -->
<mbean code="org.jboss.naming.NamingService"
name="JBOSS-SYSTEM:service=Naming">
<attribute name="Port">1099</attribute>
</mbean>
<mbean code="org.jboss.naming.JNDIView"
name="JBOSS-SYSTEM:service=JNDIView"/>
<!-- ==================================================================== -->
<!-- Security -->
<!-- ==================================================================== -->
<!-- Uncomment to enable the sample SRPVerifierStore service
<mbean code="org.jboss.security.srp.SRPVerifierStoreService"
name="Security:name=SRPVerifierStoreService">
<attribute name="JndiName">SRPDefaultVerifierSource</attribute>
<attribute name="StoreFile">SRPVerifierStore.ser</attribute>
</mbean>
-->
<!-- Uncomment to enable the SRP login service
<mbean code="org.jboss.security.srp.SRPService"
name="service:name=SRPService">
<attribute name="JndiName">SRPServerInterface</attribute>
<attribute name="VerifierSourceJndiName">SRPDefaultVerifierSource</attribute>
<attribute name="AuthenticationCacheJndiName">SRPAuthenticationCache</attribute>
<attribute name="ServerPort">10099</attribute>
</mbean>
-->
<!-- JAAS security manager and realm mapping -->
<mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
name="Security:name=JaasSecurityManager">
<attribute name="SecurityManagerClassName">
org.jboss.security.plugins.JaasSecurityManager
</attribute>
</mbean>
<!-- Uncomment to enable the XML implementation of the JAAS policy
<mbean code="org.jboss.security.plugins.SecurityPolicyService"
name="Security:name=SecurityPolicyService">
<attribute name="JndiName">DefaultSecurityPolicy</attribute>
<attribute name="PolicyFile">sample_policy.xml</attribute>
</mbean>
-->
<!-- ==================================================================== -->
<!-- Transactions -->
<!-- ==================================================================== -->
<mbean code="org.jboss.tm.TransactionManagerService"
name="JBOSS-SYSTEM:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
<!-- Use this attribute if you need to use a specific Xid
implementation
<attribute name="XidClassName">oracle.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>
<!-- ==================================================================== -->
<!-- JBoss Server Management -->
<!-- ==================================================================== -->
<!-- AS Temporary not available
<mbean code="org.jboss.management.ServerDataCollector"
name="Management:service=Collector">
<attribute name="RefreshSleep">5000</attribute>
</mbean>
-->
<!-- ==================================================================== -->
<!-- Monitoring and Management -->
<!-- ==================================================================== -->
<!-- Uncomment to enable JMX monitoring of the bean cache
<mbean code="org.jboss.monitor.BeanCacheMonitor"
name="Monitor:name=BeanCacheMonitor"/>
-->
<!-- ==================================================================== -->
<!-- Scheduler Service -->
<!-- ==================================================================== -->
<!-- Uncomment this to enable Scheduling
<mbean code="org.jboss.util.Scheduler" name=":service=Scheduler">
<constructor>
<arg type="java.lang.String" value=":server=Scheduler"/>
<arg type="java.lang.String"
value="org.jboss.util.Scheduler$SchedulableExample"/>
<arg type="java.lang.String" value="Schedulabe Test,12345"/>
<arg type="java.lang.String" value="java.lang.String,int"/>
<arg type="long" value="0"/>
<arg type="long" value="10000"/>
<arg type="long" value="-1"/>
</constructor>
</mbean>
-->
<!-- Uncomment this and set up according to manual to add Castor JDO service
<mbean code="org.jboss.jdo.castor.CastorJDOImpl"
name="JBOSS-SYSTEM:service=CastorJDO,name=someName">
<attribute name="Configuration">
file:../conf/default/database.xml
</attribute>
<attribute name="JndiName">jdo/someName</attribute>
<attribute name="LockTimeout">0</attribute>
<attribute name="LoggingEnabled">false</attribute>
<attribute name="CommonClassPath">false</attribute>
</mbean>
-->
<!-- ==================================================================== -->
<!-- Add your custom MBeans here -->
<!-- ==================================================================== -->
</server>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development