i have this bean
@Entity(name = "Groups")
@Table(name = "groups", catalog = "lcw")
public class LcwGroup implements Serializable, IBean {
and this was all working wonderfully until i tried to apply bytecode
enhancement
then the entity mananger only knew about the LcwGroup bean not the Groups
bean.
Is there anything i need to set when bytecode enhancing?
please don't suggest renaming the class as i am using this ability to ease
copying data from one database to another, so i have LcwGroup and JCPGroup
but both databases have the table group.
Wendy
--
View this message in context:
http://openjpa.208410.n2.nabble.com/beans-Enitiy-annotation-and-bytcode-enhancement-tp5380244p5380244.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.