Author: chris.laprun(a)jboss.com
Date: 2009-12-21 06:05:51 -0500 (Mon, 21 Dec 2009)
New Revision: 1097
Modified:
portal/branches/wsrp-integration/component/wsrp/src/test/resources/conf/test-configuration.xml
portal/branches/wsrp-integration/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml
Log:
- Fixed NPE at startup as name param was renamed to domain-name.
Modified:
portal/branches/wsrp-integration/component/wsrp/src/test/resources/conf/test-configuration.xml
===================================================================
---
portal/branches/wsrp-integration/component/wsrp/src/test/resources/conf/test-configuration.xml 2009-12-21
10:53:09 UTC (rev 1096)
+++
portal/branches/wsrp-integration/component/wsrp/src/test/resources/conf/test-configuration.xml 2009-12-21
11:05:51 UTC (rev 1097)
@@ -61,7 +61,7 @@
<type>org.exoplatform.commons.chromattic.ChromatticLifeCycle</type>
<init-params>
<value-param>
- <name>name</name>
+ <name>domain-name</name>
<value>wsrp</value>
</value-param>
<value-param>
Modified:
portal/branches/wsrp-integration/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml
===================================================================
---
portal/branches/wsrp-integration/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml 2009-12-21
10:53:09 UTC (rev 1096)
+++
portal/branches/wsrp-integration/web/portal/src/main/webapp/WEB-INF/conf/wsrp/wsrp-configuration.xml 2009-12-21
11:05:51 UTC (rev 1097)
@@ -50,7 +50,7 @@
<type>org.exoplatform.commons.chromattic.ChromatticLifeCycle</type>
<init-params>
<value-param>
- <name>name</name>
+ <name>domain-name</name>
<value>wsrp</value>
</value-param>
<value-param>
Show replies by date