8 messages in org.apache.jackrabbit.usersRe: How to configure jcr plugin to po...
FromSent OnAttachments
sudhirOct 10, 2007 2:01 am 
Felix MeschbergerOct 10, 2007 11:43 am 
Markus ReisOct 16, 2007 5:47 am 
Felix MeschbergerOct 18, 2007 6:20 am 
Markus ReisOct 18, 2007 6:48 am 
Felix MeschbergerOct 18, 2007 7:10 am 
Edgar PoceOct 18, 2007 10:17 am 
VpupkinNov 6, 2007 9:26 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: How to configure jcr plugin to point to existing repositoryActions...
From:Markus Reis (mark@researchstudio.at)
Date:Oct 16, 2007 5:47:59 am
List:org.apache.jackrabbit.users

Hi Felix,

if I try to connect (i.e. click on "Finish") to my jackrabbit repos (running on jboss) via rmi://localhost:1099/jcrServer (I also tried //localhost:1099/jcrServer in "Repository RMI URL" field), I get the following exception: javax.jcr.RepositoryException: non-JRMP server at remote endpoint: non-JRMP server at remote endpoint

I saw that some other people had the same problems, but couldn't find a solution.

My server environment (runs the repos): JBoss 4.0.5 jackrabbit 1.3.1 (including jca, jcr-rmi, webapp, etc.)

Client side: CRX Feature for Eclipse, Version 3.5.1

Did you already test with repositories running on JBoss?

many thanks, Markus

Felix Meschberger schrieb:

Hi,

Your existing repository must be exported via RMI. Then - in the Repository View (Use Window->Views->Other->Java Content Repository->Repository) - "create" a new repository accessible via RMI and enter the RMI URL. If you just enter the hostname and port (ala //host:port) and click on browse you see alist of RMI exported repositories (generally only one).

Also select the type of Repository, e.g. Jackrabbit 1 for any Jackrabbit version. At the bottom enter login details and a workspace to connect to, again use the browse button to select from a list of existing workspaces.

This should do the trick.

Regards Felix

Am Mittwoch, den 10.10.2007, 14:32 +0530 schrieb sudhir:

Hi..

Can anyone explain, how to configure JCR eclipse plug-in to point to my existing repository?

Thanks.