JBoss Community

Re: Obtain a handle to ExecutionImpl from unit tests

created by Michael Wohlfart in jBPM - View the full discussion

as far as I can tell from the stacktrace the property for the next entity id can't be found in the database.

Usually this property should be set at engine creation time with the CheckDbCmd(). You should be able to manually set it with

commandService.execute(new CheckDbCmd());

Reply to this message by going to Community

Start a new discussion in jBPM at Community