[JBoss-user] [JNDI/Naming/Network] - Re: Binding objects in JNDI similar to Tomcat GlobalNamingRe

2006-06-08 Thread mmoales
dbevacqua, There was a bug in Jackrabbit 1.0 that prevented using the org.apache.jackrabbit.core.jndi.RegistryHelper to properly register the repository with a JNDI server. This should be fixed in in Jackrabbit 1.0.1. So, instead of trying to register the repository using GlobalNamingResources

[JBoss-user] [JNDI/Naming/Network] - Binding objects in JNDI similar to Tomcat GlobalNamingResour

2006-04-21 Thread mmoales
I'm trying to bind a Jackrabbit repository in JNDI under JBoss (4.0.3SP1). In the Jackrabbit documentation, they describe how to do this under tomcat using the GlobalNamingResources/Resource tags in server.xml and ResourceLink tag in context.xml. This all works fine. Now I want to do the same