TopLink Wiki
Main
RecentChanges
Set your name in
UserPreferences
Referenced by
JSPWiki v2.0.52
|
By far the most frequent TopLink problems come from invalid UnitOfWork usage. Mixing registered clones and unregistered instances is a common one. (Read the UnitOfWorkPrimer for more guidelines.) Fortunately that class of bugs can be diagnosed and solved with the following API:
validateObjectSpace: I have done exactly what is described above (call it after each change, in a debugging session), and it pointed out exactly what the problem was. Very helpful.
Need more? See DebugTopLink.
|
||||||