[rules-users] MissingPackageName Exception | Eclipse | brl to drl

2008-04-28 Thread vmuthupal
Hi, We created a brl rule using guided editor in Eclipse 3.3 On trying to create a rule package we are getting a 'MissingPackageName' exception. As like a brl rule created in BRMS, on eclipse, the DRL source of the created brl shows only the rule body `with the exception of the package statement

[rules-users] Data enumeration

2008-04-13 Thread vmuthupal
Hi all, We have the following destination hierarchy defined in our application- continent, country, state, city and locale. We thought of providing the users a drop down in BRMS to select the appropriate values. Current selection should based on the previously selected destination value. For

[rules-users] Modifying fact object during rules execution

2008-04-13 Thread vmuthupal
Hi, Currently we have a rule defined like this When Currency value = 300 Currency type = USD Condition 3 = something Condition 4 = something Then do this If the input values are not of the same currency then we need to do a currency conversion and then evaluate the above rule. For

[rules-users] BRMS search functionality

2008-04-09 Thread vmuthupal
Hi, When I create a rule from scratch through BRL guided editor, then I am able to locate the rule through the search functionality. At the same time when I create it by copying an existing rule, I am not able to. Won't indexes be created for rules which are created in the latter fashion.

[rules-users] upload brl file from eclipse to jBRMS

2008-03-26 Thread vmuthupal
Hi, I have a brl file in eclipse. I want to move it to jBRMS. Is there a way to do it? Thanks. -- View this message in context: http://www.nabble.com/upload-brl-file-from-eclipse-to-jBRMS-tp16301398p16301398.html Sent from the drools - user mailing list archive at Nabble.com.

Re: [rules-users] Importing rules from custom format to jBRMS (guided editor)

2008-03-25 Thread vmuthupal
Hi folks, found the solution. Rules in .brl file are actually represented in xml markup. All I need to do is to run over the text file and generate rules in XML. save it as a brl. I guess that will do. Thanks -- View this message in context: