Re: Migrating repository from File system to DB

2010-04-19 Thread Alexander Klimetschek
On Mon, Apr 19, 2010 at 09:50, Robina Arora raro...@csc.com wrote: In my project there is a requirement to migrate the JCR repository from File system to DB system. I have done the migration successfully. But now I want to compare the two repositories in order to confirm that all the documents

Re: Migrating repository from File system to DB

2010-04-19 Thread Robina Arora
Thanks Alex for the quick response! First of all let me tell you that I am very new to JCR and might have very basic questions in mind. Also the repository which I have to migrate has been created using Liferay Portals, where the meta data for repository is being stored in the application

Performance question when clustering

2010-04-19 Thread Dennis van der Laan
Hi all, We are setting up a clustered Jackrabbit environment as the data storage for our (custom) CMS. We are using Jackrabbit 1.6.0 with an Oracle 10g database, bundled persistence manager and finegrained ISM locking. Whenever the repository is accessed through a JcrSession, we first do a

Re: onEvent() invocation

2010-04-19 Thread Ahmed Elshereay
Hi Alex, Thanks a lot for your reply. Well, at the begining I configured the listeners with the sessionFactory bean in the spring's applicationContext.xml. Then I installed jackrabbit-jca on jboss, and I don't know how to configure spring to obtain the session(hope if you can help me in this

Difenciate system from application nodeTypes

2010-04-19 Thread wildes miranda oliveira
Hi list, how you are differentiating system nodetypes from application nodetypes ? thanks !

Re: Difenciate system from application nodeTypes

2010-04-19 Thread Justin Edelson
Namespaces On Apr 19, 2010, at 7:48 AM, wildes miranda oliveira wildes.mira...@gmail.com wrote: Hi list, how you are differentiating system nodetypes from application nodetypes ? thanks !

Re: onEvent() invocation

2010-04-19 Thread Alexander Klimetschek
On Mon, Apr 19, 2010 at 12:04, Ahmed Elshereay aelsher...@idc.com wrote: Then I installed jackrabbit-jca on jboss, and I don't know how to configure spring to obtain the session(hope if you can help me in this it will be perfect because I'd like to use spring to look after all that stuff

Re: Performance question when clustering

2010-04-19 Thread Thomas Müller
Hi, The automatic sync is periodic (once every few seconds). Session.refresh() will force an immediate cluster sync. I'm not sure if the immediate cluster sync on Session.refresh() is a good idea, but that's how it's implemented currently. - Why is a refresh more expansive when there are more

Jackrabbit on Glassfish: Exception when registering as JNDI resource jcr/Jackrabbit

2010-04-19 Thread Wilhelmsen Tor Iver
I try to configure jackrabbit-webapp-2.0.0 with the recommended JNDI name syntax, but run into an exception in Glassfish 2.1.1 (see below). Is there a different approach I should use? My bootstrap.properties, based on an example I googled up: #bootstrap properties for the repository startup

Re: Jackrabbit on Glassfish: Exception when registering as JNDI resource jcr/Jackrabbit

2010-04-19 Thread Jukka Zitting
Hi, On Mon, Apr 19, 2010 at 3:16 PM, Wilhelmsen Tor Iver toriv...@arrive.no wrote: Caused by: javax.naming.InvalidNameException: jcr/Jackrabbit has more components than namespace can handle The DummyInitialContextFactory included in Jackrabbit can only handle simple names without / in them.

SV: Jackrabbit on Glassfish: Exception when registering as JNDI resource jcr/Jackrabbit

2010-04-19 Thread Wilhelmsen Tor Iver
The DummyInitialContextFactory included in Jackrabbit can only handle simple names without / in them. You can avoid this problem by changing the JNDI name to something like jackrabbit. Thanks, that set me on the track to comment out the setting of the factory so that it instead used the

Re: Datastore in windows with microsoft sql server hangs !!

2010-04-19 Thread Alexander Klimetschek
On Mon, Apr 19, 2010 at 17:14, JOSE FELIX HERNANDEZ BARRIO jose.hernan...@isthari.com wrote: I'm using win 2008 with microsoft sql server and a datastore when i insert large files (bigger than 50kb only !!) in the repository the server hangs, with 0% cpu usage but the call doesn't return.

Re: Datastore in windows with microsoft sql server hangs !!

2010-04-19 Thread Alexander Klimetschek
On Mon, Apr 19, 2010 at 17:54, JOSE FELIX HERNANDEZ BARRIO jose.hernan...@isthari.com wrote: this bug affect the client only or also the server ? I think it's in the server part, but I am not sure. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com

Re: Datastore in windows with microsoft sql server hangs !!

2010-04-19 Thread JOSE FELIX HERNANDEZ BARRIO
correction about previous mail, in 2.0.0 the server hangs forever . . . in 2.1.0 every thing works fine. 2010/4/19 Thomas Müller thomas.muel...@day.com Hi, Could you create a full thread dump and post it? Also, please provide the jackrabbit version number (the easiest is probably the