Hi, I'm trying to surface file content in multiple hierarchies so that users can store and retrieve the data in ways that they find amenable.
The natural way to do this seems to be with symbolic links but I'm having trouble doing it programmatically using a repository provided by the jackrabbit-webapp-2.2.7 running on tomcat 6 I tried the pointers here http://osdir.com/ml/users.jackrabbit.apache.org/2009-10/msg00238.html and here http://www.mail-archive.com/[email protected]/msg02716.html I feel that I'm missing something basic -- I know that the repository can support it, since I can create a symbolic link in the finder (on a mac) and it operates in the manner expected. The properties of the primary file contents and the successful alias/link contents are as follows Prime Content: simple_text_file.txt: org.apache.jackrabbit.rmi.client.ClientNode@239a029e Properties: property name: jcr:data; value: org.apache.jackrabbit.rmi.value.BinaryValue@4d8ce14a property name: jcr:mimeType; value: text/plain property name: jcr:lastModified; value: 2011-07-08T13:52:14.427-04:00 property name: jcr:primaryType; value: nt:unstructured Alias Content: simple_text_file.txt alias: org.apache.jackrabbit.rmi.client.ClientNode@5c1ae90c Properties: property name: jcr:data; value: org.apache.jackrabbit.rmi.value.BinaryValue@6ab30913 property name: jcr:mimeType; value: application/octet-stream property name: jcr:lastModified; value: 2011-07-08T13:50:34.615-04:00 property name: jcr:primaryType; value: nt:unstructured Any ideas/pointers? Thanks -- Rich Ferrante
