<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I'm receiving a exception when trying to run my application:<br>
 [ERR 103] Line 44:24 rule 'end_key' failed predicate:
{(validateIdentifierKey(DroolsSoftKeywords.END))}? in  Watcher[55,0]:
[ERR 101] Line 55:0 no viable alternative at input 'global' in rule end<br>
<br>
The relevant code is:<br>
<blockquote>declare Watcher<br>
    @role ( event )<br>
  <br>
    triggeringValue : Value<br>
    numberOfContainedValues : int<br>
    valueSet : Set&lt;Value&gt;<br>
end<br>
  <br>
global Logger LOG;    # Line 55<br>
</blockquote>
<br>
I know the problem lies in the Watcher declaration, but I don't know
what it is.<br>
<br>
Thanks for any help! :)<br>
Tina<br>
</body>
</html>