RE: [rules-users] Guvnor Issues

2009-01-22 Thread Herman Post
Thanks for responding. I am evaluating Guvnor for use by non-programmers in my organization. A programmer can figure out how to work around issues, but non-programmers become frustrated quickly, so I think this is important. Are the other two issues I mentioned irrelevant in your opinion? Thank

[rules-users] Drools 5.0 M5

2009-01-22 Thread Mark Proctor
http://blog.athico.com/2009/01/drools-50-m5-new-and-noteworthy-release.html http://www.jboss.org/drools/downloads.html The next release should be the candidate release, all modules now seem to be working, we are now just working on cleaning things up and improving and updating documentation.

Re: [rules-users] Guvnor Issues

2009-01-22 Thread Edson Tirelli
Regarding #3, it is not a Guvnor issue. In fact, if you are declaring types in the DRL file directly, you will face the same limitation. Feel free to open the Jira for #3 against drools-core/drools-compiler. Can't promise I will be able to get to that any time soon, but it is something I think i

[rules-users] Guvnor Issues

2009-01-22 Thread Herman Post
Hi, I've been working with the Model feature in Guvnor 5.M4 and have some questions: 1. Is there a way to delete a fact type once created? 2. When I declare a field as a Date it gets included as a java.lang.Date and the fact will not validate. 3. If I have created two facts, the one created

[rules-users] How to Define Global Functions in Guvnor ( BRMS )

2009-01-22 Thread Ashish Soni
Hi All , Just wanted to know if functions can be defined at the global level rather than package level so that i can use them across packages. Regards, Ashish ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listi

RE: Re[rules-users] garding BRMS

2009-01-22 Thread Costello, Robert
Another good thing to do is to include the answer when you have figured it out yourself. I know we don't always think of this, but this is a two way street. It is helpful when we give as well as receive. Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910

Re: Re[rules-users] garding BRMS

2009-01-22 Thread Ashish Soni
Not a problem Edson. Just i am new and still in the learning phase but will go through the details first and also try to provide as much as relevant information i can . Thanks a lot. Regards, Ashish On Thu, Jan 22, 2009 at 11:42 AM, Edson Tirelli wrote: > >Hi Ashish, > >Glad you fig

Re: Re[rules-users] garding BRMS

2009-01-22 Thread Edson Tirelli
Hi Ashish, Glad you figured out. You got me on a bad mood day (Monday morning, worked through the weekend), sorry for the harsh e-mail. To get faster and better answer from the list users, it is important to do the homework and provide information on your e-mail that allow people to

[rules-users] Re: Build Packages For Deployment (Guvnor)

2009-01-22 Thread Brad Hadfield
Sorry, don't know how I missed it.6.1.3.2. Package.. I'll use the PackageBuilder and serialize them... On Thu, Jan 22, 2009 at 10:13 AM, Brad Hadfield < brad.hadfi...@pitchpointsolutions.com> wrote: > Hi, > > I am unable to build packages using guvnor - > > Caused by: java.lang.NullPointerE

Re: Re[rules-users] garding BRMS

2009-01-22 Thread learndrools
Hi Edson , I apologies as i did a small mistake , now it is working fine. Regards, Ashish Edson Tirelli-3 wrote: > >Let me think... since we gave you the answer to your question already, > and after that you came back with an excellent description of the problem > ("it is not working"), n

Re: [rules-users] getWorkingMemoryEntryPoint returns null

2009-01-22 Thread Edson Tirelli
Zoltan, Assuming there is no typo in your code, entry point should not be null: WorkingMemoryEntryPoint ep = session.getEntryPoint("eventDoor"); assertNotNull( ep ); If it is null, there is probably a bug we need to fix. In this case, can you open a JIRA with your test case? Thank

Re: [rules-users] Where the declare bugs on guvnor

2009-01-22 Thread Mark Proctor
Héron Nicolas wrote: Hello, There is a project called guvnor on the JIRA site. Where should we report guvnor issues : in the JRules or in the guvnor project ? Feel free to put the min the new Guvnor JIRA, for now we are monitoring both. Mark --

[rules-users] getWorkingMemoryEntryPoint returns null

2009-01-22 Thread Zoltan Farkas
I load my kbase from a URL resource published by guvnor. the DRL version of my package is: here is how my package source is displayed by gunor: package eventprocessor import package.ExtendedEventVO global EventExpertProcessor processor rule "Test" dialect "mvel" when ExtendedEventVO( )

[rules-users] Build Packages For Deployment (Guvnor)

2009-01-22 Thread Brad Hadfield
Hi, I am unable to build packages using guvnor - Caused by: java.lang.NullPointerException at org.drools.compiler.PackageBuilder.validateUniqueRuleNames(PackageBuilder.java:826) at org.drools.compiler.PackageBuilder.addPackage(PackageBuilder.java:548) at org.drools.compiler.PackageBui

[rules-users] Where the declare bugs on guvnor

2009-01-22 Thread Héron Nicolas
Hello, There is a project called guvnor on the JIRA site. Where should we report guvnor issues : in the JRules or in the guvnor project ? ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

RE: [rules-users] Drools, Grails, and default packages for domain objects

2009-01-22 Thread Knapp, Barry
Your best bet is to download the 5.0M5 documentation here http://download.jboss.org/drools/release/5.0.0.24825.M5/drools-5.0.0.M5- docs.zip There is plenty of good info in there on the execution side of the house. Barry And I have to agree with you on the cool factor. From: