Oracle JDBC properties are not replaced in distro
-------------------------------------------------
Key: JBPM-2144
URL:
https://jira.jboss.org/jira/browse/JBPM-2144
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Heiko Braun
Assignee: Tom Baeyens
When installing to JBoss and chosing oracle as a database, you can see that the JDBC
properties in the datasource config are not replaced:
less server/default/deploy/jbpm/jbpm-oracle-ds.xml
<datasources
<xa-datasource
<jndi-name>JbpmDS</jndi-name
<!-- uncomment to enable interleaving
<interleaving/> --
<isSameRM-override-value>false</isSameRM-override-value
<xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class
<xa-datasource-property
name="URL">jdbc:oracle:thin:${jdbc.oracle.username}/${jdbc.oracle.password}@${jdbc.oracle.serv
er}:${jdbc.oracle.port}:${jdbc.oracle.database}</xa-datasource-property
<xa-datasource-property
name="User">jbpmtest</xa-datasource-property
<xa-datasource-property
name="Password">jbpmtest</xa-datasource-property
<!-- Uses the pingDatabase method to check a connection
is still valid before handing it out from the pool --
<!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-con
nection-checker-class-name--
<!-- Checks the Oracle error
codes and messages for fatal errors --
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira