RE: java.lang.AbstractMethodError - 5.1.0.5

2009-12-11 Thread Jim O'Callaghan
- From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: 11 December 2009 12:39 To: Tapestry users Subject: Re: java.lang.AbstractMethodError - 5.1.0.5 Em Fri, 11 Dec 2009 10:23:11 -0200, Jim O'Callaghan escreveu: > Hi, Hi! > I have a service bound to an interface in th

Re: java.lang.AbstractMethodError - 5.1.0.5

2009-12-11 Thread Thiago H. de Paula Figueiredo
Em Fri, 11 Dec 2009 10:23:11 -0200, Jim O'Callaghan escreveu: Hi, Hi! I have a service bound to an interface in the ioc registry. The interface extends another interface and duplicates a method name and parameter list however the return type in the overridden method is a concrete clas

java.lang.AbstractMethodError - 5.1.0.5

2009-12-11 Thread Jim O'Callaghan
Hi, I came across an interesting issue and thought I would post it so that it might save someone else some time - I'm not sure if this is down to questionable coding practise on my part causing the relevant classloader to burp or Tapestry relevant ... the stack trace is at the bottom of the mail.