
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
24/Sep/07 08:11 PM
|
|
Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.
|
|
Description
|
Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached. |
Show » |
|
- The additional methods only make sense with complexObjectModel set to true. Changed the patch accordingly.
- reverted the changes in setting boolean values. The proposed changes are not java 1.3 compatible.
- changed some javadoc