I found out the issue. For some reason, my persistence.xml did not have the entry for ReqHistory. It normally enters it automatically when I specify it, but for this case for some reason, the IDE did not. Thanks.
bigbird wrote: > > Hello Everyone, > > I'm getting an error when using JPA that I don't know what it means. I > have a bidirectional one to many relationship between Person and Request > History entities. When I try to get all the Person objects, I get the > following error: > Field "Person.reqhistoryList" cannot declare that it is mapped by another > field. Its mapping strategy > (org.apache.openjpa.jdbc.meta.strats.HandlerFieldStrategy) does not > support mapping by another field. > > Can anyone provide me some insight on what this error is? Thanks. > > Patrick > > -- View this message in context: http://www.nabble.com/Can-someone-translate-this-error--tp14814893p14841421.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
