Rules-users@lists.jboss.org
by Mail Administrator
Your message was not delivered due to the following reason:
Your message was not delivered because the destination computer was
not reachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely there is a network problem that prevented delivery, but
it is also possible that the computer is turned off, or does not
have a mail system running right now.
Your message could not be delivered within 4 days:
Host 217.179.164.108 is not responding.
The following recipients did not receive this message:
<rules-users(a)lists.jboss.org>
Please reply to postmaster(a)lists.jboss.org
if you feel this message to be in error.
15 years, 3 months
guvnor remote build
by Wesley Akio Imamura
Hi,
I developed a proxy servlet to remotely manage jbrms (drools 4),
adding/removing drl's and building packages acessing the RepositoryService a
year ago. It's very simple, is in production and our integration application
call this servlet extensively to generate the rules and build the packages.
In drools 5 there's a webdav interface in guvnor. I suppose that's only to
manage rules and packages, but not building a package.
So, the questions are:
1) There is any way to remotely to build a package ? (I'm not worried about
selectors at this moment).
2) Can I have an improved solution using webdav ? If I use it, Guvnor
detects changes and automatically build the packages ? (I'm expecting too
much, right ?)
3) I heard about a initial Rest API. Does it have a remote build method ?
Wesley.
--
Wesley Akio Imamura
São Paulo - SP - Brazil
15 years, 3 months
Returned mail: Data format error
by Automatic Email Delivery Software
Dear user rules-users(a)lists.jboss.org, administration of lists.jboss.org would like to inform you that,
Your account has been used to send a large amount of spam during the last week.
Probably, your computer had been infected and now contains a trojan proxy server.
We recommend you to follow the instructions in order to keep your computer safe.
Best regards,
lists.jboss.org support team.
15 years, 3 months
How to prevent activation list creation on retracts
by Scott Burrows
I think this question was asked recently but I cant seem to find it.
Using 4.0.7
I have a large number of facts I need to retract from working memory after
all rules have been processed (transaction is completed) so I can insert new
facts for the next transaction. Milliseconds count.
I know that drools recalc's which rules are eligible to be run after each
retraction. Since all facts are being removed its unneeded processing and
time that could be saved.
How can I tell drools that until I tell it otherwise do not re-evaluate the
rules to save time?
Scott
15 years, 3 months
detecting when an object has not been inserted
by Chris Richmond
Hello,
The documentation mentions detecting when an object of certain type with
certain values has NOT been inserted within a certain amount of time.for
instance if you have one reading above a threshold and want to see if you've
received an auxillary reading within specs within the last 10 seconds or so,
and if you haven't then take some other action.
Is there a sample of doing this( detecting the absence of a certain object
type with certain values within the last [10 seconds] or so)?
Thanks,
Chris
15 years, 3 months
determining what field changed
by Chris Richmond
Is it possible to determine what fields from an object changed within a
rule.
So I am using this to determine if any DataObject has changed:
//IDENTIFY ANY DATAOBJECT CHANGES
rule "identify any DATAOBJECT"
when
$do : DataObject();
then
System.err.println("ANY DataObject change detected:" + $do);
End
However this also fires when any new DataObject() is injected into the
system and the rules are fired. I would like to be able to only have a rule
fire when an object is first created
Vs. when it is modified and is there a way to detect what values of an
object have changed if I don't explicitly know what fields of DataObject
changed ahead of time?
Thanks,
Chris
15 years, 3 months
Problem in accesing rule constraint reference Variable
by Nikhil S. Kulkarni
Hi,
I am Using Drools 5
I am facing following Issue :-
1. I am trying to access a rule Using rule flow Process but I am unable to access rule constraint reference
Variable which is easily accessible in normal .drl file
Following is the e.g. :-
In rule flow file, in Split node with XOR option, I have Written when condition in one of its Constraint
e.g. emp : Employee(age>30,salary>25000)
In this case emp is my rule reference variable. I am trying to access this emp in Action node where I have written my then Condition.
e.g. System.out.println(emp.getName());
but I am not able to get Control of same reference Variable emp. SO My Question is how to obtain same Employee object in that Action node.
Looking forward to listen from you.
Thanks & Regards,
Nikhil
Thanks & Regards,
Nikhil S. Kulkarni
MASTEK LTD.
Mastek is in NASSCOM's 'India Top 20' Software Service Exporters List.
In the US, we're called MAJESCOMASTEK
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 years, 3 months
Gqesekrazigczby
by Automatic Email Delivery Software
This message was not delivered due to the following reason(s):
Your message was not delivered because the destination server was
unreachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely there is a network problem that prevented delivery, but
it is also possible that the computer is turned off, or does not
have a mail system running right now.
Your message was not delivered within 2 days:
Server 148.31.132.244 is not responding.
The following recipients did not receive this message:
<rules-users(a)lists.jboss.org>
Please reply to postmaster(a)lists.jboss.org
if you feel this message to be in error.
15 years, 3 months