mark boletti [http://community.jboss.org/people/markboletti] created the 
discussion

"Re: Persistence unit name for jBPM5"

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

--------------------------------------------------------------
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
[http://community.jboss.org/message/639275#639275]

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to