[rules-users] Get authorized users rules only into application

2010-07-11 Thread G3
Hi all I am able to get the entire LATEST package from the package URL from guvnor into my application. But this means any user can run all rules. I want to retrieve the rules created by the user in guvnor when the user logs in into my application or else the user can only run the rules through

Re: [rules-users] Improving Drools Memory Performance

2010-07-11 Thread Greg Barton
For #2 try a custom operator for "connects". GreG On Jul 12, 2010, at 12:56 AM, Jevon Wright wrote: Hi Wolfgang and Mark, Thank you for your replies! You were correct: my eval() functions could generally be rewritten into Drools directly. I had one function "connectsDetail" that was constrain

Re: [rules-users] Improving Drools Memory Performance

2010-07-11 Thread Jevon Wright
Hi Wolfgang and Mark, Thank you for your replies! You were correct: my eval() functions could generally be rewritten into Drools directly. I had one function "connectsDetail" that was constraining unidirectional edges, and could be rewritten from: detail : DetailWire ( ) eval ( functions.conn

Re: [rules-users] Doubt regarding drools Rule Engine

2010-07-11 Thread Premkumar Stephen
Pradeep, Please go through the entire documentation to understand how the rules are persisted. The default persistence for guvnor is through a Jackrabbit repository, but it can be configured to use several databases. Regards, Prem On Fri, Jul 9, 2010 at 12:34 AM, Pardeep Ruhil < pardeep.ru...@

Re: [rules-users] Help: Web based console for editing BPMN2 in 5.1M2 or SNAPSHOT

2010-07-11 Thread Low Han Ming NCS
Hi Mark, Thanks! Han Ming From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Mark Proctor Sent: Monday, July 12, 2010 10:14 AM To: rules-users@lists.jboss.org Subject: Re: [rules-users] Help: Web based

Re: [rules-users] Help: Web based console for editing BPMN2 in 5.1M2 or SNAPSHOT

2010-07-11 Thread Mark Proctor
On 12/07/2010 03:06, Low Han Ming NCS wrote: Hi, Sorry, I would just like to check if there is any update on where can I get the WAR for the oryx. I would really like to evaluate Drools for a project. http://anonsvn.jboss.org/repos/labs/labs/jbossrules/contrib/designer/ Thanks. Han Min

Re: [rules-users] Help: Web based console for editing BPMN2 in 5.1M2 or SNAPSHOT

2010-07-11 Thread Low Han Ming NCS
Hi, Sorry, I would just like to check if there is any update on where can I get the WAR for the oryx. I would really like to evaluate Drools for a project. Thanks. Han Ming From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun

Re: [rules-users] Drools Flow

2010-07-11 Thread santosh mukherjee
Hey, I am able to access the working Memory from an action node. But when I check for the objects its giving me errors --- line 2:60 mismatched character '' expecting '\n' Exception in thread "main" java.lang.RuntimeException: unable to execute Action at org.drools.workflow.instance.node.ActionNod