Re: java.lang.AbstractMethodError loading Index page with T5.4?

2016-08-26 Thread Qbyte Consulting
On Fri, 26 Aug 2016 09:33:31 -0300, Qbyte Consulting >> wrote: >> >> well this is new, any ideas? >> >> >> Info: [ERROR] ioc.Registry java.lang.AbstractMethodError >> Info: [ERROR] ioc.Registry Operations trace: >> Info: [ERROR]

Re: java.lang.AbstractMethodError loading Index page with T5.4?

2016-08-26 Thread Thiago H de Paula Figueiredo
I'd check whether you have some pre-T5.4 JARs in your classpath. On Fri, 26 Aug 2016 09:33:31 -0300, Qbyte Consulting wrote: well this is new, any ideas? Info: [ERROR] ioc.Registry java.lang.AbstractMethodError Info: [ERROR] ioc.Registry Operations trace: Info: [ERROR] ioc.Reg

java.lang.AbstractMethodError loading Index page with T5.4?

2016-08-26 Thread Qbyte Consulting
well this is new, any ideas? Info: [ERROR] ioc.Registry java.lang.AbstractMethodError Info: [ERROR] ioc.Registry Operations trace: Info: [ERROR] ioc.Registry [ 1] Handling page render request for page Index Severe: java.lang.AbstractMethodError at org.apache.tapestry5

RE: java.lang.AbstractMethodError - 5.1.0.5

2009-12-11 Thread Jim O'Callaghan
es implement IPersistentObject. I thought that the StackTrace might indicate that there is an exception in the ioc registry area that is not being caught / reported properly. If the java.lang.AbstractMethodError had a message that contained something indicating an unexpected return type / class cast issue e

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
est failed with uncaught exception: $UserEntityManagerEX_1257d50b8e1.getExistingEntity(Lcom/// common/IPersistentObjectRef;)Lcom///entities/core/user/Use r; java.lang.AbstractMethodError: $UserEntityManagerEX_1257d50b8e1.getExistingEntity(Lcom/// common/IPersistentObjectRef;)Lcom///entities/core/

java.lang.AbstractMethodError

2006-11-28 Thread wong wayne
Hi all May I know what does this Exception mean? javax.servlet.ServletException: Servlet execution threw an exception root cause java.lang.AbstractMethodError org.apache.tapestry.AbstractPage.firePageDetached(AbstractPage.java:436) I'm developing a e-shopping system. The login/l