What is the exception that you are getting? Can you post the contents of your persistence.xml file?
Thanks, RIck On Fri, Aug 6, 2010 at 6:47 AM, wendyLG <[email protected]>wrote: > > 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 >
