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
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
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
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...@
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
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
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
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