Both the JNDIDatabaseFileSystem and JNDIDatabasePersistenceManager need to 
create InitialContext with jndi.properties
---------------------------------------------------------------------------------------------------------------------

                 Key: JCR-1723
                 URL: https://issues.apache.org/jira/browse/JCR-1723
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
    Affects Versions: core 1.4.5
            Reporter: Kevin McKee
            Priority: Critical


Both the JNDIDatabaseFileSystem and JNDIDatabasePersistenceManager create an 
initial context by doing the following:

InitialContext ic = new InitialContext();

They should both allow the initial context to be created with specified 
jndi.properties or to be able to look up jndi.properties by default on the 
classpath.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to