[jboss-user] [jBPM] - Re: Disabling jBPM 4 startup database schema check

Michael Wohlfart do-not-reply at jboss.com
Wed Oct 20 11:50:33 EDT 2010


Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the discussion

"Re: Disabling jBPM 4 startup database schema check"

To view the discussion, visit: http://community.jboss.org/message/567453#567453

--------------------------------------------------------------
Hi Peter,

there is a skipDbCheck() method if you somehow get hold of the ConfigurationImpl class, the DB check is fired up in ProcessEngineImpl with the following method:

protected void checkDb(ConfigurationImpl configuration) {
    if (configuration.isCheckDb()) {
      userCommandService.execute(new CheckDbCmd());
    }
  }

so you might want to patch that or the CheckDbCmd class...
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/567453#567453]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101020/28ce8c91/attachment.html 


More information about the jboss-user mailing list