Author: jeff.yuchang
Date: 2009-11-19 10:07:00 -0500 (Thu, 19 Nov 2009)
New Revision: 1040
Added:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldb-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldburl-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mssql-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mysql-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-oracle-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-postgresql-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-sybase-ds.xml
Removed:
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
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mssql-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mysql-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-oracle-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-postgresql-ds.xml
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-sybase-ds.xml
Modified:
migration/idm/trunk/assembly/pom.xml
migration/idm/trunk/assembly/scripts/assembly-distro.xml
migration/idm/trunk/assembly/src/main/files/jboss/build.xml
migration/idm/trunk/integration/deployer/src/main/resources/picketlink.idm.cfg.xml
migration/idm/trunk/integration/deployer/src/test/resources/jbpm.identity/jbpm.picketlink.idm.cfg.xml
Log:
* another update for renaming.
Modified: migration/idm/trunk/assembly/pom.xml
===================================================================
--- migration/idm/trunk/assembly/pom.xml 2009-11-19 13:31:09 UTC (rev 1039)
+++ migration/idm/trunk/assembly/pom.xml 2009-11-19 15:07:00 UTC (rev 1040)
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
- <artifactId>jbossidm</artifactId>
+ <artifactId>picketlink-idm</artifactId>
<version>1.0.0-CR1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PicketLink IDM Assembly </name>
Modified: migration/idm/trunk/assembly/scripts/assembly-distro.xml
===================================================================
--- migration/idm/trunk/assembly/scripts/assembly-distro.xml 2009-11-19 13:31:09 UTC (rev
1039)
+++ migration/idm/trunk/assembly/scripts/assembly-distro.xml 2009-11-19 15:07:00 UTC (rev
1040)
@@ -24,7 +24,7 @@
<outputDirectory>modules</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
<includes>
-
<include>org.picketlink.idm.integration:idm-jboss5-deployer:zip:deployer</include>
+
<include>org.picketlink.idm.integration:picketlink-idm-jboss5-deployer:zip:deployer</include>
</includes>
<unpack>true</unpack>
</dependencySet>
@@ -32,7 +32,7 @@
<outputDirectory>modules</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
<includes>
-
<include>org.picketlink.idm.integration:idm-jboss5-deployer:zip:config</include>
+
<include>org.picketlink.idm.integration:picketlink-idm-jboss5-deployer:zip:config</include>
</includes>
<unpack>true</unpack>
</dependencySet>
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:31:09 UTC
(rev 1039)
+++ migration/idm/trunk/assembly/src/main/files/jboss/build.xml 2009-11-19 15:07:00 UTC
(rev 1040)
@@ -61,7 +61,7 @@
<!-- copy the right hibernate configuration file -->
<copy
file="${picketlink.idm.home}/jboss/hibernate.cfg/${database}.hibernate.cfg.xml"
-
tofile="${jboss.server.config.dir}/deploy/picketlink-idm/picketlink-idm-service.sar/jboss.idm.hibernate.cfg.xml"
+
tofile="${jboss.server.config.dir}/deploy/picketlink-idm/picketlink-idm-service.sar/picketlink.idm.hibernate.cfg.xml"
overwrite="true" />
<!-- copy the right datasource configuration file and replace the jdbc properties
with
Deleted:
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:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldb-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
-
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
-
- <connection-url>jdbc:hsqldb:hsql://localhost:1701</connection-url>
- <driver-class>org.hsqldb.jdbcDriver</driver-class>
- <user-name>sa</user-name>
- <password></password>
-
- <!-- connection pool parameters -->
- <min-pool-size>1</min-pool-size>
- <max-pool-size>5</max-pool-size>
-
- <!-- disable idle connection removal, hsqldb does not reap threads on closed
connections -->
- <idle-timeout-minutes>0</idle-timeout-minutes>
- <!-- check all statements are closed when the connection is returned to the pool
-->
- <track-statements />
- <!-- hsqldb benefits from prepared statement caching -->
- <prepared-statement-cache-size>32</prepared-statement-cache-size>
-
- <!-- corresponding type-mapping in conf/standardjbosscmp-jdbc.xml -->
- <metadata>
- <type-mapping>Hypersonic SQL</type-mapping>
- </metadata>
-
- <!-- ensure the datasource is not initialized before the database itself -->
- <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">picketlinkIDM</attribute>
- <attribute name="InProcessMode">false</attribute>
- </mbean>
-
-</datasources>
Deleted:
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:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldburl-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
-
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
-
-
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}jbossidm</connection-url>
- <driver-class>org.hsqldb.jdbcDriver</driver-class>
- <user-name>sa</user-name>
- <password></password>
-
- <!-- connection pool parameters -->
- <min-pool-size>1</min-pool-size>
- <max-pool-size>5</max-pool-size>
-
- <!-- disable idle connection removal, hsqldb does not reap threads on closed
connections -->
- <idle-timeout-minutes>0</idle-timeout-minutes>
- <!-- check all statements are closed when the connection is returned to the pool
-->
- <track-statements />
- <!-- hsqldb benefits from prepared statement caching -->
- <prepared-statement-cache-size>32</prepared-statement-cache-size>
-
- <!-- corresponding type-mapping in conf/standardjbosscmp-jdbc.xml -->
- <metadata>
- <type-mapping>Hypersonic SQL</type-mapping>
- </metadata>
-
- <!-- ensure the datasource is not initialized before the database itself -->
- <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">picketlinkIDM</attribute>
- <attribute name="InProcessMode">true</attribute>
- </mbean>
-
-</datasources>
Deleted: migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mssql-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mssql-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mssql-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<datasources>
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
- <connection-url>@jdbc.url(a)</connection-url>
- <driver-class>@jdbc.driver(a)</driver-class>
- <user-name>@jdbc.username(a)</user-name>
- <password>@jdbc.password(a)</password>
-
- <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
- <metadata>
- <type-mapping>MS SQLSERVER2000</type-mapping>
- </metadata>
- </local-tx-datasource>
-
-</datasources>
Deleted: migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mysql-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mysql-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mysql-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
-
- <connection-url>@jdbc.url(a)</connection-url>
- <driver-class>com.mysql.jdbc.Driver</driver-class>
-
- <user-name>@jdbc.username(a)</user-name>
- <password>@jdbc.password(a)</password>
-
- <!-- Typemapping for JBoss 4.0 -->
- <metadata>
- <type-mapping>mySQL</type-mapping>
- </metadata>
-
- </local-tx-datasource>
-</datasources>
\ No newline at end of file
Deleted:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-oracle-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-oracle-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-oracle-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<datasources>
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
- <connection-url>@jdbc.url(a)</connection-url>
- <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
- <user-name>@jdbc.username(a)</user-name>
- <password>@jdbc.password(a)</password>
-
- <min-pool-size>5</min-pool-size>
- <max-pool-size>100</max-pool-size>
-
- <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
- <metadata>
- <type-mapping>Oracle9i</type-mapping>
- </metadata>
- </local-tx-datasource>
-</datasources>
Deleted:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-postgresql-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-postgresql-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-postgresql-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<datasources>
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
- <connection-url>@jdbc.url(a)</connection-url>
- <driver-class>org.postgresql.Driver</driver-class>
- <user-name>@jdbc.username(a)</user-name>
- <password>@jdbc.password(a)</password>
-
- <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
- <metadata>
- <type-mapping>PostgreSQL 8.0</type-mapping>
- </metadata>
- </local-tx-datasource>
-</datasources>
Deleted:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-sybase-ds.xml
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-sybase-ds.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-sybase-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<datasources>
- <local-tx-datasource>
- <jndi-name>PicketLinkIDMDS</jndi-name>
- <connection-url>@jdbc.url(a)</connection-url>
- <driver-class>@jdbc.driver(a)</driver-class>
- <user-name>@jdbc.username(a)</user-name>
- <password>@jdbc.password(a)</password>
-
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter</exception-sorter-class-name>
-
- <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
- <metadata>
- <type-mapping>Sybase</type-mapping>
- </metadata>
- </local-tx-datasource>
-</datasources>
-
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldb-ds.xml
(from rev 1039,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldb-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldb-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldb-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<datasources>
+
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+
+ <connection-url>jdbc:hsqldb:hsql://localhost:1701</connection-url>
+ <driver-class>org.hsqldb.jdbcDriver</driver-class>
+ <user-name>sa</user-name>
+ <password></password>
+
+ <!-- connection pool parameters -->
+ <min-pool-size>1</min-pool-size>
+ <max-pool-size>5</max-pool-size>
+
+ <!-- disable idle connection removal, hsqldb does not reap threads on closed
connections -->
+ <idle-timeout-minutes>0</idle-timeout-minutes>
+ <!-- check all statements are closed when the connection is returned to the pool
-->
+ <track-statements />
+ <!-- hsqldb benefits from prepared statement caching -->
+ <prepared-statement-cache-size>32</prepared-statement-cache-size>
+
+ <!-- corresponding type-mapping in conf/standardjbosscmp-jdbc.xml -->
+ <metadata>
+ <type-mapping>Hypersonic SQL</type-mapping>
+ </metadata>
+
+ <!-- ensure the datasource is not initialized before the database itself -->
+ <depends>jboss:service=Hypersonic,database=picketlinkIDM</depends>
+ </local-tx-datasource>
+
+ <mbean code="org.jboss.jdbc.HypersonicDatabase"
name="jboss:service=Hypersonic,database=picketlinkIDM">
+ <attribute name="Database">picketlinkIDM</attribute>
+ <attribute name="InProcessMode">false</attribute>
+ </mbean>
+
+</datasources>
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldburl-ds.xml
(from rev 1039,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-hsqldburl-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldburl-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-hsqldburl-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<datasources>
+
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+
+
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}picketlinkIDM</connection-url>
+ <driver-class>org.hsqldb.jdbcDriver</driver-class>
+ <user-name>sa</user-name>
+ <password></password>
+
+ <!-- connection pool parameters -->
+ <min-pool-size>1</min-pool-size>
+ <max-pool-size>5</max-pool-size>
+
+ <!-- disable idle connection removal, hsqldb does not reap threads on closed
connections -->
+ <idle-timeout-minutes>0</idle-timeout-minutes>
+ <!-- check all statements are closed when the connection is returned to the pool
-->
+ <track-statements />
+ <!-- hsqldb benefits from prepared statement caching -->
+ <prepared-statement-cache-size>32</prepared-statement-cache-size>
+
+ <!-- corresponding type-mapping in conf/standardjbosscmp-jdbc.xml -->
+ <metadata>
+ <type-mapping>Hypersonic SQL</type-mapping>
+ </metadata>
+
+ <!-- ensure the datasource is not initialized before the database itself -->
+ <depends>jboss:service=Hypersonic,database=picketlinkIDM</depends>
+ </local-tx-datasource>
+
+ <mbean code="org.jboss.jdbc.HypersonicDatabase"
name="jboss:service=Hypersonic,database=picketlinkIDM">
+ <attribute name="Database">picketlinkIDM</attribute>
+ <attribute name="InProcessMode">true</attribute>
+ </mbean>
+
+</datasources>
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mssql-ds.xml
(from rev 1036,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mssql-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mssql-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mssql-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<datasources>
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+ <connection-url>@jdbc.url(a)</connection-url>
+ <driver-class>@jdbc.driver(a)</driver-class>
+ <user-name>@jdbc.username(a)</user-name>
+ <password>@jdbc.password(a)</password>
+
+ <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
+ <metadata>
+ <type-mapping>MS SQLSERVER2000</type-mapping>
+ </metadata>
+ </local-tx-datasource>
+
+</datasources>
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mysql-ds.xml
(from rev 1036,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-mysql-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mysql-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-mysql-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<datasources>
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+
+ <connection-url>@jdbc.url(a)</connection-url>
+ <driver-class>com.mysql.jdbc.Driver</driver-class>
+
+ <user-name>@jdbc.username(a)</user-name>
+ <password>@jdbc.password(a)</password>
+
+ <!-- Typemapping for JBoss 4.0 -->
+ <metadata>
+ <type-mapping>mySQL</type-mapping>
+ </metadata>
+
+ </local-tx-datasource>
+</datasources>
\ No newline at end of file
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-oracle-ds.xml
(from rev 1036,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-oracle-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-oracle-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-oracle-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<datasources>
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+ <connection-url>@jdbc.url(a)</connection-url>
+ <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
+ <user-name>@jdbc.username(a)</user-name>
+ <password>@jdbc.password(a)</password>
+
+ <min-pool-size>5</min-pool-size>
+ <max-pool-size>100</max-pool-size>
+
+ <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
+ <metadata>
+ <type-mapping>Oracle9i</type-mapping>
+ </metadata>
+ </local-tx-datasource>
+</datasources>
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-postgresql-ds.xml
(from rev 1036,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-postgresql-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-postgresql-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-postgresql-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<datasources>
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+ <connection-url>@jdbc.url(a)</connection-url>
+ <driver-class>org.postgresql.Driver</driver-class>
+ <user-name>@jdbc.username(a)</user-name>
+ <password>@jdbc.password(a)</password>
+
+ <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
+ <metadata>
+ <type-mapping>PostgreSQL 8.0</type-mapping>
+ </metadata>
+ </local-tx-datasource>
+</datasources>
Copied:
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-sybase-ds.xml
(from rev 1036,
migration/idm/trunk/assembly/src/main/files/jboss/datasources/jbidm-sybase-ds.xml)
===================================================================
---
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-sybase-ds.xml
(rev 0)
+++
migration/idm/trunk/assembly/src/main/files/jboss/datasources/picketlink-idm-sybase-ds.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<datasources>
+ <local-tx-datasource>
+ <jndi-name>PicketLinkIDMDS</jndi-name>
+ <connection-url>@jdbc.url(a)</connection-url>
+ <driver-class>@jdbc.driver(a)</driver-class>
+ <user-name>@jdbc.username(a)</user-name>
+ <password>@jdbc.password(a)</password>
+
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter</exception-sorter-class-name>
+
+ <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional)
-->
+ <metadata>
+ <type-mapping>Sybase</type-mapping>
+ </metadata>
+ </local-tx-datasource>
+</datasources>
+
Modified:
migration/idm/trunk/integration/deployer/src/main/resources/picketlink.idm.cfg.xml
===================================================================
---
migration/idm/trunk/integration/deployer/src/main/resources/picketlink.idm.cfg.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/integration/deployer/src/main/resources/picketlink.idm.cfg.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<jboss-identity xmlns="urn:jboss:identity:idm:config:v1_0_0_cr1"
+<jboss-identity xmlns="urn:picketlink:idm:config:v1_0_0_cr1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:jboss:identity:idm:config:v1_0_0_cr1
identity-config.xsd">
+ xsi:schemaLocation="urn:picketlink:idm:config:v1_0_0_cr1
identity-config.xsd">
<realms>
<realm>
<id>realm://JBossIdentity</id>
Modified:
migration/idm/trunk/integration/deployer/src/test/resources/jbpm.identity/jbpm.picketlink.idm.cfg.xml
===================================================================
---
migration/idm/trunk/integration/deployer/src/test/resources/jbpm.identity/jbpm.picketlink.idm.cfg.xml 2009-11-19
13:31:09 UTC (rev 1039)
+++
migration/idm/trunk/integration/deployer/src/test/resources/jbpm.identity/jbpm.picketlink.idm.cfg.xml 2009-11-19
15:07:00 UTC (rev 1040)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<jboss-identity xmlns="urn:jboss:identity:idm:config:v1_0_0_cr1"
+<jboss-identity xmlns="urn:picketlink:idm:config:v1_0_0_cr1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:jboss:identity:idm:config:v1_0_0_cr1
identity-config.xsd">
+ xsi:schemaLocation="urn:picketlink:idm:config:v1_0_0_cr1
identity-config.xsd">
<realms>
<realm>
<id>realm://jbpmIdentity</id>