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