Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2739 Add property to JCR config fixing Oracle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vrockai authored and bdaw committed Nov 27, 2012
1 parent c00a6f9 commit 03dd165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<property name="max-buffer-size" value="204800"/>
<property name="swap-directory"
value="${gatein.jcr.data.dir}/swap/portal-system${container.name.suffix}"/>
<property name="db-tablename-suffix" value="PSYSTEM"/>
</properties>
<value-storages>
<value-storage id="portal-system"
Expand Down Expand Up @@ -188,6 +189,7 @@
<property name="update-storage" value="true"/>
<property name="max-buffer-size" value="204800"/>
<property name="swap-directory" value="${gatein.jcr.data.dir}/swap/portal-work${container.name.suffix}"/>
<property name="db-tablename-suffix" value="PWORK"/>
</properties>
<value-storages>
<value-storage id="portal-work"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<property name="update-storage" value="true"/>
<property name="max-buffer-size" value="204800"/>
<property name="swap-directory" value="${gatein.jcr.data.dir}/swap/wsrp${container.name.suffix}"/>
<property name="db-tablename-suffix" value="WSRPSYS"/>
</properties>
<value-storages>
<value-storage id="wsrp-system"
Expand Down

0 comments on commit 03dd165

Please sign in to comment.