[rules-users] Odd rules execution for expired events

sopel39 napewnotrafi at gmail.com
Wed Jun 20 09:05:18 EDT 2012


Ah right, I for creating Motion I use:

Object getMotion( KnowledgeBase kbase, long time) {
  FactType motionType = kbase.getFactType( "com.sample", "Motion" );
  Object motion = motionType.newInstance();
  motionType.set( motion, "eventTime", time );
  return motion;
}

Do you want me to attach Eclipse project?


--
View this message in context: http://drools.46999.n3.nabble.com/Odd-rules-execution-for-expired-events-tp4018092p4018096.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list