User: olegnitz
Date: 01/07/10 16:59:51
Modified: src/etc/conf/default jboss.jcml
Log:
Added CastorJDO integration module to the main distribution,
because castor-0.9.1.jar is already here.
Revision Changes Path
1.44 +12 -2 jboss/src/etc/conf/default/jboss.jcml
Index: jboss.jcml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- jboss.jcml 2001/06/24 04:13:04 1.43
+++ jboss.jcml 2001/07/10 23:59:51 1.44
@@ -190,7 +190,7 @@
<attribute name="DeployerName">Default</attribute>
<attribute name="JarDeployerName">:service=ContainerFactory</attribute>
<attribute name="WarDeployerName">:service=EmbeddedTomcat</attribute>
- </mbean>
+ </mbean>
-->
<!-- ==================================================================== -->
@@ -314,7 +314,7 @@
</attribute>
<attribute name="ConnectionManagerFactoryName">
- MinervaXACMFactory
+ MinervaXACMFactory
</attribute>
<attribute name="ConnectionManagerProperties">
# Pool type - uncomment to force, otherwise it is the default
@@ -436,6 +436,16 @@
</constructor>
</mbean>
<!- - -->
+
+ <!-- Uncomment this and set up according to manual to add Castor JDO service
+ <mbean code="org.jboss.jdo.castor.CastorJDOImpl"
name="DefaultDomain: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 -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development