Do you guys have any recommendations for Jackrabbit 2.0 (JSR 283) ? The explorers that are mentioned in those links throw an exception complaining about 2.0 dtd when trying to open up the repository.xml
On Mon, Feb 8, 2010 at 12:22 PM, Guo Du <[email protected]> wrote: > 2010/2/8 Fabián Mandelbaum <[email protected]>: > > Even if there are lots of tools out there in the links everyone > > provide they are mostly toys, commercial, or not actively developed... > > > That's right, jackrabbit version matters. > > A simple way to view the node structure is to use > > http://jackrabbit.apache.org/api/1.4/org/apache/jackrabbit/jcr2spi/SessionImpl.html#exportSystemView(java.lang.String<http://jackrabbit.apache.org/api/1.4/org/apache/jackrabbit/jcr2spi/SessionImpl.html#exportSystemView%28java.lang.String> > , > java.io.OutputStream, boolean, boolean) > > The exported xml file contain all the information start from the node. > It works from root which could export version history and node type > definitions. > > -Guo > -- Patricio.-
