Re: [rules-dev] troubleshooting errors in guvnor

2009-03-05 Thread Michael Neale
{ >            return false; >        } >        return true; >    } > >   �...@override >    public int hashCode() >    { >        int hash = 7; >        hash = 17 * hash + (this.id != null ? this.id.hashCode() : 0); >        return hash; >    } > >    public Stri

RE: [rules-dev] troubleshooting errors in guvnor

2009-03-05 Thread Zoltan Farkas
der.append("\nlocLatitude: "); toStringBuilder.append(locLatitude); return toStringBuilder.toString(); } } Regards --zoly -Original Message- From: rules-dev-boun...@lists.jboss.org [mailto:rules-dev-boun...@lists.jboss.org] On Behalf Of Michael Neale Sent: W

Re: [rules-dev] troubleshooting errors in guvnor

2009-03-04 Thread Michael Neale
OK I added in some stack trace printing. Note that it really *should* only be bugs that cause that sort of error - if there is something that shouldn't cause it to happen then please do raise a JIRA with details, so we can tighten the error trapping and reporting (so we know if it is a real bug or

Re: [rules-dev] troubleshooting errors in guvnor

2009-03-04 Thread Michael Neale
Ok, will see if I can add the stack trace back in - did you work out what the specific problem was ? Sent from my phone. On 05/03/2009, at 3:58, "Zoltan Farkas" wrote: I am attempting to build some rules with guvnor (5.0 latest snapshot), and I get: "Sorry, a technical error occurred.

[rules-dev] troubleshooting errors in guvnor

2009-03-04 Thread Zoltan Farkas
I am attempting to build some rules with guvnor (5.0 latest snapshot), and I get: "Sorry, a technical error occurred. Please contact a system administrator." I go to the event log and see a: org.drools.RuntimeException: java.lang.IllegalArgumentException: argument type mismatch I have a questi