Community
Participate
Working Groups
Build Identifier: I20110525-0800 1. Define a one-to-many mapping 2. Go to Joining Strategy and select Join columns -> Result 1 3. Select Override default checkbox -> Result 2 4. Try to add one join column by clicking Add button -> Result 3 Result 1: The "Override default" checkbox by default is selected which is incorrect. The initial state of the checkbox should be unchecked. Result 2: The join strategy switches from join columns to join table which is incorrect. Result 3: The default join column is changed from something like "Default(foo_Id) -> Defult(Id)" to "Default(null) -> Defult(null)". Reproducible: Always
Moving JPA specific bugs to new JPA component in bugzilla.
I think results 1 and 2 can be covered by bug 378306. I will leave this bug open to fix the remaining issue. Potentially when the user add a join column we could fully specify the the original empty @JoinColumn. This might also be affected by supporting multiple default join columns in EclipseLink