Hide Forgot
Date of First Response: 2010-02-25 13:56:37 Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/269318 project_key: SOA Document JbpmSchema API and ant task. For instance, to drop jBPM schema you can use the two ways. Programatically: JbpmSchema.dropSchema() Through Ant: <jbpmschema output="${scriptsdir}/jbpm.jpdl.postgresql.sql" config="hibernate.cfg.postgresql.xml" action="drop" delimiter=";"/> We need to elaborate how to use those in our docs.
Link: Added: This issue depends JBPM-2164
Approved for SOA 4.3 CP03.
We will need information from subject matter experts about these. Please document in upstream community docs and we will pick these up for the product docs.
Documented JbpmSchema API and Ant task in upstream community documentation. http://anonsvn.jboss.org/repos/jbpm/jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en/modules/persistence.xml Look for sections "programmaticdbschema" and "jbpmschematask".
I have added these to the document (Sections 4.2.2 and 4.2.3, respectively.) Cheers. :-)
David, the Alejandro's additions look good for me.
Verified http://downtown.englab.bne.redhat.com/drafts/JBoss_Enterprise_SOA_Platform/4.3.CP03/JBPM_Reference_Manual/html-single/#programmaticdbschema
Link: Added: This issue is related to SOA-2002