JBoss Community

Re: install jbpm 5.3 using oracle as database

created by Miloud Haimoune in jBPM - View the full discussion

Hi,

Your issue is coming form your persistance.xml under task-service folder :

 

you have :

 

<property name="hibernate.default_schema">jbpm5</property>

 

and you should have :

 

<property name="hibernate.default_schema" value="jbpm5"/>

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community