You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (Commented) (JIRA)" <ji...@apache.org> on 2012/01/19 14:31:38 UTC

[jira] [Commented] (JCR-3189) JCARepositoryManager.createNonTransientRepository throws NPE with no JCAManagedConnectionFactory.CONFIGFILE_KEY

    [ https://issues.apache.org/jira/browse/JCR-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189101#comment-13189101 ] 

Jukka Zitting commented on JCR-3189:
------------------------------------

Merged to the 2.4 branch revision 1233365.
                
> JCARepositoryManager.createNonTransientRepository throws NPE with no JCAManagedConnectionFactory.CONFIGFILE_KEY
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3189
>                 URL: https://issues.apache.org/jira/browse/JCR-3189
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jca
>    Affects Versions: 2.3.5
>            Reporter: Dave Brosius
>            Assignee: Claus Köll
>            Priority: Minor
>             Fix For: 2.4
>
>
> JCARepositoryManager.createNonTransientRepository fails if
> String configFile = parameters.get(JCAManagedConnectionFactory.CONFIGFILE_KEY);
> is null, because
> config = RepositoryConfig.create(configFile, homeDir);
> will always throw an NPE, perhaps the call should just be
> config = RepositoryConfig.create(homeDir);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira