[rules-users] Workbench not Working in Resilient Environment

2014-06-19 Thread Zahid Ahmed
Hi,

I am trying to setup Drools6 Workbench ion a resilient mode but am unable to 
sync the assets amongst the resilient members. Kindly have a look at the 
detailed question posted earlier.

Subject in Drools Forum Drools Workbench | VFS Clustering Error | NoNode for 
jbpm-cluster

Regards,
Zahid Ahmed



___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Optaplanner - Linking time windows of vendors and the depot

2014-06-19 Thread alainb
Dear All,

I'm trying to model multiple time windows of the same vendor by multiplying
the vendors with different time windows and demand. This seems to work.
However, I can do the same with the depot but it doesn't represent what I
need.

I'm using salomon tw example, but i need certain demand to be there in one
time window of the depot, and other demand at the other time window of the
depot. In other words, I would need to link demand at a time window of a
vendor to a specific time window of the depot.

Does anyone know if there is any possibility to do this? Or can somebody
suggest me some further steps. I would be really thankful.

Thank you all in advance,

Kind Regards,
Alain



--
View this message in context: 
http://drools.46999.n3.nabble.com/Optaplanner-Linking-time-windows-of-vendors-and-the-depot-tp4030113.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Comparing Objects of same class.

2014-06-19 Thread Wolfgang Laun
This is one of the scenarios that can be handled using CEP (Complex
Event Processing) - basically rule logic with some extensions to make
time based reasoning more convenient. In Drools, you have @event
to declare a fact type as an event type, temporal operators to
establish temporal relations between events, windows to select
recently arrived subsets of facts, etc. Much depends on whether you
need to handle this in real time or whether it's going to be handled
over a bulk of historic data.

All my hints on mapping facts to days are useless - you may have to
use floating intervals or an approach that's triggered by the first
smell of a certain crime...

-W



On 18/06/2014, naresh.t nareshthota...@gmail.com wrote:
 Dear Wolfgang, Thanks for your patience and understandings.

 Let me clear our requirement. Actually we are not working any student
 psychology thing. I thought to simplify the problem in terms of Student
 example but it is getting complicated.

 What we are trying to achieve is...
 We have some RAW logs(windows event logs like login success, login failed,
 bad user name and password etc., along with date and time) in our DB.

 We are trying get trend of some particular events like bad user name and
 password. If these type of events are happening in less span of time, then
 we will find those user names and do some activity on them.

 In our existing application, we have achieved this by using java with hard
 coded inputs. Means we are getting those events, if any 5 events occurred
 in
 3 minutes.

 Now we are trying to add some dynamism for these type of requirements. We
 are exploring Drools Rule Engines to check that is it compatible with these
 type of rules. If you have any other Rule Engines in your mind, please
 suggest us.

 Thanks
 Naresh



 --
 View this message in context:
 http://drools.46999.n3.nabble.com/Comparing-Objects-of-same-class-tp4030073p4030088.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] accumulate function not registered

2014-06-19 Thread rogerL
Did a partial rollback and it resolve the problem.

Encountered this issue in effort to get around a spring boot from jar
problem. Initially refactored code then upgraded to 6.1.0-CR1. Was at that
point the issue arose. On rolling back my refactor (and maintaining the
drools 6.1.0-CR1 version) the issue was cleared.

A little perplexed on that. Suspect it may have something to do with class
loading, but only a guess. Does the location of the .drl (resource) files in
the project structure affect the build and boot process?  



--
View this message in context: 
http://drools.46999.n3.nabble.com/accumulate-function-not-registered-tp4030102p4030116.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users