Re: [rules-users] Question about Fusion pseudoclock

2014-06-01 Thread Wolfgang Laun
This is code that can be used to manipulate the pseudo-clock which is just a pretty face without any works: SessionPseudoClock clock; private void advance( Date eventDate ){ long currentTime = clock.getCurrentTime(); long eventTime = eventDate.getTime(); clock.adva

[rules-users] Question about Fusion pseudoclock

2014-05-31 Thread Natalia Iglesias de Amunategui
Hello, I am implementing temporal rules using drools fusiĆ³n 6.0.1 and the new KIE services api. I insert facts into the kie session that include some DATE fields which I later use in the rules. I also insert events using the pseudoclock, so I guess that means that the timestamp is kept in long