RepositoryStub fails to load default properties file
----------------------------------------------------

                 Key: JCR-534
                 URL: http://issues.apache.org/jira/browse/JCR-534
             Project: Jackrabbit
          Issue Type: Bug
          Components: JCR TCK
            Reporter: Julian Reschke
            Priority: Minor


In org.apache.jackrabbit.test.getInstance(), the code tries to load the default 
config file using

  RepositoryStub.class.getClassLoader().getResourceAsStream(...)

I think this needs to be

  RepositoryStub.class.getResourceAsStream(...)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to