Jason E Bailey created OAK-3064: ----------------------------------- Summary: Oak Run Main.java passing values in the wrong order Key: OAK-3064 URL: https://issues.apache.org/jira/browse/OAK-3064 Project: Jackrabbit Oak Issue Type: Bug Reporter: Jason E Bailey Priority: Minor
in org.apache.jackrabbit.oak.run.Main.java on line 952 the following method is being called: RepositoryContext.create(RepositoryConfig.create(dir, xml)); The RepositoryConfig method signature is `create(File xml, File dir)` this is creating an error when running the upgrade process. -- This message was sent by Atlassian JIRA (v6.3.4#6332)