[jboss-user] [JBoss jBPM] - Re: ProcessDefinition disapear from the database
mputz
do-not-reply at jboss.com
Tue Jul 17 04:55:10 EDT 2007
Look through the Database Example in the user guide to get an idea of what API functions to call to get a process definition and the like from the db:
http://docs.jboss.com/jbpm/v3.2/userguide/html/tutorial.html#databaseexample
(scroll down to the function processInstanceIsCreatedWhenUserSubmitsWebappForm(), it shows the necessary steps you would have to follow)
Regarding the createSchema, no, you don't have to call it again when your db schema is already set up ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064895#4064895
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064895
More information about the jboss-user
mailing list