Search Results

0
votes

Drools related problem…

Hi, when you have your abc object, this will be the fact that you insert into the Working Memory. For example: KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilde …
2
votes

Can Drools Flow scale to executing hundreds of thousands of process instances per day?

Just appear an official post about this here …
0
votes

Drools Flow Persistence with MySQL (jpa, hibernate)

It looks like you have to configure your Datasource as XA. Here you have an example <datasources> <xa-datasource> <jndi-name>jdbc/my_ds</jndi-name> …