java.lang.ClassFormatError

2008-04-13 Thread Andreas Bobek
Hello, I use cayenne 2.0.4, tomcat 5.5 and jdk 1.5. I generated (cgen) a superclass (_Basket) and a subclass (Basket) with no problem and use them in a standard servlet. I even can create instances and commit changes to the database. It all works fine. But in certain circumstandes I get a java.la

Re: Generalized DB editor

2008-04-13 Thread Kevin Menard
Hi Scott, Have you considered using getTargetEntity on ObjRelationship? -- Kevin On Apr 11, 2008, at 11:02 PM, Scott Anderson wrote: Hello, I'm trying to write a generic editor for CayenneDataObjects. ObjAttributes are pretty straightforward, but I'm not clear on the best way to handl