Miloud Haimoune [
https://community.jboss.org/people/milhaim] created the discussion
"Re: install jbpm 5.3 using oracle as database"
To view the discussion, visit:
https://community.jboss.org/message/751004#751004
--------------------------------------------------------------
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
[
https://community.jboss.org/message/751004#751004]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]