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.