Hi,
I deployed jcr-ds.xml and jackrabbit-jca.rar (version 2.1.0) in JBoss
server, when I got the repository:
InitialContext ctx = new InitialContext();
Repository repository = (Repository)
ctx.lookup("java:jcr/local");
The repository is an instance of TransientReposity, I tried to find some
place to configure using BindableRepository. I guess its not in
repository.xml, how can I do ?
BR,
Archie
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/How-to-configure-using-BindableRepository-instead-of-TransientRepository-tp3176961p3176961.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.