Re: [rules-users] Planner with a list of planning variables

2013-06-03 Thread Justin Case
Cool, that should work as well :) thanks a lot for the prompt reply! JC > > From: Geoffrey De Smet >To: Rules Users List >Sent: Monday, June 3, 2013 3:05 PM >Subject: Re: [rules-users] Planner with a list of planning variables > > > >Currently, Planner only

[rules-users] Planner with a list of planning variables

2013-06-03 Thread Justin Case
Hello all, can I use as planning variable a list of values? Here's a test use case: planning a food recipe, where the recipe can have say maximally 5 ingredients (taken from the solution property, I guess). So far I could find in the examples and documentation, it's all about ONE planning varia

Re: [rules-users] drools grid or other high availability solution?

2012-11-11 Thread Justin Case
In my plan, there are a few DRools servers running stateless, integrated with Apache Camel for HA/load balancing. I didn't get yet (by reading the docs) how to get it running, might be because I don't know Camel either... JC How does the Drools server support High Availability? >Can you run

Re: [rules-users] drools grid or other high availability solution?

2012-11-09 Thread Justin Case
D'uh how could I have missed that. You're so right, I will check with Camel. Thank you Mauricio! JC > > From: Mauricio Salatino >To: Justin Case ; Rules Users List > >Sent: Friday, November 9, 2012 6:35 PM >Subject: Re: [rules-user

Re: [rules-users] drools grid or other high availability solution?

2012-11-09 Thread Justin Case
Not even a single idea? :( JC - Original Message - > From: Justin Case > To: "rules-users@lists.jboss.org" > Cc: > Sent: Wednesday, November 7, 2012 3:33 PM > Subject: [rules-users] drools grid or other high availability solution? > > Hello all, &g

[rules-users] drools grid or other high availability solution?

2012-11-07 Thread Justin Case
Hello all, I noticed there's not much fuss about drools-grid (anymore?). Is there something still going on there? Is it recommendable for something reliable? Or if not, do you have any hints/links/experience on how to achieve a certain high availability level with DRools servers? Many thanks, JC

Re: [rules-users] Drools Rule Editor based on Eclipse RCP

2011-07-12 Thread Justin Case
Eclipse has a DRools plugin (on the downloads page) with offered such editors, but also they are not supported anymore as far as I understand. Eh. JC - Original Message > From: magendo > To: rules-users@lists.jboss.org > Sent: Tue, July 12, 2011 3:40:08 PM > Subject: [rules-users] D

Re: [rules-users] Starting Guvnor in Eclipse

2011-07-12 Thread Justin Case
Thank you, I had to remove completely the "test" directories from the project because once in the project I couldn't unselect them anymore from the launch configuration. Now the errors are gone, cool :) I just hope I won't need "test" back. With the abysmal startup speed I guess I have to learn

[rules-users] Starting Guvnor in Eclipse

2011-07-11 Thread Justin Case
Hi all, any Eclipse users around here? I have followed the instructions here: https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md for Eclipse Helios+EGit+m2eclipse. I downloaded 5.2.0.Final from https://github.com/droolsjbpm/guvnor.git, imported all Maven projects it c

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

2011-07-07 Thread Justin Case
Same problem here in FFx 5 on W7x64. In IE9 it works. JC > >From: Raf >To: Rules Users List >Sent: Thu, July 7, 2011 6:49:11 PM >Subject: Re: [rules-users] Drools Expert (5.2.0.Final) documentation; Ch5 issue > > > > >2011/7/7 Geoffrey De Smet > > >>Yea, this is an issue, but I haven't been

Re: [rules-users] Guvnor another few questions...

2011-07-07 Thread Justin Case
Hi Michael, >The message sources are available in the org.drools.guvnor.client.messages >package. Yes, there's a Constants.CLASS. I cannot edit a class :) ...is there a real need to compile them instead of using simple Constants_lang.properties text resource files and rely on Java bundles me

Re: [rules-users] Guvnor another few questions...

2011-07-07 Thread Justin Case
Hi Vincent, >You can use predicates in the dialog box for editing a condition column. >There are 3 radio buttons for "value", "formula", and "predicate" Yes, but that looks like a very very limited version of the literal value. I really don't see any benefit in the predicate, other than

Re: [rules-users] Guvnor another few questions...

2011-07-06 Thread Justin Case
Thank you Michael for your quick answer :) I certainly hope there will be somewhere some answer to the other points as well. >You can use a predicate within a pattern by selecting "Predicate" as the >Condition Column type. These compile to inline evals. It is not however >possible to define a

[rules-users] Guvnor another few questions...

2011-07-06 Thread Justin Case
Hi all, I played a bit with 5.2.0.Final and I have a couple of more questions, I don't know whether I misread the documentation or I just expect too much... 1. Can I use functions in a web decision table columns? Because if yes, I just can't figure out how... Either way would be good, calling a

Re: [rules-users] Guvnor errors stay forever

2011-07-05 Thread Justin Case
>From: Michael Anstis >Please raise a new JIRA for the first problem (HTTP500). Please include an >example rule that causes the failure. I will do all that as soon as I will be able to login to JIRA (can't do much about "Sorry, an error occurred trying to log you in - please try again."). Neve

[rules-users] Guvnor errors stay forever

2011-07-04 Thread Justin Case
Hi all, Here's a funny thing I experience: I declare a function and do the mistake of verifying it before editing anything, while it's still a template (so it has chevrons). The verify obviously fails - but with a HTTP error 500! Server crashed?? Indeed I can see in the console: at org

Re: [rules-users] Building a rule base from the content of a directory

2010-11-21 Thread Justin Case
Hi, > Are you talking about DroolsCompilerAntTask and DroolsVerifierAntTask > Ant tasks (that I discovered after having read you email)? I actually wrote my own compiler task, for reasons of playing with the class loader and pre-merging all files - performance-increasing tricks which with

[rules-users] Re: Building a rule base from the content of a directory

2010-11-19 Thread Justin Case
I'm happily using an Ant task for that - registered as Eclipse external builder. But I don't feel it exactly like cutting edge... HTH, JC ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-u

[rules-users] compiling performance dropped with 5.0.1 to 5.1.1 upgrade

2010-11-17 Thread Justin Case
Hi all, my set of rules (100 files, 20 rules/file) was taking 30 seconds to compile until yesterday. Now I upgraded DRools to 5.1.1 and it takes about 2 minutes to compile. I'm on Windows XP and cannot notice any memory or CPU bottlenecks. I'm using an Ant task to do it, and the timing is exact

Re: [rules-users] Unable to load dialect java from Ant task

2008-09-22 Thread Justin Case
Oh I see. I added now all the eclipse/plugins/org.eclipse.jdt.*.jar to the classpath and guess what IT WORKED! Now the question: is this Ant task documented somewhere and I just dumbly missed it, or should somebody put together the required steps? Even I could do it, although I'm no DRools guru.

Re: [rules-users] Unable to load dialect java from Ant task

2008-09-22 Thread Justin Case
Thanks a lot for the answer. The problem is exactly that one: how could I know what the dependencies for the DRools compiler are?! I thought this list would know :)) Anyway, I'll print out the Eclipse runtime classpath and compare them two to see what stands out. The Ant task is mentioned here