[jboss-cvs] contrib/varia/src/resources/juddi ...
Anil Saldhana
anil.saldhana at jboss.com
Thu Jul 20 13:14:08 EDT 2006
User: asaldhana
Date: 06/07/20 13:14:08
Modified: varia/src/resources/juddi jboss-service.xml
Removed: varia/src/resources/juddi juddi_create_db.ddl
juddi_data.ddl juddi_drop_db.ddl
Log:
JBAS-2621: Resources for JAXR
Revision Changes Path
1.5 +7 -6 contrib/varia/src/resources/juddi/jboss-service.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/contrib/varia/src/resources/juddi/jboss-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- jboss-service.xml 20 Jan 2005 17:37:23 -0000 1.4
+++ jboss-service.xml 20 Jul 2006 17:14:08 -0000 1.5
@@ -9,7 +9,7 @@
<!-- Should all tables be created on Start-->
<attribute name="CreateOnStart">false</attribute>
<!-- Should all tables be dropped on Stop-->
- <attribute name="DropOnStop">false</attribute>
+ <attribute name="DropOnStop">true</attribute>
<!-- Should all tables be dropped on Start-->
<attribute name="DropOnStart">false</attribute>
<!-- Datasource to Database-->
@@ -17,11 +17,12 @@
<!-- Alias to the registry-->
<attribute name="RegistryOperator">RegistryOperator</attribute>
<!-- Should I bind a Context to which JaxrConnectionFactory bound-->
- <attribute name="ShouldBindJaxr">false</attribute>
- <!-- Context to which JaxrConnectionFactory to bind to. This binds to the
- java namespace. If you have remote clients, please bind it to the global
- namespace. Just remove the java:/ -->
- <attribute name="BindJaxr">java:/JAXR</attribute>
+ <attribute name="ShouldBindJaxr">true</attribute>
+ <!-- Context to which JaxrConnectionFactory to bind to.
+ If you have remote clients, please bind it to the global
+ namespace(default behavior). To just cater to clients running
+ on the same VM as JBoss, change to java:/JAXR -->
+ <attribute name="BindJaxr">JAXR</attribute>
<attribute name="DropDB">false</attribute>
<depends>jboss.jca:service=DataSourceBinding,name=DefaultDS</depends>
</mbean>
More information about the jboss-cvs-commits
mailing list