[jboss-jira] [JBoss JIRA] Closed: (JBRULES-2218) Unknown error while parsing. This is a bug. Please contact the Development team.

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Tue May 17 16:17:01 EDT 2011


     [ https://issues.jboss.org/browse/JBRULES-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edson Tirelli closed JBRULES-2218.
----------------------------------



> Unknown error while parsing. This is a bug. Please contact the Development team.
> --------------------------------------------------------------------------------
>
>                 Key: JBRULES-2218
>                 URL: https://issues.jboss.org/browse/JBRULES-2218
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-compiler (expert)
>    Affects Versions: 5.0.0.FINAL
>         Environment: Eclipse 3.5 (Galileo), Mac OS X
>            Reporter: Udo Klinkmüller
>            Assignee: Edson Tirelli
>            Priority: Minor
>             Fix For: 5.2.0.CR1
>
>
> rule "Arrival-Delayed-Upd"
> 	salience 1000 
> 	when
> 		#conditions
> 		VisitPair( $ov: oldVisit != null, $nv: visit )
> 		$oaf: ArrivalFlight( onBlock == null, $ost: scheduledTime != null, $op: position != null ) from $ov.arrivalFlight
> 		$naf: ArrivalFlight( onBlock == null, (($nst: scheduledTime != null, != $ost) || ($np: position != null, != $op)) ) from $nv.arrivalFlighT
> 		
> 	then 
> 		#actions
> 		Date vf = addMinutes($nst, 15); 
> 		ResourceEvent re = eventBuilderFactory.getResourceVisitEventBuilder(EventType.ARRIVAL_DELAYED, $naf.getPositionKey(), vf)
> 			.visitKey($nv.getKey())
> 			.build();
> 		eventHandler.handleEvent(re);
> end

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jboss-jira mailing list