Hi,
I'm new to JBPM and have some problems with database configuration for hibernate in jbpm.hibernate.cfg.xml file. I would like to use values for hibernate.connection.url, hibernate.connection.username and hibernate.connection.password properties from configuration.properties file (which is located in the tomcat's lib directory) but adding it like this, doesn't work:
The error I get is:
Thanks.