Re: [rules-users] guvnor and drl rules file uploading

2011-11-04 Thread Michael Anstis
Have you read the Guvnor User-guide? More specifically the section relating to integration? On 3 November 2011 15:31, gcautiero gianfranco.cauti...@truvo.com wrote: Hello, i'm working with different drools template (.drt) on excel raw data files. I have an application to generate rules

[rules-users] Regarding verstions of Drools-Guvnor...

2011-11-04 Thread Manohar Kokkula
Hi guys , I am new to this Drools. I have one small doubt, Is it mandatory to have all equal versions While executing Drools-Guvnor Applications ? For example: Binaries and Dependencies of Drools- 5.1.1 Drools_Eclipse Plugins Features-5.1.1 Drools Guvnor (.war)-5.1.1 Currently I used

Re: [rules-users] Regarding verstions of Drools-Guvnor...

2011-11-04 Thread Vincent Legendre
I already used differents versions of drools like you describe without big problems. The only real problem is if you use some 5.2 new features that can't be handled by previous runtimes versions. The inverse is more safe: guvnor, which is the rule editor, having lower version than runtime.

[rules-users] How to parse comments in drl file using DrlParser?

2011-11-04 Thread Praveen
Hi, The system we are building requires rulenames and rule description(comments) to be displayed in the UI(built using JQuery). I am using DrlParser to convert the drl(generated using Guvnor) to XML so that it could be used to display in the UI. However, the comments written in drl are not

[rules-users] Question about JBoss Enterprise BRMS Platform 5.2

2011-11-04 Thread John Peterson
Does purchased support for BRMS include support for jBPM? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] How to parse comments in drl file using DrlParser?

2011-11-04 Thread Edson Tirelli
Praveen, Comments are parsed into an ANTLR hidden channel. Check the ANTLR documentation about how to capture tokens for a hidden channel if you want to pursue that path. My suggestion for you is to use an annotation to store your documentation instead. This allows you to easily access

[rules-users] Drools Planner - StrengthWeightFactoryClass

2011-11-04 Thread Aditya
I have declared a strengthweightfactoryclass for a planning variable. But when I run the solver it never seems to be called. Am I missing something. I have already declared a annotation in the get method of the planning variable. -- View this message in context: