[ERROR] Line 17: Referencing method 'lienzo.client.core.types.ChildAbstractClassExporterImpl.___create()': unable to resolve method
I don't really want to implement the ExportOverlay mechanism, because of the wrapped JSO (ParentAbstractJSO)--I really don't know how I would go about that, so I opted for not using ExportOverlay. I read in the documentation that abstract classes should be able to be exported, so I am a bit curious to know what could be causing the above scenario to fail. The child class extends the parent, and it includes a zero-arg constructor. All annotations are set to export everything (all=true) in the parent class, too.
Thanks for the help, beforehand.
// David
--
--