Corrected an error.
The getInstance(boolean) method used to always return the same instance. If a getInstance(true) was executed each subsequent request would always result in a transaction aware object even when getInstance(false) was specified.
Authored by: keess 2002-05-08
Parent: [r42]
Child: [r44]