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, you can just call RegistryHelper.registerRepository method. You can have a look at the Jackrabbit bug here: http://issues.apache.org/jira/browse/JCR-411?page=comments#action_12413403 Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949938#3949938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949938 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
