Ard Schrijvers wrote:

after spending quite some time on figuring out what might be wrong, I wanted to ask if somebody on this mailing list has any pointers what I might be doing wrong.

let me know wether you have any results.

Marcel's hint helped to fix it

Furthermore out of curiosity: are you using jackrabbit in combination
with Lenya/Cocoon?

no. Some time ago I have started a (my ;-) minimal content repository API, basically something like

Repository.getNode("/foo/bar.txt").getInputStream();
Repository.getNode("/foo/bar.txt").getOutputStream();
Node[] nodes = Repository.search("hello");

without all the "overhead", whereas don't get me wrong, I think JCR is great, but for "smaller" applications I am bit overwhelmed with JCR.

But anyway I finally found the time to implement JCR beneath the API above :-)

In case you are interested in the source

https://svn.wyona.com/repos/public/yarep/trunk

U: anonymous
P: anonymous

or you might also download it via Maven

http://maven2.wyona.org/yarep/

whereas the latest JCR implemenation is not available via Maven yet, but hopefully tonight

Cheers

Michael

Regards Ard

Thanks

Michael

--
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]
+41 44 272 91 61




--
Michael Wechner
Wyona      -   Open Source Content Management - Yanel, Yulup
http://www.wyona.com
[EMAIL PROTECTED], [EMAIL PROTECTED]
+41 44 272 91 61

Reply via email to