[OJB-developers] Bug with PersistentFieldPropertyImpl
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-04-25 07:15:32
|
I use the PersistentFieldPropertyImpl to map my attributes using the javabean format of getXXX and setXXX. When I try to use this in ODMG, OJB dies because a lot of the DCollection classes don't have public getters and setters for attributes that are mapped (mostly Id, size, elements, stuff like that). Can we make those methods public so that it all works nicely? Or is there a reason they were default scope? regards, Matthew btw -> I'm just squashing one last bug with JCA connection closing then I'll post a new JCA implementation (soon to be blessed by Jesper) |