Hi ! I'm having a particular problem of circular object referencing. I've got a HUGE pile of objects and ONE object I know is part of a circular relationship.
The problem is that I just can't manually follow all the references from that object until I'm getting the original object. There's just way too much data to look for. So I thought running an OQL query on a heap dump would do the trick. Alas, such a query is recursive and quite complex. It's about path finding really. :-) Has anyone in here already successfully tackled such a problem ? Thanks in advance !!! Jan -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
