From users-return-2169-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Feb 07 17:39:13 2007 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 47139 invoked from network); 7 Feb 2007 17:39:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 17:39:13 -0000 Received: (qmail 91744 invoked by uid 500); 7 Feb 2007 17:39:20 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 91541 invoked by uid 500); 7 Feb 2007 17:39:19 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 91532 invoked by uid 99); 7 Feb 2007 17:39:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 09:39:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sandro.boehme@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Feb 2007 09:39:10 -0800 Received: (qmail invoked by alias); 07 Feb 2007 17:38:47 -0000 X-Provags-ID: V01U2FsdGVkX18u6ZA68icuCcY89E5WwYMiypp11Njd1mNGHYVsad mxrA== Message-ID: <45CA0ED6.30802@gmx.de> Date: Wed, 07 Feb 2007 18:39:34 +0100 From: =?UTF-8?B?U2FuZHJvIELDtmhtZQ==?= Reply-To: sandro.boehme@gmx.de User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: AW: Anyone using JCR Browser??? References: <9F78156E8BFB00498BE97B155507A6CA01239E09@cuf6-001.skyfillers.net.storage> <8849606.post@talk.nabble.com> In-Reply-To: <8849606.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org I'm sorry I don't have any background information about it. In the meantime I found a solution for the problem, that Jackrabbit hangs in the shutdown() method. If somebody is interested I can probably send a preliminary version of the fixed JCR Browser with Jackrabbit 1.2.1 in the course of this week. To release a version at sourceforge I will need more time for additional tests. Bye, Sandro avim wrote: > Sure, I realize that. looking forward for your patch... > Do you have any idea if jackrabbit viewer has the same architecture? > > > Sandro Boehme wrote: > >>You need to have dependencies, because connecting to a JCR is not >>specified in JSR-170. It will probably be specified in JSR-283. >> >>-----Ursprüngliche Nachricht----- >>Von: Sandro Boehme [mailto:sandro.boehme@inovex.de] >>Gesendet: Dienstag, 6. Februar 2007 14:44 >>An: users@jackrabbit.apache.org >>Betreff: AW: Anyone using JCR Browser??? >> >>Hi, >> >>the UI-Plugin of the JCR Browser does not depend on a JCR implementation >>like Jackrabbit. It does not even know the Jackrabbit jar files. This >>means the JCR Browser is "pure JCR". It uses some kind of "connector" >>architecture that is based on Eclipse Plugins. At the moment there are >>three connectors. There is one for the jLibrary DMS, one for a RMI >>connection and one local Jackrabbit connection. It is also possible to >>create a connector for Alfresco, Exo or other JCR implementations. The >>local Jackrabbit connection contains the Jackrabbit jar's. In earlier days >>I explicitly called the shutdown() method in the local Jackrabbit >>connection because for some reason it did not work in an other way. I will >>try to only call the "logout" method. As this logs out the only >>javax.jcr.Session it should automatically shutdown the repository. I will >>try that when I have the time. >> >>Bye, >> >>Sandro >> >>-----Ursprüngliche Nachricht----- >>Von: avim [mailto:avi.moradi@timetoknow.org] >>Gesendet: Dienstag, 6. Februar 2007 14:27 >>An: users@jackrabbit.apache.org >>Betreff: Re: Anyone using JCR Browser??? >> >> >>It's not gonna work, cause jackrabbit's api and hierarchy(CD) has been >>slightly changed. >>Unfortunately these tools are not "pure JCR" and have code dependencies on >>jackrabbit... >> >> >>Sandro Böhme wrote: >> >>>Glaucio Scheibel schrieb: >>> >>>>I change the jars from JCR browser and it works, only disconnecting >>>>is still freezing (I have to quit eclipse to do this). >>> >>>I'm already in the process to test the update of the local repository >>>connector to Jackrabbit 1.2.1 and experienced the same behavior. The >>>call to repository.shutdown() >>>(http://jackrabbit.apache.org/api-1/org/apache/jackrabbit/core/Reposit >>>oryImpl.html#shutdown()) never comes back. I will go into the details >>>to find out, what the reason is as soon as I have the time. >>> >>>Regards, >>> >>>Sandro >>> >>> >>>>Glaucio >>>> >>>>avim wrote: >>>> >>>>>The reason is lucene & indexes. >>>>>If the repository was touched by 1.2.1, in order to access it by JCR >>>>>browser or jackrabbit viewer you must delete the indexes >>>>>manually(every time!): >>>>>repository/index, workspaces/default/index etc. >>>>>Not such a good idea, but it works... >>>>>I hope these tools will be upgraded soon... >>>>>Does any one know alternative tools? >>>>> >>>>> >>>>>Nithya Mani wrote: >>>>> >>>>> >>>>>>Hi, >>>>>> >>>>>>I am using JCR browser 0.9 Eclipse plug-in with >>>>>>jackrabbit-core-1.0.jar. I tried with the local jackrabbit >>>>>>repository. There is a problem during login. >>>>>>I have set only 'userid' as user name for Simple Credentials of JCR >>>>>>browser. >>>>>>It doesn't throw any error message. It just says '-1:-1:-1'. >>>>>>It was not possible to login. Please check the credentials. >>>>>>-1: -1: -1 >>>>>> >>>>>>What does the meaning of this message? Here is the repository.xml >>>>>>file I am using. >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.security.SimpleAccessManager"> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.security.SimpleLoginModule"> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>defaultWorkspace="default"/> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> >>>>>> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager"> >>>>>> >>>>>value="oracle.jdbc.driver.OracleDriver"/> >>>>>> >>>>>value="jdbc:oracle:thin:@xxxx:1521:orcl"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.query.lucene.SearchIndex"> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>>>>>class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> >>>>>> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager"> >>>>>> >>>>>value="oracle.jdbc.driver.OracleDriver"/> >>>>>> >>>>>value="jdbc:oracle:thin:@blizzard:1521:orcl"/> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>class="org.apache.jackrabbit.core.query.lucene.SearchIndex"> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>Am I missing anything? >>>>>>Regards, >>>>>> >>>>>>Nithya Mani >>>>>>Senior Developer, webMethods >>>>>>nithya@webmethods.com >>>>>>IM: nithya_infravio (Yahoo) >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>-----Original Message----- >>>>>>From: Sandro Boehme [mailto:sandro.boehme@inovex.de] Sent: >>>>>>Thursday, January 25, 2007 3:14 PM >>>>>>To: users@jackrabbit.apache.org >>>>>>Subject: Re: Anyone using JCR Browser? >>>>>> >>>>>>Hi Waldemar, >>>>>> >>>>>>you are right the local repository (deployment model 1) connection >>>>>>of the JCR Browser uses the Jackrabbit 1.0 libraries in the Eclipse >>>>>>classpath. But the Eclipse plugin classpath is not configurable at >>>>>>runtime. This means you cannot change to a newer Jackrabbit version >>>>>>by design while using the local repository connection of the JCR >>>>>>Browser. >>>>>> >>>>>>But you can use the remote repository (deployment model 3) >>>>>>connection method of the JCR Browser to connect to a repository >>>>>>version of your choice. You will find a short how-to in the >>>>>>ReadMeFirst.txt file of the JCR Browser distribution. If I can help >>>>>>you any further you can either ask in the mailing list of the JCR >>>>>>Browser or here and I will help you get it running. >>>>>> >>>>>>Best regards, >>>>>> >>>>>>Sandro >>>>>> >>>>>>-- >>>>>>https://www.xing.com/profile/Sandro_Boehme >>>>>>http://www.linkedin.com/in/sandroboehme >>>>>>http://www.wingsuit.de >>>>>> >>>>>> >>>>> >>>>> >>>> >>> >>> >>-- >>View this message in context: >>http://www.nabble.com/RE%3A-Anyone-using-JCR-Browser----tf3172922.html#a8825896 >>Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >> >> >> > > -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme http://www.wingsuit.de