<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Did you try adding types to your functions like the documentation says?<br>
<br>
samd wrote:
<blockquote cite="mid:19002039.post@talk.nabble.com" type="cite">
  <pre wrap="">Nobody knows?


samd wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">All I want to do is something simple like the following:

$changedList: java.util.List( ) from getChangedList( $x, $y );

Then in the same .drl file a function something like:

function List getChangedList( $x, $y )
{
    return JavaClass.staticDoSomethingToGetListMethod( $x, $y);
}

I have tried doing this and I get:

Unable to build expression for 'from' node 'getChangedList( $x, $y)'

It looks like there is supposed to be something in between the from and
the function? I have been looking for examples for something like this and
have not found any.

Thanks

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>