Re: [rules-users] Loading enums programmatically in guvnor

2011-01-28 Thread Abdel Dridi
Try to create a jar file out of your code and copy it to: guvnor/WEB-INF/lib/yourCode.jar On Thu, Jan 27, 2011 at 10:31 PM, drools10 wrote: > > Hi, > I am a newbie to drools/guvnor. I am trying to populate a drop-down list > in guvnor rule generation with preconfigured values(which would come f

Re: [rules-users] Fwd: Early bird registration ENDS TODAY: Rules Fest 2010

2010-09-17 Thread Abdel Dridi
Thanks Mark! This will be my first Rules Fest - I appreciate your clarifications. Abdel 2010/9/17 Mark Proctor > On 17/09/2010 19:07, Abdel Dridi wrote: > > Edson, > Would you please clarify what kind of exercise you guys are planing to do > for the Drools Bootcamp? > whi

Re: [rules-users] Fwd: Early bird registration ENDS TODAY: Rules Fest 2010

2010-09-17 Thread Abdel Dridi
Edson, Would you please clarify what kind of exercise you guys are planing to do for the Drools Bootcamp? which level of Drools knowledge is required to attend the bootcamp? Is it worth it for people who have been using Drools for some time now? Thanks, Abde 2010/9/17 Edson Tirelli > >Hey p

Re: [rules-users] Guvnor Asset versioning vs Package snapshot versioning

2010-09-16 Thread Abdel Dridi
In my case, I have three fixed target environments (DEV, UAT and Production), each environment has a snapshot package in Guvnor. In the server side I use the Drools HTTP pull to listen to changes in the snapshot. I move package assets from a snapshot environment to an other only if it passes the ta

[rules-users] Guvnor Asset versioning vs Package snapshot versioning

2010-09-14 Thread Abdel Dridi
I am using Guvnor packaging and snapshot creation. I have three environment DEV, UAT and Production, I configured each environment with a package snapshot to listen to, each time the package change, I build it then overwrite the snapshot for that particular environment. This was working great for m

[rules-users] Guvnor declarative model and ASM deserialization

2010-09-14 Thread Abdel Dridi
In my application I am using the following flow: 1. I am using Guvnor to allow customer to define business event structure through the "Declarative Model" feature. 2. After defining the model, customers write rules and package them into a snapshot where my event-driven-application-serv

Re: [rules-users] Drools - business rules graphical editing at runtime

2010-09-13 Thread Abdel Dridi
Ron, Drools-Guvnor allows you to author, test and deploy new rules at runtime but as a package and not as a single rule asset. Adding or modifying a new rule can result in creating a conflict with existing rules therefore building and analyzing rules as a package is a step that you dont want to mi