Re: [rules-users] Enabled Keyword

2013-09-03 Thread maunakea
I struggled with this as well and I hope somebody can guide to show us how to make this work. Meanwhile, I came up with a workaround that works for the type of rules we have... -- View this message in context: http://drools.46999.n3.

[rules-users] Would like to know about a coming Workshop/Training/Seminar in Drools/Guvnor

2013-09-03 Thread ggeda
Hi All, I am looking for a Workshop/Training/Seminar in Drools/Guvnor in United States. I am doing a google search but thought word of mouth from smart people in this group is better. Please let me know if you have any information on this. Thanks, Genene -- View this message in context: http

Re: [rules-users] Drools 6 Spring JTA Persistence

2013-09-03 Thread Martin Minka
Alex, I am sorry, I don't have solution for your problem, but maybe I will work soon on same issue. Are you using Drools 6.0.0.CR2 ? If yes, where you able to overcome this problem http://drools.46999.n3.nabble.com/rules-users-classloader-problem-in-Drools-6-0-0-CR1-and-CR2-working-in-Beta5-td40257

[rules-users] Drools 6 Spring JTA Persistence

2013-09-03 Thread Alexander Herwix
Hey guys, I'm working on a Grails plugin for Drools/Jbpm 6 and I have trouble to get persistence working in a user friendly way. It would be awesome if someone with a better understanding of drools and especially drools spring integration could help me to figure this out :) I have considered

Re: [rules-users] Guvnor Version

2013-09-03 Thread Alexandre Porcelli
Pritha we're working on next generation of web tooling that is called KIE-WB [1], and it's fully compatible with EAP 6.1. [1] - http://blog.athico.com/2013/06/goodbye-guvnor-hello-drools-workbench.html Regards, --- Alexandre Porcelli porce...@redhat.com On Sep 3, 2013, at 2:21 AM, pritha.gh...

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Michael Anstis
In short, yes. On 3 September 2013 11:58, Smurfs wrote: > Thanks for the reply. > I got some questions. > > 'retrieve the drl using REST' --- whether it means that the drl file will > be > generated using REST API?? > > > > > > -- > View this message in context: > http://drools.46999.n3.nabble.

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Smurfs
Thanks for the reply. I got some questions. 'retrieve the drl using REST' --- whether it means that the drl file will be generated using REST API?? -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor-could-not-find-a-drl-file-tp4025774p4025781.html Sent from the Drools

Re: [rules-users] temporal reasoning/drools fusion: basic question

2013-09-03 Thread Mauricio Salatino
Sure rule "not Y after X - 5 mins" when $x: X() not ( Y( this after[ 5m ] $x) ) then // do something end Check the Drools fusion docs.. there are examples there.. Cheers On Mon, Sep 2, 2013 at 5:32 PM, amarok wrote: > Does fusion support temporal reasoning on futur events? > >

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Michael Anstis
My recommendation would be to move the binary packages built inside Guvnor from one environment to another; the process for which falls outside of Guvnor itself. For example, author rules, build the package; get the package using REST, test in your QA/UAT environment, move the package file to PROD

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Smurfs
can you please let me know if we wanted to move a rule from one environment to another . how we do that? for example , qa to uat environment. -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor-could-not-find-a-drl-file-tp4025774p4025778.html Sent from the Drools: User fo

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Michael Anstis
The Guvnor User Guide has details. On 3 September 2013 11:23, Smurfs wrote: > Hi > > I am really new to Drools. can you please let me know how to retrieve DRL > from Guvnor using REST? > > Thanks > Smurf > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Guvnor-could

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Smurfs
Hi I am really new to Drools. can you please let me know how to retrieve DRL from Guvnor using REST? Thanks Smurf -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor-could-not-find-a-drl-file-tp4025774p4025776.html Sent from the Drools: User forum mailing list archive at

Re: [rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Michael Anstis
Assets in Guvnor are stored in JCR (Apache Jackrabbit, by default). You can configure JCR to use a database but the schema and content thereof are not under the control of Guvnor; but JCR. For example, there isn't a "rules" table nor is the content is readily DRL. Most people retrieve DRL from Gu

[rules-users] Guvnor - could not find a drl file

2013-09-03 Thread Smurfs
Hi I am working on guvnor drools deployed in JBOSS. Can anyone please let me know, where the rules will be stored? I could not see a .drl file. Thanks Smurf -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor-could-not-find-a-drl-file-tp4025774.html Sent from the Drools

Re: [rules-users] connecting drools decision table to database

2013-09-03 Thread Michael Anstis
Look at advanced enums in the Guvnor User Guide. You can define an enum that obtains its values from a Java class; the implementation of which can be whatever you want (i.e. reading from a database). With kind regards, Mike On 3 September 2013 10:05, ashish6276 wrote: > Hi > > I have cre

[rules-users] connecting drools decision table to database

2013-09-03 Thread ashish6276
Hi I have created decission table in drools guvnor. it has similar structure like countrycityairportsetRemark ind delhi ndlsgold grade I need to connect some database to fill these values of column. some drop down sort of thing from which admin can sel

Re: [rules-users] What is Drools Kie ?

2013-09-03 Thread Michael Anstis
Hello, KIE - Knowledge Is Everything - is effectively the umbrella term for Drools 6.0 (including jBPM and Drools Workbench - which used to be called Guvnor). KIE introduces a new API for Drools Expert 6.0 that is based on the concept of Maven projects and JARs. Uberfire itself is not part of KI

[rules-users] Enabled Keyword

2013-09-03 Thread ashish6276
Hi, Can somebody help me in how to implement "Enabled False" keyword in Excel template? The objective of doing so is to disable some rules from excel sheet. Thanks in advance. Regards, Ashish -- View this message in context: http://drools.46999.n3.nabble.com/Enabled-Keyword-tp4025769.ht

[rules-users] What is Drools Kie ?

2013-09-03 Thread Zahid Ahmed
Hi, I need help in KIE API. Need to know that what it is and is there any tutorial available to use Drools KIE. What I have understood googling it out is that it as an API on top of Drools-JBPM, Drools-Guvnor (UberFire), Opta Planner, .. Is kie part of drools-6.x ? And if it is part of drools-