Does anyone have a simple myFaces and JDO example ( without spring ) ? I have enhanced the object I wish to persist. But when I try to use that object as a backing bean I get:
Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.VerifyError: class B overrides final method . Are enhanced objects not allowed to be managed beans ? -Thanks Steve More

