Re: Derby

2009-12-08 Thread anand
Hello Users, The derby problem was resolved. Now before stating another issue i want you to have a look on my code below. code: RepositoryImpl rp = new RepositoryImpl(RepositoryConfig.create(repository.xml, /home/sda_tr1/Desktop/simer/apache-tomcat-6.0.20/bin/jackrabbit));

Re: Derby

2009-12-08 Thread anand
Hi, On Tue, Dec 8, 2009 at 10:55 AM, anand [hidden email]http://n4.nabble.com/user/SendEmail.jtp?type=nodenode=955128i=0 wrote: RepositoryImpl rp = ...; ...; SessionImpl impl = rp.createSession(sb, default); Is there a reason why you are using internal Jackrabbit method signatures

Re: Jackrabbit support (paid or otherwise)

2009-12-08 Thread Christophe Lombart
+1 Christophe 2009/12/4 Michael Wechner michael.wech...@wyona.com Jukka Zitting wrote: Hi, On Thu, Dec 3, 2009 at 11:28 PM, Samuel Cox crankydi...@gmail.com wrote: I'm unaware of anything outside of what is published from the Jackrabbit site (this mailing list). Does anyone else know

Invalid item state while adding nodes on different sessions on multi thread environment

2009-12-08 Thread Luiz Fernando Teston
Hi, I just found an strange behavior while using multiple sessions on multi thread environment. I'd like to know if I did something wrong. My application code do this: 1 - before start to work, it creates a root node inside a new session. It saves and close this session. 2 - create a bunch of

Suitability of jackrabbit for requirements [SEC=UNCLASSIFIED]

2009-12-08 Thread Ross . Dyson
Hi all I have a requirement to archive several million documents (PDFs) with some variable metadata. The archive process is the only thing that rights -- This message contains privileged and confidential information only for use by the intended recipient. If you are not the intended

Suitability of jackrabbit for requirements [SEC=UNCLASSIFIED]

2009-12-08 Thread Ross . Dyson
Hi all I have a requirement to archive several million documents with variable metadata (dates, types of document). There is only the update process that adds documents daily, and perhaps some very few updates manually (depending on resolution of requirements). Documents will be retrieved by

temporary node for similarity search

2009-12-08 Thread Torgeir Veimo
Is there any way around not having to create a node when doing a similarity search? I'd like to find matches between person profile tags and nodes with tags. The profiles are not stored in jcr though, so it looks like i have to create a jcr node in order to use SimilaritySearch? //element(*,