[rules-users] Two bugs(?) of drools 5.3

2011-12-27 Thread Miles Wen
Hi all, I'm using drools 5.3.0.Final.And I think I found two possibly bugs: 1): drl compilation failed when encountering multiple continuous '!' (a.k.a 'not' operator)s.for example: rule "out" when Msg(!!!false) then end the code above won't compile, but 'Msg(!false)' compile

Re: [rules-users] Problems saving BPMN2 diagrams in Guvnor

2011-12-27 Thread Tihomir Surdilovic
Can you replace your designer war with one from here: http://people.redhat.com/tsurdilo/designer/master/ and let me know if you still run into this? Thanks. On 12/27/11 4:21 PM, Cristiano Gavião wrote: > Hi Tihomir, > > The flow that I'm trying to create is simple, just a sequence of some > Emb

Re: [rules-users] how to add jbpm-5.2.0 in Guvnor 5.4 Beta 1 (Jboss AS 7)

2011-12-27 Thread Tihomir Surdilovic
You need the jBPM Designer war from sourceforge: http://sourceforge.net/projects/jbpm/files/designer/designer-2.0/ and deploy it, however Guvnor has broken the compatibility it seems by changing some of the URLs in its web.xml so I'm pretty sure it will not work out of the box. Hope this help

Re: [rules-users] Drools 5 Memory Issues

2011-12-27 Thread Mark Proctor
On 27/12/2011 21:16, drools.user wrote: > We are planning on moving from Drools 3.0.5 to Drools 5.2.0. In Load Testing > of Drools 5.2, we faced some issues: > > 1. KnowledgeBaseImpl Object in Drools 5 is almost 50% bigger than > ReteooRuleBase Object of Drools 3. > 2. The server heap memory usage

[rules-users] Drools Planner Advise

2011-12-27 Thread Raúl Raja Martínez
Hello everyone, I'm looking for a Drools Planner consultant that can help review and advise on a application that we are building related to scheduling. If anybody has drools planner experience and it's interested, please msg me at r...@47deg.com or reply to this email. Thanks in advance,

[rules-users] Drools 5 Memory Issues

2011-12-27 Thread drools.user
We are planning on moving from Drools 3.0.5 to Drools 5.2.0. In Load Testing of Drools 5.2, we faced some issues: 1. KnowledgeBaseImpl Object in Drools 5 is almost 50% bigger than ReteooRuleBase Object of Drools 3. 2. The server heap memory usage keeps on increasing during Load Testing to finally

Re: [rules-users] Drools 5.3 is not working in a OSGi tycho building

2011-12-27 Thread Cristiano Gavião
Hi again, Could someone from the Drools team explain me something about why the use of "5.3.1.SNAPSHOT" as the bundle version ? regards Cristiano On 25/12/11 03:17, Cristiano Gavião wrote: I've tried unsuccessfully to upgrade my osgi application to jbpm 5.2 and Drools 5.3. I'm using tycho

Re: [rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread Tihomir Surdilovic
If you are talking about the jBPM Designer not loading in Guvnor 5.4 - Guvnor has changed a number of core URLs in 5.4 which broke its compatibility with both jBPM Designer and jBPM Console. jBPM is not using Drools 5.4 so until then it makes no sense using Guvnor 5.4 because the packages built

Re: [rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread G S
its not loading now... error attached. On Tue, Dec 27, 2011 at 2:36 PM, Mauricio Salatino wrote: > What's the error in the console? > > > On Tue, Dec 27, 2011 at 5:17 PM, G S wrote: >> why my jbpmn is not working in Guvnor 5.4 beta >> >> On Tue, Dec 27, 2011 at 8:47 AM, Joe Ammann wrote: >>> On

Re: [rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread Mauricio Salatino
What's the error in the console? On Tue, Dec 27, 2011 at 5:17 PM, G S wrote: > why my jbpmn is not working in Guvnor 5.4 beta > > On Tue, Dec 27, 2011 at 8:47 AM, Joe Ammann wrote: >> On 12/27/2011 03:11 PM, Esteban Aliverti wrote: >>> Guvnor 5.4 comes with a new change-set editor that allows u

Re: [rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread G S
why my jbpmn is not working in Guvnor 5.4 beta On Tue, Dec 27, 2011 at 8:47 AM, Joe Ammann wrote: > On 12/27/2011 03:11 PM, Esteban Aliverti wrote: >> Guvnor 5.4 comes with a new change-set editor that allows users to >> define their custom change-sets instead of using the default layout: 1 >> pa

[rules-users] added features in Guvnor 5.4.0 Beta

2011-12-27 Thread G S
Where I can see the added features of Guvnor 5.4.0 Beta? I checked the documentation. 1.2 Features Outline, it seems same as 5.3.0 Final ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Drools GUVNOR username "guest"

2011-12-27 Thread Cristiano Gavião
http://docs.jboss.org/drools/release/5.2.0.Final/drools-guvnor-docs/html/ch16.html On 27/12/11 06:48, starfish15 wrote: > Hi, > > By Default, it seems the drools GUVNOR username is taken as guest. I am not > able to locate the place where the same has been mentioned. Need to modify > the default

Re: [rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread Joe Ammann
On 12/27/2011 03:11 PM, Esteban Aliverti wrote: > Guvnor 5.4 comes with a new change-set editor that allows users to > define their custom change-sets instead of using the default layout: 1 > package -> 1 change-set. Me likes that! A lot! Exactly what I needed to allow re-use of rules/packages.

[rules-users] Extracting management information from the content of the rules

2011-12-27 Thread Henrique Lira
Hi, I'm doing an evaluation of Guvnor tool, and one of the requirements that we wish to be met is the ability to extract management reports from the content of the rules. Let me explain better: assuming I have several rules that define discounts for products depending on their characteristics, h

[rules-users] New Change-Set editor in Guvnor 5.4

2011-12-27 Thread Esteban Aliverti
Guvnor 5.4 comes with a new change-set editor that allows users to define their custom change-sets instead of using the default layout: 1 package -> 1 change-set. For more information, please read this post: http://ilesteban.wordpress.com/2011/12/27/new-change-set-editor-in-guvnor-5-4/ It would be

[rules-users] Drools GUVNOR username "guest"

2011-12-27 Thread starfish15
Hi, By Default, it seems the drools GUVNOR username is taken as guest. I am not able to locate the place where the same has been mentioned. Need to modify the default credentials itself. I would appreciate if someone could assist me with the same. Thanks for the help in advance. Regards, Starf