Author: jeff.yuchang
Date: 2009-11-19 08:31:09 -0500 (Thu, 19 Nov 2009)
New Revision: 1039
Modified:
migration/idm/trunk/assembly/src/main/files/jboss/build.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldb-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldburl-ds.xml
Log:
* renaming on the assembly's hsql DB name.
Modified: migration/idm/trunk/assembly/src/main/files/jboss/build.xml
===================================================================
--- migration/idm/trunk/assembly/src/main/files/jboss/build.xml 2009-11-19 13:26:00 UTC
(rev 1038)
+++ migration/idm/trunk/assembly/src/main/files/jboss/build.xml 2009-11-19 13:31:09 UTC
(rev 1039)
@@ -39,7 +39,7 @@
<fileset
dir="${picketlink.idm.home}/modules/picketlink-idm-service.sar" />
</copy>
- <!-- ### Update the default-jboss-idm.xml #### -->
+ <!-- ### Update the default-picketlink-idm.xml #### -->
<copy
file="${picketlink.idm.home}/modules/picketlink-idm-service.sar/META-INF/default-picketlink-idm.xml"
toFile="${jboss.server.config.dir}/deploy/picketlink-idm/picketlink-idm-service.sar/META-INF/default-picketlink-idm.xml"
overwrite="true">
Modified:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldb-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldb-ds.xml 2009-11-19
13:26:00 UTC (rev 1038)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldb-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
@@ -26,11 +26,11 @@
</metadata>
<!-- ensure the datasource is not initialized before the database itself -->
- <depends>jboss:service=Hypersonic,database=jbossidm</depends>
+ <depends>jboss:service=Hypersonic,database=picketlinkIDM</depends>
</local-tx-datasource>
<mbean code="org.jboss.jdbc.HypersonicDatabase"
name="jboss:service=Hypersonic,database=jbossidm">
- <attribute name="Database">jbossidm</attribute>
+ <attribute name="Database">picketlinkIDM</attribute>
<attribute name="InProcessMode">false</attribute>
</mbean>
Modified:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldburl-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldburl-ds.xml 2009-11-19
13:26:00 UTC (rev 1038)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldburl-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
@@ -26,11 +26,11 @@
</metadata>
<!-- ensure the datasource is not initialized before the database itself -->
- <depends>jboss:service=Hypersonic,database=jbossidm</depends>
+ <depends>jboss:service=Hypersonic,database=picketlinkIDM</depends>
</local-tx-datasource>
<mbean code="org.jboss.jdbc.HypersonicDatabase"
name="jboss:service=Hypersonic,database=jbossidm">
- <attribute name="Database">jbossidm</attribute>
+ <attribute name="Database">picketlinkIDM</attribute>
<attribute name="InProcessMode">true</attribute>
</mbean>
Show replies by date