Skip to content

Commit

Permalink
explicitly use the modeshape config off of the classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 7, 2013
1 parent 7bc9e57 commit a438fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/main/resources/spring/repo.xml
Expand Up @@ -12,7 +12,7 @@

<bean name="modeshapeRepofactory"
class="org.fcrepo.spring.ModeShapeRepositoryFactoryBean">
<property name="repositoryConfiguration" value="${fcrepo.modeshape.configuration:/config/repository.json}"/>
<property name="repositoryConfiguration" value="${fcrepo.modeshape.configuration:classpath:/config/repository.json}"/>
</bean>

<bean class="org.modeshape.jcr.JcrRepositoryFactory"/>
Expand Down

0 comments on commit a438fd5

Please sign in to comment.