User: d_jencks
Date: 01/09/08 12:32:21
Added: src/resources/jca-sar/META-INF jboss-service.xml
Log:
Reorganized connector packaging under connector (from pool), made jca stuff into a
sar, made default hypsersonic DefaultDS into hsql-default-service.xml, and made
jbossmq into jbossmq-service.xml
Revision Changes Path
1.1 jbosscx/src/resources/jca-sar/META-INF/jboss-service.xml
Index: jboss-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- -->
<!-- JBoss JCA Configuration -->
<!-- -->
<!-- ===================================================================== -->
<!-- $Id: jboss-service.xml,v 1.1 2001/09/08 19:32:21 d_jencks Exp $ -->
<!--
| This contains configuration for the RARDeployer and the
| three ConnectionManagerFactories supplied with jboss. You
| should not need to alter this configuration. Configure your
| ConnectionFactoryLoaders in separate *-service.xml or .sar files.
| Consult the hypersonic-default.sar for an example.
-->
<server>
<classpath archives="
jbosspool.jar"/>
<!-- ==================================================================== -->
<!-- JBossCX setup, for J2EE connector architecture support -->
<!-- The RARDeployer and three Connection Manager Factories are parts of -->
<!-- JBoss and do not need further configuration. -->
<!-- ==================================================================== -->
<mbean code="org.jboss.resource.RARDeployer"
name="JCA:service=RARDeployer">
</mbean>
<!--
| Minerva no transaction connection manager factory.
|
| Use this for resource adapters that don't support transactions.
-->
<mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
name="JCA:service=ConnectionManagerFactoryLoader,name=MinervaNoTransCMFactory">
<attribute name="FactoryName">MinervaNoTransCMFactory</attribute>
<attribute name="FactoryClass">
org.jboss.resource.connectionmanager.jboss.MinervaNoTransCMFactory
</attribute>
<attribute name="Properties"></attribute>
</mbean>
<!--
| Minerva local transaction connection manager factory.
|
| Use this for resource adapters that support "local" transactions.
-->
<mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
name="JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory">
<attribute name="FactoryName">MinervaSharedLocalCMFactory</attribute>
<attribute name="FactoryClass">
org.jboss.resource.connectionmanager.jboss.MinervaSharedLocalCMFactory
</attribute>
<attribute name="Properties"></attribute>
</mbean>
<!--
| Minerva XA transaction connection manager factory
|
| Use this for resource adapters that support "xa" transactions.
-->
<mbean code="org.jboss.resource.ConnectionManagerFactoryLoader"
name="JCA:service=ConnectionManagerFactoryLoader,name=MinervaXACMFactory">
<attribute name="FactoryName">MinervaXACMFactory</attribute>
<attribute name="FactoryClass">
org.jboss.resource.connectionmanager.jboss.MinervaXACMFactory
</attribute>
<attribute name="Properties"></attribute>
</mbean>
<!-- ==================================================================== -->
<!-- Auto deployment -->
<!-- ==================================================================== -->
<mbean code="org.jboss.deployment.AutoDeployer" name="JCA:service=AutoDeployer">
<attribute name="Deployers">
JCA:service=RARDeployer
</attribute>
<attribute name="URLs">
../deploy/lib,
../deploy
</attribute>
<attribute name="Timeout">
3000
</attribute>
</mbean>
</server>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development