On Mon, Jan 4, 2010 at 2:29 PM, Daryl Stultz <[email protected]> wrote:

> I'm wondering if this code:
>
> PersistenceCapable pc = ImplHelper.toPersistenceCapable(foo, null);
>> print(pc + ".isDetached() = " + pc.pcIsDetached());
>> print(pc + ".getDetachedState() = " +
>> Arrays.toString((Object[])pc.pcGetDetachedState());
>>
>>
>> adds anything to my code. Probably the last line...
>
> I've added it to my debug code. So for my unittest that produces the same
stack trace I get:
B:2436:EM:dxnPrt BK:cdxnPrt SM:null
B:2436.isDetached() = false
B:2436.getDetachedState() = null

We'll see what the production environment turns up...

-- 
Daryl Stultz
_____________________________________
6 Degrees Software and Consulting, Inc.
http://www.6degrees.com
mailto:[email protected]

Reply via email to