OK so I have given up on trying to access it using JNDI like all these other
examples seem to do and I am now going to use RMI.

The following like just works... even though I think its doing more work
under the hood that is probably required?  I think from what I a have read
is that if I could have gotten the JDNI thing to work then it would send
less messages to jackrabbit than if I am using RMI. Is am correct?

            Repository repo = new
URLRemoteRepository("http://localhost:8080/jackrabbit/rmi";);

Cheers,
Kent.
-- 
View this message in context: 
http://www.nabble.com/JNDI-and-Jackrabbit-tp25101779p25102476.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to