blob: 98f3b015a6bcb46f780300dbda18620f8e404fc6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache
License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
<jcr-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- define the default jcr implementation, to be used -->
<jcr-context name="default" />
<!-- This is the default implementation and uses the JackRabbit implementation as its default -->
<jcr name="default" class="org.ofbiz.jcr.loader.jackrabbit.JCRFactoryImpl" jndi-name="jcr/local" />
<!-- This is an example custom implementation and uses the class name specified as jcr implementation -->
<!-- <jcr name="myCustom" class="com.mycompany.jcr.MyCustomJCR"/> -->
<!-- jcr home directory -->
<home-dir path="runtime/data/jcr/" />
<!-- config file for thr jcr implementation -->
<config-file-path path="framework/jcr/config/jackrabbit.xml" />
<!-- jcr workspace credentials -->
<jcr-credentials username="system" password="ofbiz" />
</jcr-config>