All,

Toying around with using openejb embedded for unit tests of our EJB2 beans I
believe I came across an issue.  Every time I my EJBs would deploy, I would
get a "ClassFormatError: Duplicate field name&signature".  Looking at the
generated openejb cmp classes I realized there were two fields named
"deleted"; one was my bean's field, the other was a "private transient
deleted" put there by the Cmp2Generator.  Shouldn't the Cmp2Generator name
this field a little more uniquely than just "deleted"?




-- 
View this message in context: 
http://old.nabble.com/Cmp2Generator---deleted-method-tp26503024p26503024.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to