JBoss Community

Re: Persistence unit name for jBPM5

created by mark boletti in jBPM - View the full discussion

Hello Maciej,

thanks for your reply. You mean I should add the persistence unit name as property ? I can see the KnowledgeBase can be started with a Property file:

 

Properties properties = new Properties();

properties.setProperty( "org.drools.sequential", "true");

KnowledgeBaseConfiguration kbConf = KnowledgeBaseFactory.newKnowledgeBaseConfiguration(properties, myClassLoader);

KnowledgeBase kbase = KnowledgeBaseFactory.newKnowledgeBase(kbConf);

 

If so which is the right key to set for the persistence unit name ?

Thanks a lot

Mark

Reply to this message by going to Community

Start a new discussion in jBPM at Community