I'd like to test if the jBPM schema has been created in the database, and if not, create it with JbpmConfiguration.createSchema().
The only way I see that might test for schema existance is : JbpmSchema.hasTables(). The only way I see to get a JbpmSchema object is the JbpmConfigurationFactory.getJbpmSchema(). But JbpmConfigurationFactory is deprecated. What is a good way to test if the database tables have been created? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045935#4045935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045935 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
