Hello,
Has anyone already used JAXB in combination with JXPath ?
I'm using it on my JAXB-generated Java classes and it works very well if I provide complete paths to JXPath. However, when I try to look for an element using a path like "//myElement", it takes a very very very long time to perform (though the XML I'm using is small) when it completes. Sometimes I get an OutOfMemory error.
Did someone have the same problem?
Are there some articles/tips on the subject?
Thanks in advance,
J?r?me.