Re: Problem with @strategy

2009-06-01 Thread Pinaki Poddar
Hi, Looks like a potential issue. Please 1. create a JIRA issue 2. two patches : one for a test case and one with your suggested fix 3. submit the patch with the JIRA issue (do not forget to grant access -- last radio button on "Attach Patch" page in JIRA) I will review and apply t

Problem with @strategy

2009-05-29 Thread ashish paliwal
Hi, I had two entities, Person and Address with @OneToOne mapping. I wanted to have a custom mapping for address data, so gave @strategy(somepackage.MyStrategy) in getAddress() method in Person.java. The MyStrategy class was extending from RelationFieldStrategy class and I overrode load() method.