[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2218) Unknown error while parsing. This is a bug. Please contact the Development team.
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Thu Feb 25 09:10:11 EST 2010
[ https://jira.jboss.org/jira/browse/JBRULES-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edson Tirelli updated JBRULES-2218:
-----------------------------------
Fix Version/s: 5.1.0.M2
Priority: Minor (was: Major)
Keeping the issue open for us to fix the error message.
> Unknown error while parsing. This is a bug. Please contact the Development team.
> --------------------------------------------------------------------------------
>
> Key: JBRULES-2218
> URL: https://jira.jboss.org/jira/browse/JBRULES-2218
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-eclipse
> 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.1.0.M2
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list