[rules-users] Drools Upgrade to 5.4

Wolfgang Laun wolfgang.laun at gmail.com
Wed Aug 22 00:02:58 EDT 2012


The error message seems to indicate that the compiler fails to recognize the
type of the argument "customer". Try adding a cast to the type of the
argument
as given in the function declaration.  -

Although, I don't see how this can happen, given that your first posting
accurately reflects the code. Can you provide a complete DRL to reproduce
this error?

-W


On 21 August 2012 21:53, dxande6 <dxande6 at qwest.com> wrote:

> I cleaned up this rule and method quite a bit as an example…..the
> getCode(customer), is passing the argument but I still get the same
> message.
>
> Unable to Analyse Expression getCode(customer):
> [Error: unable to resolve method using strict-mode:
> ….getCode(java.lang.Object)
>
> I tried moving the function to the top of the file and ended up with the
> same result.
>
> I’m trying to compile these rules into a pkg file using ANT.  Otherwise, I
> can run the rules using the .DRL files and everything works fine.
> Configuring the build.xml is proving to be a bit more of a task than
> originally thought.
>
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Drools-Upgrade-to-5-4-tp4019321p4019323.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20120822/bbcc9660/attachment.html 


More information about the rules-users mailing list