[rules-users] Drools 4.0.3

2007-10-22 Thread prateek.katiyar
Hi all I am using drools 4.0.2 and in one of my application i am facing the same memory leak problem about which we have discussed earlier. I want to know that when are you going to release the latest version of Drools i.e. Drools 4.0.3. It's very argent please give me the proper advice.

Re: [rules-users] Drools 4.0.3

2007-10-22 Thread Mark Proctor
[EMAIL PROTECTED] wrote: Hi all I am using drools 4.0.2 and in one of my application i am facing the same memory leak problem about which we have discussed earlier. I want to know that when are you going to release the latest version of Drools i.e. Drools 4.0.3. monday or tuesday. It's

[rules-users] Entity-Beans with Drools 4.0.2

2007-10-22 Thread Guardian
Hello, i have a problem to use entity-beans (ejb 3.0) in a DRL-file. If i use java-beans everything works fine, but when I use the following rule with the pruefungs-entity object i get an exception. What is the problem, can i use EJB 3.0 entitybeans with drools? My rules are the following: rule

[rules-users] NoSuchMethodError

2007-10-22 Thread Hehl, Thomas
OK, I upgraded to 4.0.2 and here is the updated error: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult .getProblems()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem; at org.drools.commons.jci.compilers.EclipseJavaCompiler$3.acceptResult(E

[rules-users] Error in upgrading to drools 4

2007-10-22 Thread prashant sharma
Hi, I have an application using drools 3.0.6. I downloaded jboss rules 4.0.2 GA and made necessary changes to the code to make it compatible to version 4.0.2. When I try to run the application now, I am getting following error. 2007-10-22 19:12:16,255 ERROR [STDERR]

Re: [rules-users] Error in upgrading to drools 4

2007-10-22 Thread Mark Proctor
prashant sharma wrote: Hi, I have an application using drools 3.0.6. I downloaded jboss rules 4.0.2 GA and made necessary changes to the code to make it compatible to version 4.0.2. When I try to run the application now, I am getting following error. 2007-10-22 19:12:16,255 ERROR [STDERR]

Re: [rules-users] Attribute activations vs object activations

2007-10-22 Thread Mark Proctor
firstly I wouldn't recommend you use the dynamic update stuff its not very efficient. its no less efficient than jess, but the principle itslef is bad. The reason is because each field change results in a notification to the engine, where as you really want to notify the engine after a batch