Re: [rules-users] Speed up inserting of rules into knowledge base

2011-01-31 Thread Piotr Jedrychowski
Hello. Some time ago I wrote an e-mail with question how to parse and load a large group of rules in an efficient way. I've made a lot of tests and I have couple conclusions. Is there a possibility that someone could confirm (if I'm right) or deny (if I'm wrong) my conclusions, and explain wh

Re: [rules-users] Drools Java and .Net

2011-01-31 Thread Corneil du Plessis
We have successfully used IKVM to create a dlls for our Drools application. The performance was a bit slower on IKVM/.Net as in Sun Java 5. We dynamically load a large number of rules and found the largest impact is to the 'load time' The performance impact was not such that it would make a ne

Re: [rules-users] Drools Transaction Manager

2011-01-31 Thread Mauricio Salatino
Hi there, That sounds like a common problem between different vendors.. Each of them decide to use a different transaction manager, a different JNDI implementation, namespaces, etc. I think that having a document where indicates you the configurations for different vendors will help but I'm not sur

[rules-users] Drools Transaction Manager

2011-01-31 Thread ramram
Hi All, Inside the persistence.xml file We are using Transaction manager: - TRANSACTION FOR JBOSS - TRANSACTION FOR TOMCAT This means that for every server or container I have to disable one and enable the other. Is there a way to use the same transaction manager for b

Re: [rules-users] How to obtain the object/fact created in the rule file?

2011-01-31 Thread Wolfgang Laun
A global List object maintains order and can be modified by Java code, none of which is guaranteed with a query, which incidentally adds some overhead to Rete. Not knowing what the ultimate purpose and destination of the FieldResults facts is, it is difficult to suggest. Perhaps it isn't even nece