In Activiti 1.5 provides support for Data Sources -- but we need to ender URL/Username/Password.
Can this support supplying a JNDI name for the data source instead?
Solved! Go to Solution.
Ah yes, the devil is always in the detail.
The data model feature first exposed in 1.5 does not support JNDI datasources.
Greg
Johnny,
Yes, you can use a configured JNDI datasource that will take precedence over a configured URL/user/password combination.
If you open the activiti-app.properties where you configure your database, you will notice the following commented out section:
# JNDI CONFIG
# If uncommented, the datasource will be looked up using the configured JNDI name.
# This will have preference over any datasource configuration done below that doesn't use JNDI
#
# Eg for JBoss: java:jboss/datasources/activitiDS
#
#datasource.jndi.name=jdbc/activitiDS# Set whether the lookup occurs in a J2EE container, i.e. if the prefix "java:comp/env/" needs to be added if the JNDI
# name doesn't already contain it. Default is "true".
#datasource.jndi.resourceRef=true
Uncomment the datasource.jndi.name property ans set it to a properly configured container datasource.
Cheers,
Greg
Yes, I'm aware of that, but that wasn't my question.
1.5 allows you to set additional data sources (on the tenants tab, go to Data Sources, and see the below screen)
(Incidentally, even adding a data source with this information is failing for us on 1.5.2)
Ah yes, the devil is always in the detail.
The data model feature first exposed in 1.5 does not support JNDI datasources.
Greg
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.