Re: [rules-users] maven drools compiler (plugin)

2012-04-05 Thread Geoffrey De Smet
Hey Ansgar, Your plugin is by far the best maven plugin for drools out there. Nice work. Would you be interested in moving the code into https://github.com/droolsjbpm/droolsjbpm-tools next to drools-ant? Advantages: - It would be released together with the rest of the drools, using the lates

Re: [rules-users] maven drools compiler (plugin)

2012-04-05 Thread Ansgar Konermann
Am 05.04.2012 21:48 schrieb "Sean Su" : > > Hello, guys, > > I did some search online and it seems we do not have any official plugin that allows us to compile Drools rules as part of the maven build. There is already a jira issue for it: https://issues.jboss.org/browse/JBRULES-1273 Result so far

Re: [rules-users] Adding a new KnowledgePakage to and existing KnowledgeBase

2012-04-05 Thread mike
5.3.1 org.drools drools-core 5.3.1.Final jar org.drools drools-compiler 5.3.1.Final jar Thank you very much On Thu, Apr 5, 2012 at 4:24 PM, Davide Sottara wrote: > Which version of Drools are you using? > Thanks > Davide > > -- > View this message in context: > http://drools.46999.n3.nabbl

Re: [rules-users] Adding a new KnowledgePakage to and existing KnowledgeBase

2012-04-05 Thread Davide Sottara
Which version of Drools are you using? Thanks Davide -- View this message in context: http://drools.46999.n3.nabble.com/rules-users-Adding-a-new-KnowledgePakage-to-and-existing-KnowledgeBase-tp3888163p3888534.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

Re: [rules-users] maven drools compiler (plugin)

2012-04-05 Thread Davide Sottara
I don't think there's anything official like that, after all the rules are "compiled" at runtime... If you want to configure the set of resources to be loaded from outside the java code you can use a "changeset" resource Davide -- View this message in context: http://drools.46999.n3.nabble.com/ru

[rules-users] maven drools compiler (plugin)

2012-04-05 Thread Sean Su
Hello, guys, I did some search online and it seems we do not have any official plugin that allows us to compile Drools rules as part of the maven build. Is this the case or I have not found it yet? Thanks for the help. Sean -- "But beware of the Dark Side. Anger, fear, aggression - the Dark S

[rules-users] Adding a new KnowledgePakage to and existing KnowledgeBase

2012-04-05 Thread mike
Hi there, I am having problems adding knowledge packages to a kb. For instance I create a kb n' add this drl: package test rule "abc" then System.out.println("abc"); end then I want to add another drl with the same package. package test rule "123" then System.out.println("123"); end this is

Re: [rules-users] Return List of Fired Rule Name from Decision table

2012-04-05 Thread Michael Anstis
Are your decision tables in XLS or Guvnor. If XLS then you can use any Java in the ACTION. If Guvnor, we support this in 5.4.CR1 (adding "free-format" DRL ACTION columns). On 5 April 2012 13:56, srinivasasanda wrote: > Hi, > > when a rule fires i am storing the rule name in Result field of typ

[rules-users] Return List of Fired Rule Name from Decision table

2012-04-05 Thread srinivasasanda
Hi, when a rule fires i am storing the rule name in Result field of type list as result.add(drools.getRule().getName()) -- in 'part' of a normal rule. Now i am using decision table,how can i get the rule names fired. I am not able to give java statement in action or in row contain field.Where

Re: [rules-users] Guvnor WAR files build question

2012-04-05 Thread chema
It works perfectly (takes more time due to whole project building), but my head is getting better :-) Many thanks for your help. -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor-WAR-files-build-question-tp3886934p3887144.html Sent from the Drools: User forum mailing list

Re: [rules-users] How to use multiple objects of the same class in RHS

2012-04-05 Thread Dennis Lupiana
Thanks Wolfgang, I have figured out the problem. I had logical errors with my Java implementations.Regards,DLOn 04/04/12, rules-users-requ...@lists.jboss.org wrote:Send rules-users mailing list submissions to rules-users@lists.jboss.orgTo subscribe or unsubscribe via the World Wide Web, visit https

Re: [rules-users] Guvnor WAR files build question

2012-04-05 Thread Geoffrey De Smet
Op 05-04-12 13:25, chema schreef: > Hi all, > > I'm quite new with Guvnor and i have to add some config files to it in order > to deploy the application in a server (security things and other custom > modules). > > To do that I choosed to download the sources (Maven project from official > github

[rules-users] Guvnor WAR files build question

2012-04-05 Thread chema
Hi all, I'm quite new with Guvnor and i have to add some config files to it in order to deploy the application in a server (security things and other custom modules). To do that I choosed to download the sources (Maven project from official github) of Guvnor for the version 5.3.0.Final and I star

Re: [rules-users] [Drools Planner] Proof-of-Concept Stock-planning System

2012-04-05 Thread Geoffrey De Smet
Op 03-04-12 23:10, Reinis schreef: > Hello, > > I want to ask you, guys, if you could guess if it is possible or > probable to build such a System with Drools Planner: > > The system shall plan the best time where the transport unit (TU) has to > be input into stock system to reach set delivery d

Re: [rules-users] mvel strict-mode not applied in drools 5.3.1.Final

2012-04-05 Thread Mario Fusco
HI Jörg, I've been finally able to reproduce the problem you found (and also to understand what caused it), so I reopened the ticket JBRULES-3392. I formerly closed it because I couldn't reproduce it, but I was trying with java6, while it only fails in java7. I am working to fix this issue just no

Re: [rules-users] Usings joins in decision tables

2012-04-05 Thread sumatheja
Thanks a lot michael. It works fine now. :) 2012/4/5 Michael Anstis > Hi, > > I assume you mean XLS decision tables, but if you mean in Guvnor the same > principle applies. > > Something like this should be OK:- > > CONDITION | CONDITION > > Hea

Re: [rules-users] Usings joins in decision tables

2012-04-05 Thread Michael Anstis
Hi, I assume you mean XLS decision tables, but if you mean in Guvnor the same principle applies. Something like this should be OK:- CONDITION | CONDITION Header | SubHeader $a : id != {param}

Re: [rules-users] KnowledgeAgent Changeset problems

2012-04-05 Thread Esteban Aliverti
Could you append the log output of the Knowledge Agent? Best Regards, Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com On Wed, Apr 4, 2012 at 4:12 PM, albertorugnone wrote: > Thank you every body for your a