I am upgrading from JIRA v4.3.3 to v5.2.5 backended with Oracle 11g .The entityengine.xml is no longer used to store DataSource information.
Where do i store the below definitions present from my existing 4.3.3 entityengine.xml to the new version.Not sure if the below can be added to dbconfig.xml.
<datasource name="defaultDS" field-type-name="oracle10g"
helper-class="org.ofbiz.core.entity.GenericHelperDAO"
check-on-start="true"
use-foreign-keys="false"
use-foreign-key-indices="false"
check-fks-on-start="false"
check-fk-indices-on-start="false"
add-missing-on-start="true"
check-indices-on-start="true">
<jndi-jdbc jndi-server-name="default" jndi-name="java:comp/env/jdbc/JiraDS"/>
Hey there, GKA.
Not sure whether this will work since the new entityengine.xml mentioned the following:
<!--
DATASOURCE
You should no longer provide a datasource in this file. This is considered a legacy method and will not work if dbconfig.xml is provided or DatabaseConfigurationManager otherwise provides a DatabaseConfig during launch. JIRA now supports in-app database configuration at setup time.
-->
Warm regards,
Danial
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.