Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Database Schema for Enterprise Install"
To view the discussion, visit:
https://community.jboss.org/message/719483#719483
--------------------------------------------------------------
As far as I know jBPM does not ship with out of the box DDLs for various data bases.
An option to get DDL is to use hibernate tools (look at
http://docs.jboss.org/tools/latest/en/hibernatetools/html_single/index.html JBoss Tools)
to generate DDL files for entities that jBPM relies on, same goes for human task server.
Once you have DDL, DBA can proceed with schema creation. I believe that regular CRUD
access would be most likely enough on runtime to operate.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/719483#719483]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]