Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Master Deployable #148

Closed
2 tasks
BenGalewsky opened this issue Jun 16, 2017 · 1 comment
Closed
2 tasks

Make Master Deployable #148

BenGalewsky opened this issue Jun 16, 2017 · 1 comment
Assignees

Comments

@BenGalewsky
Copy link
Contributor

BenGalewsky commented Jun 16, 2017

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

  • 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
@jasonaowen
Copy link
Contributor

I think between #182 and #190, we've completed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants