Update JNDI data source references to conform to JBoss standards
Update these files so that referenced JNDI datasources conform to JBoss standards.
Use a text editor to open the
pentaho/server/pentaho-server/pentaho-solutions/system/quartz/quartz.propertiesfile. Change theorg.quartz.dataSource.myDS.jndiURLvalue tojboss/datasources/Quartz, then save and close the file.Use a text editor to open the
pentaho/server/pentaho-server/pentaho-solutions/system/audit_sql.xmlfile. Change the JNDI value tojboss/datasources/Hibernate, then save and close the file.Use a text editor to open the
pentaho/server/pentaho-server/pentaho-solutions/system/data-access/settings.xmlfile. Change thedata-access-staging-jndivalue tojboss/datasources/Hibernate, then save and close the file.Open the
pentaho/server/pentaho-server/pentaho-solutions/system/audit/dialects/h2directory.Make sure you open the file from the correct folder.
Use the text editor to open each file in the H2 directory and make the following changes:
Change
<database>Audit</database>to<database>jboss/datasources/Audit</database>.Change
<database>Hibernate</database>to<database>jboss/datasources/Hibernate</database>.
Last updated

