Author: julien_viet
Date: 2010-02-08 20:12:39 -0500 (Mon, 08 Feb 2010)
New Revision: 1569
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
- for now disable the root /production as it leads to concurrency issues
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml 2010-02-09
00:13:13 UTC (rev 1568)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/application-registry-configuration.xml 2010-02-09
01:12:39 UTC (rev 1569)
@@ -551,8 +551,10 @@
</values-param>
<properties-param>
<name>options</name>
- <property name="org.chromattic.api.Option.root_node.path"
value="/production"/>
- <property name="org.chromattic.api.Option.root_node.create"
value="true"/>
+ <!--<property name="org.chromattic.api.Option.root_node.path"
value="/production"/>-->
+ <!--<property name="org.chromattic.api.Option.root_node.create"
value="true"/>-->
+ <property name="org.chromattic.api.Option.root_node.path"
value="/"/>
+ <property name="org.chromattic.api.Option.root_node.create"
value="false"/>
</properties-param>
</init-params>
</component-plugin>
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-02-09
00:13:13 UTC (rev 1568)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml 2010-02-09
01:12:39 UTC (rev 1569)
@@ -222,8 +222,10 @@
</values-param>
<properties-param>
<name>options</name>
- <property name="org.chromattic.api.Option.root_node.path"
value="/production"/>
- <property name="org.chromattic.api.Option.root_node.create"
value="true"/>
+ <!--<property name="org.chromattic.api.Option.root_node.path"
value="/production"/>-->
+ <!--<property name="org.chromattic.api.Option.root_node.create"
value="true"/>-->
+ <property name="org.chromattic.api.Option.root_node.path"
value="/"/>
+ <property name="org.chromattic.api.Option.root_node.create"
value="false"/>
</properties-param>
</init-params>
</component-plugin>
Show replies by date