Re: [JXPath] circular object graphs

2008-01-25 Thread Matt Benson
--- Warren Liang <[EMAIL PROTECTED]> wrote: > Thanks Matt for your response :). > > I believe that JXPath is working the way that it's > supposed to in > regards to what I'm doing. > > I think I'm going to try out a > DynamicPropertyHandler that will return > a list of no properties if I'm enco

Re: [JXPath] circular object graphs

2008-01-25 Thread Warren Liang
Thanks Matt for your response :). I believe that JXPath is working the way that it's supposed to in regards to what I'm doing. I think I'm going to try out a DynamicPropertyHandler that will return a list of no properties if I'm encountering an object that I've already encountered before. I'm gu

Re: [JXPath] circular object graphs

2008-01-25 Thread Matt Benson
--- Warren Liang <[EMAIL PROTECTED]> wrote: > Hi all, > > How does JXPath handle circular object paths? My > object graph is can > have circular references to objects that are the > same instance (i.e. > obj1 == obj2), or are different instances but have > equivalent values > (i.e. obj1.equals(