You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Application requires some tables to be autocreated to be able to come up. We are able to bring it up by setting the auto create tag in the persistence.xml, bringing up the app, switching back, and then running seed.sql.
Furthermore, jBPM requires some data in the tables to work. We have some sample data from Oracle that gets past this.
This makes it hard to deploy the app to a new environment.
Steps
Determine the tables the autocreated tables that are required to get the app running and add create statements in seed.xml
Determine jBPM inserts needed to get the app to run and add them to seed.xml
The text was updated successfully, but these errors were encountered:
Problem
The Application requires some tables to be autocreated to be able to come up. We are able to bring it up by setting the auto create tag in the persistence.xml, bringing up the app, switching back, and then running seed.sql.
Furthermore, jBPM requires some data in the tables to work. We have some sample data from Oracle that gets past this.
This makes it hard to deploy the app to a new environment.
Steps
The text was updated successfully, but these errors were encountered: