Details
-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.1.0.Beta2
-
Component/s: None
-
Labels:None
Description
In seam 2 you could do something like this:
<component name="repositoryConfiguration">
|
<property name="setupProperties">
|
<key>org.drools.repository.configurator</key><value>org.drools.repository.jackrabbit.JackrabbitRepositoryConfigurator</value>
|
<!-- the root directory for the repo storage the directory must exist. -->
|
<!-- <key>repository.root.directory</key><value>/opt/yourpath</value> -->
|
</property>
|
</component>
|
Patch + testcase: https://github.com/seam/config/pull/8
Please pull
Blocker for drools-guvnor upgrade to seam 3.