You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Ken Yue (JIRA)" <ji...@apache.org> on 2009/09/15 18:53:57 UTC

[jira] Created: (JCR-2305) org.apache.jackrabbit.jcr2spi.RepositoryImpl$Factory is expecting a non-existing javax.naming.spi.ObjectFactory implementation

org.apache.jackrabbit.jcr2spi.RepositoryImpl$Factory is expecting a non-existing javax.naming.spi.ObjectFactory implementation
------------------------------------------------------------------------------------------------------------------------------

                 Key: JCR-2305
                 URL: https://issues.apache.org/jira/browse/JCR-2305
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-spi2dav
    Affects Versions: 2.0-alpha9
            Reporter: Ken Yue


org.apache.jackrabbit.jcr2spi.RepositoryImpl.java is expecting (lines 249-251) an javax.naming.spi.ObjectFactory implementation that returns an org.apache.jackrabbit.jcr2spi.config.RepositoryConfig object (lines 267-269) in its getObjectInstance() method, but no such implementation exists in either the org.apache.jackrabbit.jcr2spi or org.apache.jackrabbit.spi2davex or org.apache.jackrabbit.client packages.

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