RE: [rules-users] NullPointerException: org.drools.base.extractors.BaseObjectClassFieldExtractor.getLongValue(BaseObjectClassFieldExtractor.java:103)

2007-06-19 Thread Prakash Galagali
I guess one of the Attributes in IndividualNok has no getter / setter method. Just verify From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jian Li Sent: Monday, June 18, 2007 8:41 AM To: rules-users@lists.jboss.org Subject: [rules-users]

[rules-users] expected release date for 4.0?

2007-06-19 Thread Eric Miles
When is the expected release date for 4.0? I have looked all over the site, the JIRA roadmap, etc and haven't found this information. Thanks so much. ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] expected release date for 4.0?

2007-06-19 Thread Mark Proctor
mid next month. Mark Eric Miles wrote: When is the expected release date for 4.0? I have looked all over the site, the JIRA roadmap, etc and haven't found this information. Thanks so much.

Re: [rules-users] expected release date for 4.0?

2007-06-19 Thread Eric Miles
Thanks a lot Mark. That helps as we are starting a JBoss Rules project in the next few weeks; I'd much rather code to 4.0 than to 3.0.5 (6). A follow up question, we are using Maven2 for our builds. I see in the JBoss repo there are 3.0.5 artifacts. Are there any snapshot repositories for 4.0

[rules-users] General rule engine behavior question

2007-06-19 Thread Barry Blister
I'm seeing some unexpected behavior, although, it's certainly possible I'm not using drools 4 properly.Once a rule has fired, it won't fire again on subsequent invocations of fireAllRules(). In the past, on a different project, I have used drools 3 and all rule firing would occur on every rule

Re: [rules-users] General rule engine behavior question

2007-06-19 Thread Mark Proctor
No thats never been the behaviour, after a rule has fired it will only be activated for firing again if the data it matches against has changed. Mark Barry Blister wrote: I'm seeing some unexpected behavior, although, it's certainly possible I'm not using drools 4 properly. Once a rule has

[rules-users] ClassCastException using WorkingMemoryFileLogger (3.0.6)

2007-06-19 Thread Yuri de Wit
I got a ClassCastException once I ran my app with the WorkingMemoryFileLogger attached to it. After a bit of debugging the CCE is being thrown because for an unknown reason the column of a Declaration is wrong: it should have been 0 like all the other declarations on the same Fact, but it is 0

[rules-users] Managing Collection Facts

2007-06-19 Thread Yuri de Wit
Hi, I have to create a set of rules that group facts together based on a dynamic criteria X basd on fact data. So I created a rule to create a first collection for the criteria X when no collection exist. I created a second rule to add a fact to an existing collection, but I cant get my head

Re: [rules-users] ClassCastException using WorkingMemoryFileLogger (3.0.6)

2007-06-19 Thread Mark Proctor
drools 3.0 or 4.0? I'm guessing 3.0, this is a known error in 3.0 and is fixed in 4.0 - we won't be backporting the fix. Mark Yuri de Wit wrote: I got a ClassCastException once I ran my app with the WorkingMemoryFileLogger attached to it. After a bit of debugging the CCE is being thrown