[rules-users] Does anyone have a Fusion application running?

2011-12-15 Thread Robert Crawford
I'm asking because I'm continuously getting exceptions from mine. I get exceptions from the engine when it's expiring events, I get exceptions while inserting objects in my rules, I get them when I insert through a named entry point, I get them for the sin of apparently just having a sliding time

Re: [rules-users] CDI Integration

2011-12-01 Thread Robert Morse
Hello, Just a follow-up. The Seam 3.1 betas are out, but I'm not sure if that accomplishes the namespace extensions you mentioned below. On Oct 8, 2011, at 7:49 PM, Mark Proctor wrote: On 09/10/2011 02:16, Robert Morse wrote: I was asking the Seam 3 guys about Drools support, and Shane

Re: [rules-users] Rules called with null references?

2011-11-22 Thread Robert Crawford
Another clue: these errors nearly disappear when I change garbage collection settings. I hesitate to say they completely disappear, but in an hour of running I've only seen one exception thrown from inside Drools code, as opposed to many dozens before. The difference is the presence of the

Re: [rules-users] Rules called with null references?

2011-11-17 Thread Robert Crawford
I enhanced my ConsequenceExceptionHandler and have a little more detail on this. I have this rule: rule Duplicate Alerts when $firstAlert : TemperatureAlert( this.saved, this.valid ) $secondAlert : TemperatureAlert (this.location == $firstAlert.location, this != $firstAlert, this.saved,

[rules-users] Rules called with null references?

2011-11-03 Thread Robert Crawford
I have this rule: rule Defrost: Turned On when $reading : SwitchReading( switchOn == true ) from entry-point ReadingsStream not SwitchReading (this.circuit == $reading.circuit, this after $reading ) from entry-point ReadingsStream not DefrostSwitchOn(this.circuit == $reading.circuit)

Re: [rules-users] Help with troubleshooting rules/Drools

2011-11-01 Thread Robert Crawford
I've rolled back to 5.2.0 and it seems to be doing better. Almost an hour of uptime. I already have a custom consequence exception handler -- I think it's cribbed from that link, even. But this exception doesn't appear to happen during the execution of a consequence -- I *think* it's during an

Re: [rules-users] Live Queries and Expired Events

2011-11-01 Thread Robert Crawford
Well, the live query is started *before* any events get inserted, and I have a ViewChangedEventListener registered to listen to that query. I expected to see rowRemoved() called every time an event is expired, but instead only see it happening *MOST* of the time. For example, I have 5000 events

Re: [rules-users] Live Queries and Expired Events

2011-11-01 Thread Robert Crawford
My terms are likely incorrect, but: - Section 4.3.3.2.2. Live Querries: We have now complimented this with Live Querries, which has a listener attached instead of returning an iterable result set. These live querries stay open creating a view and publish change events for the contents of this

Re: [rules-users] Help with troubleshooting rules/Drools

2011-11-01 Thread Robert Crawford
They can recalculate just fine -- the underlying AccumulateData is just a SortedSet -- but ISTR there are problems with that code outside of my functions. -- View this message in context: http://drools.46999.n3.nabble.com/Help-with-troubleshooting-rules-Drools-tp3469285p3471330.html Sent from

Re: [rules-users] Preventing re-evaluation on modification of 'output' fact

2011-11-01 Thread Robert Crawford
Have you considered making the reasons for being suspicious objects in their own right and inserting them independently? Let's say: SuspectedFraudReason (abstract parent class) TransactionsTooOften (extends SuspectedFraudReason) TransactionsTooHigh (extends SuspectedFraudReason) then indicate

[rules-users] Live Queries and Expired Events

2011-10-31 Thread Robert Crawford
I have a live query that should match *all* the events I insert. However, it's apparently not being called for a large number of them. It appears that if an event is expired at the time of insert, it's not tripping the rowRemoved part of the query. Is this the expected behavior? If so, is there

[rules-users] Help with troubleshooting rules/Drools

2011-10-31 Thread Robert Crawford
Any advice on how to troubleshoot problems? I have a fairly simple set of rules (a couple dozen), but keep having problems with fatal exceptions. The most recent was: org.drools.RuntimeDroolsException: Unexpected exception executing action

[rules-users] JBRULES-3260: Events forced to zero expirationOffset

2011-10-22 Thread Robert Crawford
It seems like ever since I found this, I can't stop tripping this condition. Basically, while adding the DRL files to the KnowledgeBuilder, ReteooRuleBase decides it has to reconcile event definitions from different packages, so it looks for any that are assignable. At first I thought this was

[rules-users] CDI Integration

2011-10-08 Thread Robert Morse
I was asking the Seam 3 guys about Drools support, and Shane Bryzak replied: We need to update that page - Seam will not be providing a Drools module, rather the Drools team will be providing native CDI integration instead. Any idea when there will be CDI support? The human mind is an

[rules-users] Guvnor Repository Directory with Replicated Database

2011-08-13 Thread Robert Morse
. -robert. The human mind is an iterative processor, it never does anything right the first time. What it does well is to make improvements on every iteration (deMarco) ___ rules-users mailing list rules-users@lists.jboss.org https

Re: [rules-users] Guvnor Repository Directory with Replicated Database

2011-08-13 Thread Robert Morse
Hello Mike, Very good point. I didn't mean to clutter this list, just thought someone here might have direct experience with what I'm trying to do. Thanks again for your message. -robert. On Aug 13, 2011, at 3:43 AM, Michael Anstis wrote: Whilst not an answer; if nothing comes to light

Re: [rules-users] repository in 5.2.M2 crashes in 5.2.Final because of decision table serialization

2011-07-12 Thread Atherton, Robert W CIV SPAWARSYSCEN-ATLANTIC, 54422
Is the statement about backwards compatibility only true for CEP and decision tables, or does it pertain to upgrading from 5.2.M2 to Final as a whole? My project has been trying to upgrade from 5.2.M2 to Final, and we are having problems with our StatefulKnowledgeSession not containing any of

[rules-users] Drools Expert (5.2.0.Final) documentation; Ch5 issue

2011-07-07 Thread Robert Christenson
When viewing the single-html docs for 5.2.0.-Final, the documentation is truncated after section 5.8.3.8 Checked the html option as well, it also ends at 5.8.3.8 for Chapter 5. No problems with the pdf, though it's not directly accessible from the doco page,

[rules-users] proxy config for change-set schema fetch?

2011-05-17 Thread Allen, Robert R
or drools expert as a whole that includes authentication credentials? Thanks, -Robert ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] execute particular rules programmatically and dynamically

2011-04-14 Thread Robert Christenson
We've come across something similar in our project just recently as well. We have a requirement to have some rules activate based on a tab-off action but also at a higher level (such as validating an entire event entry in the GUI). I also need these rules to activate if initiated from an

[rules-users] Multiple bindings with the same type

2010-12-08 Thread Robert Miyashiro
Let¹s say there¹s a rule with multiple bindings of the same type evaluated in a stateless session. For example: rule when $list1 : ArrayList() $list2 : ArrayList() then ... end Now, I have 2 ArrayList objects to insert into the session, A1 and A2. How can I make sure that A1 gets

[rules-users] How to get JmsMessenger to enlist in XA transactions when receiving?

2010-10-28 Thread Robert (rob3c)
for docs or samples discussing this, but haven't found any specifically using XA with the pipeline JMS receiver. Any help would be greatly appreciated! :) Thanks in advance, Robert (rob3c) ___ rules-users mailing list rules-users@lists.jboss.org https

Re: [rules-users] Drools and JBoss 6.0 Support

2010-10-08 Thread Robert Morse
) on JBOSS AS 6. The main blocker is running Seam 2.1 with JBOSS AS 6, you may search in Seam forum for possible workaround. To be honest, I would suggest you using JBOSS AS 5.X instead. Running Guvnor with As 6 is not on a priority list. Cheers, Jervis On 2010/10/7 8:50, Robert Morse wrote

Re: [rules-users] Drools and JBoss 6.0 Support

2010-10-08 Thread Robert Morse
would suggest you using JBOSS AS 5.X instead. Running Guvnor with As 6 is not on a priority list. Cheers, Jervis On 2010/10/7 8:50, Robert Morse wrote: Hello, Is there any update to this? I'm trying to get Drools-Guvnor 5.0.1 to run under JBoss AS 6. In addition to removing the jars

Re: [rules-users] Drools and JBoss 6.0 Support

2010-10-06 Thread Robert Morse
Hello, Is there any update to this? I'm trying to get Drools-Guvnor 5.0.1 to run under JBoss AS 6. In addition to removing the jars mentioned for an AS 5 installation, I also needed to remove the jta jar. The deployment fails with the following under the M5 version of AS 6. Any

[rules-users] Guvnor InvalidClassException

2010-09-15 Thread Robert Morse
I have a Seam 2.2 application that works perfectly with Drools when it references the drl file directly. Using Guvnor 5.1.0.M1 and the same drl, I'm getting the exception listed below. I've used earlier releases of Guvnor without any issues, but was curious why this would occur. I've stayed

Re: [rules-users] Guvnor InvalidClassException

2010-09-15 Thread Robert Morse
Ah ha! Thank you! On Sep 15, 2010, at 2:57 PM, Tihomir Surdilovic wrote: Seam 2.2 uses Drools 5.0, so you have to use Guvnor 5.0 as you need the same version jars that are used to serialize and de-serialize sessions/kbases. On 9/15/10 4:23 PM, Robert Morse wrote: I have a Seam 2.2

Re: [rules-users] Drools 5.1.1 KnowledgeAgent and SecurityRules

2010-09-14 Thread Robert Morse
This is good to know. I was just in the middle of converting to 5.1.1 but will not stop. By the way the 5.1.1 version of Guvnor appears to be unstable under JBoss 5.1. Verify operations just hang. Error messages (with no message) get displayed, Inability to sign out, etc. Back to 5.0.1.

Re: [rules-users] Exception using persistence

2010-06-08 Thread Robert
) at org.drools.persistence.session.SingleSessionCommandService.init(SingleSessionCommandService.java:109) ... 5 more (This test is in a class file called AnyTest.scala) Cheers, Rob P.S. Thanks for your patience and help. Am 08.06.2010, 09:44 Uhr, schrieb PAYET, Manuel manuel.pa...@capgemini.com: Robert

Re: [rules-users] Exception using persistence

2010-06-08 Thread Robert
(SingleSessionCommandService.java:109) ... 5 more (This test is in a class file called AnyTest.scala) Cheers, Rob P.S. Thanks for your patience and help. Am 08.06.2010, 09:44 Uhr, schrieb PAYET, Manuel manuel.pa...@capgemini.com: Robert, what's your application server, or your transaction manager? I

Re: [rules-users] Exception using persistence

2010-06-08 Thread Robert
UserTransaction ut = (UserTransaction)(new InitialContext()).lookup( java:comp/UserTransaction ); is/was ? called (maybe somehow too late ?). What am I doing wrong ? Am 08.06.2010, 14:39 Uhr, schrieb alan.gai...@tessella.com: Robert, Try this: create a directory called META-INF in your

Re: [rules-users] Exception using persistence

2010-06-07 Thread Robert
;-) and it looks like its using internally java:comp/UserTransaction. Is there any way to change this (setting it) ? Cheers, Rob Am 01.06.2010, 23:54 Uhr, schrieb Robert robert.weissm...@web.de: Well, I tried this but it does not work. Checking additionally the BitronixInitialContextFactory API

Re: [rules-users] Exception using persistence

2010-06-01 Thread Robert
: What I do not get is that the Bitronix API says that the standard URL is java:comp/UserTransaction, but its somehow not found !?!?!? Any ideas ? Cheers, Rob. Am 31.05.2010, 02:54 Uhr, schrieb Mark Proctor mproc...@codehaus.org: On 30/05/2010 20:28, Robert wrote: Hi, I followed

[rules-users] Exception using persistence

2010-05-30 Thread Robert
Hi, I followed the instructions on setting up the persistence in the drools flow doc, but I get the following exception: Exception in thread main java.lang.RuntimeException: Could not commit session at

[rules-users] How to figure out the recent node(s) in a drools flow ?

2010-05-26 Thread Robert
How am I able to figure out at which point (node(s)) the recent process instance is ? I was looking hard for some methods in the API, but could not find any. Cheers, Rob. -- Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/

Re: [rules-users] How to figure out the recent node(s) in a drools flow ?

2010-05-26 Thread Robert
: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] De la part de Robert Envoyé : mercredi 26 mai 2010 10:15 À : rules-users@lists.jboss.org Objet : [rules-users] How to figure out the recent node(s) in a drools flow ? How am I able to figure out at which point

Re: [rules-users] How to visually follow the drools flow ?

2010-05-25 Thread Robert
instances, but you need to do some configurations. and the other is to develop your own visualizer, because you have all the information using the APIs. On Mon, May 24, 2010 at 3:15 PM, Robert robert.weissm...@web.de wrote: How to visually follow the drools flow in a running process

[rules-users] How to visually follow the drools flow ?

2010-05-24 Thread Robert
How to visually follow the drools flow in a running process instance ? Cheers, Rob. -- Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/ ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] How to access process variables within a work-item (human task)

2010-04-26 Thread Robert
about the variables used across the processes. Greetings - Ing. Mauricio Salatino - On Apr 26, 2010, at 1:56, Robert robert.weissm...@web.de wrote: Hi, I have ... StatefulKnowledgeSession ksession.getWorkItemManager().registerWorkItemHandler(Human Task, taskHandler

Re: [rules-users] How to access process variables within a work-item (human task)

2010-04-26 Thread Robert
the background and you will see in the properties panel all the global process configurations. There you will find variables, you need to register it all the variables that you will insert with its types. greetings On Mon, Apr 26, 2010 at 8:56 AM, Robert robert.weissm...@web.de wrote: Hi

[rules-users] How to access process variables within a work-item (human task)

2010-04-25 Thread Robert
Hi, I have ... StatefulKnowledgeSession ksession.getWorkItemManager().registerWorkItemHandler(Human Task, taskHandler); ... MapString, Object processVariables = new HashMapString, Object(); processVariables.put(equipment, OvenQP33); ProcessInstance pi =

Re: [rules-users] Building from source

2010-04-16 Thread Robert
Hi, if I had known the -DskipTests flag, because if you leave this away (as in the doc) you get errors. I removed the tests by hand and then it worked. So, I am currious if you leave the skipTests-flag away if it works. Cheers, Rob. Am 16.04.2010, 02:21 Uhr, schrieb Esteban Aliverti

Re: [rules-users] Drools and OSGi

2010-04-15 Thread Robert
Hi Aerv, soon I will also have to launch Drools within an OSGI environment, but I am not there yet. But within another context (jBPM) I had some troubles looking similar you are having. It had something to do with the classloading. jBPM did not provide any OSGI-support, whereas Droos does,

Re: [rules-users] Oryx exported BPMN not properly opened in Eclipse Drools.

2010-03-31 Thread Robert
27.03.2010, 01:18 Uhr, schrieb Kris Verlaenen kris.verlae...@cs.kuleuven.be: Robert, I tried to open your file and it seems to open just fine in the latest version. If it only opens with a start node, do you also get an exception dialog when that happens? There will probably also

Re: [rules-users] Oryx exported BPMN not properly opened in Eclipse Drools.

2010-03-29 Thread Robert
kris.verlae...@cs.kuleuven.be: Robert, I tried to open your file and it seems to open just fine in the latest version. If it only opens with a start node, do you also get an exception dialog when that happens? There will probably also be an exception trace in the error log, that might

[rules-users] Oryx exported BPMN not properly opened in Eclipse Drools.

2010-03-22 Thread Robert
Hi, my exported BPMN-File from the Oryx-Editor does not open properly in the Eclipse-Drools IDE. I set the BPMN-Skin and the Editor is actually open up, but the only symbol displayed is the start-node (but there are actually many more) What did I do ? I followed the demo at

Re: [rules-users] Oryx exported BPMN not properly opened in Eclipse Drools.

2010-03-22 Thread Robert
review your problem, can you share your process definition? On Mon, Mar 22, 2010 at 8:57 AM, Mark Proctor mproc...@codehaus.org wrote: kris is at eclipsecon at the moment, it might take a while for him to catch up with the mailing list. Mark 78On 22/03/2010 08:36, Robert wrote: Hi, my

Re: [rules-users] How to add a SkinProvider for the Drools Flow Eclipse Plugin, since the SkinManager does not have any possiblities for adding one ?

2010-03-09 Thread Robert
line so it is more specific than Re: Contents of rules-users digest... Today's Topics: 1. Drools integration with Mysql (Nilima R) 2. How to add a SkinProvider for the Drools Flow Eclipse Plugin, since the SkinManager does not have any possiblities for adding one ? (Robert

[rules-users] How to add a SkinProvider for the Drools Flow Eclipse Plugin, since the SkinManager does not have any possiblities for adding one ?

2010-03-09 Thread Robert
How to add a SkinProvider for the Drools Flow Eclipse Plugin, since the SkinManager does not have any possiblities for adding one ? Cheers, Rob. -- Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/ ___ rules-users mailing

[rules-users] Guvnor 5.1 fix questions

2009-11-24 Thread Robert Morse
Any idea if the patch to handle agenda-groups within decision tables will be applied to 5.1, and if it will deploy cleanly (without ACL errors) to JBoss 5.x? The human mind is an iterative processor, it never does anything right the first time. What it does well is to make improvements on

[rules-users] accumulating a list from a list of object properties

2009-10-30 Thread Robert Diana
I have been using Drools for a project and I have run into one snag that I thought would be possible. I have a list of objects that I need to collect a single property value from each object. I would think accumulate would work, but I keep getting an IncompatibleClassChangeError. Here is an

[rules-users] Guvnor Cache Error with Seam

2009-10-22 Thread Robert Morse
Not sure if this is a Seam or Drools issue, but Under Seam 2.2.0.GA, JBoss 5.1.0.GA, and Drools 5.0.1.GA and Guvnor, changes to rules within Guvnor followed by a rule build within Guvnor doesn't seem to be reflected back to Seam or the associated cache directory. Under Seam, I've

[rules-users] Using rules engine to find patterns in time series data

2009-04-17 Thread Towler, Robert [RA]
this with the rules engine. My own ideas the prototype I've built seem to be really procedural, so I'm wondering if there's a better way that I'm missing. Robert ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo

RE: [rules-users] Guvnor

2009-03-04 Thread Costello, Robert
It's there, Kim. Just look around a little more. You can also change the model at will. Have you tried deploying it yet? You'll find out more once you do. Set up Jboss locally and fire it up and you'll see what I mean. There are test packages to start with. Robert Costello

RE: [rules-users] Using Servlet rule hosting instead of JBRMS

2009-02-19 Thread Costello, Robert
Take a peek at the rule execution server in version 5. Robert Costello -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Wilson O Ojwang Sent: Thursday, February 19, 2009 9:44 AM To: Rules Users List Subject

RE: [rules-users] Nested Objects

2009-02-03 Thread Costello, Robert
Very good. I suppose if one writes a DRL there is also the possiblity of declaring a variable to represent one of the nestings? Robert Costello -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Sudhir M Sent

RE: [rules-users] Question about drools-server

2009-02-03 Thread Costello, Robert
Jing, I'm not sure where you would put a drl file, but I would suggest looking at the code. I've had success using Guvnor and exporting a package to the execution server, but not a drl by itself yet. Robert Costello -Original Message- From: rules-users-boun

RE: [rules-users] operator choices in GUVNOR for decision tables

2009-02-03 Thread Costello, Robert
I spoke too soon. I was hoping to refer to the Person.name in the RHS, but it appears that is not an option. Can anyone point me to the code where I can begin to add the 'in' operator for the web-based rule table? I'll gladly share my solution. Best regards, Robert Costello

RE: [rules-users] Failover setup with BRMS

2009-01-30 Thread Costello, Robert
a different manner of pushing the package to the cluster. Robert Costello -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Michael Finger Sent: Thursday, January 29, 2009 6:33 PM To: rules-users@lists.jboss.org Subject

RE: [rules-users] operator choices in GUVNOR for decision tables

2009-01-30 Thread Costello, Robert
( ); operators.add( = ); operators.add( = ); operators.add( contains ); operators.add( matches ); } Not sure if this is used in Guvnor for the web view of decision tables, but I wonder if this is expanded in the supported version? Robert Costello -Original Message- From

[rules-users] operator choices in GUVNOR for decision tables

2009-01-29 Thread Costello, Robert
? What am I missing? Is there a way to variablize an array without passing in a class? Thanks, Robert Costello ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Nested objects in rules

2009-01-27 Thread Costello, Robert
of the fact types in the rules? Perhaps this is best done in the DRL? Thanks, Robert Costello ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

RE: [rules-users] Drools Community Clinic Feb 4th 5PM GMT

2009-01-23 Thread Costello, Robert
for the knowledge-base-request. Of course, by the time this clinic comes up, I should have all that figured out, but I would be willing to bet there will be more eloquent ways of doing it. Robert Costello -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun

RE: [rules-users] Drools Community Clinic Feb 4th 5PM GMT

2009-01-23 Thread Costello, Robert
Thanks Mark. I'm ok with the polling for now, and also very fine with rest and JSON. I'm also fine with sharing my discoveries. Time to dig in. Robert Costello -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf

RE: Re[rules-users] garding BRMS

2009-01-22 Thread Costello, Robert
Another good thing to do is to include the answer when you have figured it out yourself. I know we don't always think of this, but this is a two way street. It is helpful when we give as well as receive. Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910

RE: [rules-users] Drools, Grails, and default packages for domain objects

2009-01-21 Thread Costello, Robert
not getting yet. Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of CK Sent: Tuesday, January 20, 2009 12:11 PM To: Rules Users List

RE: [rules-users] Drools, Grails, and default packages for domain objects

2009-01-21 Thread Costello, Robert
take JSON. Is there much documentation out there yet on the Execution server? Thanks, Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org

RE: [rules-users] Drools, Grails, and default packages for domain objects

2009-01-20 Thread Costello, Robert
I'm using the latest as of this date, which is 5.0.0M4 Thanks! Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Edson Tirelli

[rules-users] Drools, Grails, and default packages for domain objects

2009-01-19 Thread Costello, Robert
the rule both in the default package and putting it in a named package, and neither seem to work. If I put my objects back into packages, everything is fine. Any advice? Thanks, Robert Costello ___ rules-users mailing list rules-users

RE: [rules-users] How to access data after rule fires

2009-01-16 Thread Costello, Robert
: Product carton: Carton brand: brand carton.isGood($param); Cases hoover match case Brand Check hoover TRUE Bad Brand walmart FALSE Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users-boun

RE: [rules-users] How to access data after rule fires

2009-01-13 Thread Costello, Robert
Very right on. An empty cell resulted in no action. Thanks for the good advice. Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf

RE: [rules-users] How to access data after rule fires

2009-01-13 Thread Costello, Robert
This worked as well. Thanks again for the good advice! Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Steven Williams Sent

RE: [rules-users] How to access data after rule fires

2009-01-13 Thread Costello, Robert
! RuleTable CONDITION ACTION product: Product brand: brand product.setGoodBrand($param); Cases hoover match case Brand Check hoover TRUE Bad Brand walmart FALSE Robert Costello -Original Message- From: rules-users-boun

[rules-users] How to access data after rule fires

2009-01-12 Thread Costello, Robert
the rules fire, but I don't see that this works. Also googled the heck out of this and looked in all the documentation. I must be missing something, because the docs generally are pretty good. Any hints? Thanks in advance, Robert Costello ___ rules

RE: [rules-users] How to access data after rule fires

2009-01-12 Thread Costello, Robert
brand setGoodBrand(true); Cases hoover match case Brand Check hoover And the console returns: 1 many rules fired is brand good? false Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910 -Original Message- From: rules-users

[rules-users] Best Practices - using functions

2008-10-03 Thread Costello, Robert
with a helper function, it would seem this would always be put on the agenda as the inference engine would not know the computed value in time. Does this make sense? Robert Costello ___ rules-users mailing list rules-users@lists.jboss.org https

Re: [rules-users] Caching RuleBase in Drools

2008-08-11 Thread Robert Crawford
On Aug 11, 2008, at 9:30 AM, Ingomar Otter wrote: Typically, a rulebase would be generated and cached on first use; to save on the continually re-generation of the Rule Base; which is expensive. Read: Cache the rulebase (the rulebase object) with a Cache mechanism of your choice.

[rules-users] LHS Conditional Syntax for drl - date comparison with objects

2008-07-14 Thread Costello, Robert
, Robert Costello ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

RE: [rules-users] LHS Conditional Syntax for drl - date comparisonwith objects

2008-07-14 Thread Costello, Robert
Wonderful! Thanks very much for your learned response. Java syntax, then, is more reserved for the right hand side of the rule, which makes sense, else we would see semi-colons in the LHS. Thanks again! Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910

[rules-users] Fuzzy Logic

2008-05-09 Thread Robert Morse
Hello, Are there plans to integrate fuzzy logic into Drools? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Problem deploying BRMS 4.0.6

2008-04-01 Thread Robert Morse
Hello, I'm running JBoss AS 4.2.2.GA and have downloaded and built the drools- jbrms.war from the 4.0.6 source distribution under Mac OS X 10.5.2. When I deploy drools-jbrms.war, I get the following error: 11:52:10,028 WARN [config] Unable to process deployment descriptor for context

[rules-users] BRMS and Seam Configuration

2008-02-28 Thread Robert Morse
Hello, My apologies if this is not the correct forum, but does someone have an example of using BRMS with Seam? The example in the Seam docs appears to be missing information (namely the linkage between the drools: rule-agent and drools:managed- working-memory Thanks.

Re: [rules-users] Classloader issues with webapp : No ClassLoaders found, Circular dependencies...

2007-11-15 Thread Robert Morse
Very helpful to me! Thank you Julien! On Nov 15, 2007, at 8:48 AM, Edson Tirelli wrote: Julien, Thanks for reporting back! Edson 2007/11/15, Julien Cassignol [EMAIL PROTECTED]: ___ rules-users mailing list rules-users@lists.jboss.org

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-08 Thread Robert Morse
mess with it today, and I'll let you know. Once again, thanks for everyone's help. -robert. On Nov 7, 2007, at 8:50 AM, Edson Tirelli wrote: Robert. Fernando is taking a look in that. []s Edson ___ rules-users mailing list rules

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-08 Thread Robert Morse
AM, Robert Morse wrote: Hello Edson, Frankly, I wouldn't spend a lot of time on this. The alternate approach is to inject the working memory into the Seam component as described in the docs. Assuming that works (which I'm sure it will), then there's no reason to use the approach I

Re: [rules-users] RuntimeDroolsException: Unable to load -- Solved

2007-11-08 Thread Robert Morse
between the standard Drools distribution and what comes with Seam? On Nov 8, 2007, at 10:12 AM, Robert Morse wrote: Hello, I downloaded Seam 2.0.0.GA, built the drools example (it's a simple number guess application). It fails exactly the same way. I'm guessing the Seam guys tested this before

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-06 Thread Robert Morse
Edson, Can you send me a pointer to the Leopard JVM bug? I haven't heard about it (other than Java 6 isn't available yet). On Nov 5, 2007, at 6:02 PM, Edson Tirelli wrote: Before we do any digging, aren't you being bitten by the Leopard JVM bug? Fernando, can you take a look at

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-06 Thread Robert Morse
constructor to be executed in the Authenticator class You *should* see the class cast exception. As part of the build process, the appropriate drool jars are installed. Unfortunately, I'm not sure which version of Drools this version of Seam is using. -robert. On Nov 6, 2007, at 8:31 AM, Robert

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
available to all. This is for sure a classpath problem, so just a matter of finding out exactly what is missing. []s Edson 2007/11/4, Robert Morse [EMAIL PROTECTED]: Hello Eric, If you find a solution for this, please let me know. I'm experiencing a similar problem. Thanks. -robert. On Oct

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
application that envokes the EJBs as long as it calls the PackageBuilder(). If I do this from Seam, I get the ClassCast exception. If you have any clues or suggestions regarding what I could look at or try next, I'll be deeply grateful. -robert. On Nov 5, 2007, at 8:15 AM, Edson Tirelli wrote

Re: [rules-users] RuntimeDroolsException: Unable to load

2007-11-05 Thread Robert Morse
at this? []s Edson 2007/11/5, Robert Morse [EMAIL PROTECTED]: Hello Edson, Well, after a day, I'm no closer in getting this to work. I've put Drools 4.0.3 compiler, core, decisiontables, and jsr along with mvel14, core-3.2.3.v_686_R32x, jsr94-1.1, antlr-runtime-3.0 in: JBoss 4.2.1: /lib

[rules-users] Parameterized Queries?

2007-09-05 Thread Robert Crawford
Does anyone know how to use parameterized queries? I'm trying to retrieve ONLY the results for a single installation, with a query like this: query find errors for site validationError: ValidationError(this.siteId == $1) end QueryResults results = session.getQueryResults(find errors for

Re: [rules-users] Parameterized Queries?

2007-09-05 Thread Robert Crawford
On Sep 5, 2007, at 2:19 PM, Edson Tirelli wrote: I think Mark just updated documentation for that and it will be included in 4.0.2. Meanwhile: query find errors for site( int $param1, String $param2, ...) validationError: ValidationError( this.siteId == $param1) end

[rules-users] Functionality/Performance Test Results

2007-08-23 Thread Robert Crawford
Our users are asking to be able to specify custom validations in our application. I've been undecided whether to use a rules engine or write our own dynamic validation code. While it's admittedly still in the toy problem stage, I tried using drools in place of some existing hand-coded validation.

[rules-users] Simple Example / Tutorial

2007-08-05 Thread Robert Burdick
Hello All: I'm still finding the samples that I've come across far too obtuse to easily illustrate how JBoss Rules works. I really need the worlds simplest working example (no missing code files as in many of the examples) with a tutorial / description that really explains what's going on.

[rules-users] Using JBoss Rules in cases where users need to add / remove rules

2007-08-04 Thread Robert Burdick
something this generic with JBoss Rules, and better, can you fill me in on how to go about this? Thanks, Robert ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Simple JBoss Rules Sample

2007-08-02 Thread Robert Burdick
application would be great. Preferably not just a collection og JUnit TestCases, but a real application, no matter how simple, that shows how to exercise the rules engine from Java would be very helpful to me. Thanks, Robert ___ rules-users mailing list