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--tp14814893p14814893.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
