Hi Ted. I think you could use a querymanager to create an Xpath query like: //element(*,your:type) , that ought to select all nodes of type your:type, and nodes that extend from that type. For more information, see the JSR 170 specification, section 6.3.3
Good luck! //Thomas Granström On 1/4/07, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:
Hi all, Is it possible with JackRabbit to search the Repository for all Nodes that have the same primarytype or a primarytype that extends a certain type?? Ted
