You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Nithya Mani <ni...@webmethods.com> on 2007/02/05 09:39:47 UTC

FW: Anyone using JCR Browser???


Nithya Mani
Senior Developer, webMethods
nithya@webmethods.com
IM: nithya_infravio (Yahoo)
	
	
		
-----Original Message-----
From: Nithya Mani 
Sent: Monday, February 05, 2007 1:02 PM
To: users@jackrabbit.apache.org
Subject: RE: Anyone using JCR Browser???

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. 

<Repository>
    <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
        <param name="path" value="${rep.home}/repository"/>
    </FileSystem>
  
    <Security appName="Jackrabbit">
        <AccessManager
class="org.apache.jackrabbit.core.security.SimpleAccessManager">

        </AccessManager>

        <LoginModule
class="org.apache.jackrabbit.core.security.SimpleLoginModule">
          
        </LoginModule>
    </Security>

    <Workspaces rootPath="${rep.home}/workspaces"
defaultWorkspace="default"/>
    <Workspace name="${wsp.name}">
        <FileSystem
class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
            <param name="path" value="${wsp.home}"/>
        </FileSystem>
        <PersistenceManager
class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager">
		   <param name="driver"
value="oracle.jdbc.driver.OracleDriver"/>
		   <param name="url"
value="jdbc:oracle:thin:@xxxx:1521:orcl"/>
		   <param name="user" value="nithya"/>
		   <param name="password" value="nithya"/>
		   <param name="schema" value="oracle"/>
		   <param name="schemaObjectPrefix" value="${wsp.name}_"/>
		   <param name="externalBLOBs" value="false"/>
	   </PersistenceManager>
        <SearchIndex
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
            <param name="path" value="${wsp.home}/index"/>
        </SearchIndex>
    </Workspace>

    <!--
        Configures the versioning
    -->
    <Versioning rootPath="${rep.home}/version">       
        <FileSystem
class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
            <param name="path" value="${rep.home}/version" />
        </FileSystem>        

        <PersistenceManager
class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager">
		   <param name="driver"
value="oracle.jdbc.driver.OracleDriver"/>
		   <param name="url"
value="jdbc:oracle:thin:@blizzard:1521:orcl"/>
		   <param name="user" value="nithya_registry"/>
		   <param name="password" value="nithya"/>
		   <param name="schema" value="oracle"/>
		   <param name="schemaObjectPrefix" value="version_"/>
		   <param name="externalBLOBs" value="false"/>
	   </PersistenceManager>

    </Versioning>

    <SearchIndex
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
        <param name="path" value="${rep.home}/repository/index"/>
    </SearchIndex>
</Repository>

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