Author: crossley
Date: Wed Aug 9 21:09:40 2006
New Revision: 430235
URL: http://svn.apache.org/viewvc?rev=430235&view=rev
Log:
One demonstration of using Cocoon "running modes" to get a property into xconf.
See FOR-917
Modified:
forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties
forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
Modified: forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties?rev=430235&r1=430234&r2=430235&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties (original)
+++ forrest/trunk/main/webapp/WEB-INF/properties/dev/core.properties Wed Aug 9
21:09:40 2006
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# FIXME: FOR-
+# FIXME: FOR-917
# Testing gettting a property into forrest-core.xconf
-# Try "10" for maximum messages.
+# Try "10" for maximum messages from the catalog entity resolver.
org.apache.xml.resolver.verbosity=1
Modified: forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=430235&r1=430234&r2=430235&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/xconf/forrest-core.xconf Wed Aug 9
21:09:40 2006
@@ -357,7 +357,10 @@
+-->
<entity-resolver logger="core.resolver">
<parameter name="catalog" value="resources/schema/catalog.xcat"/>
+<!-- See FOR-917 testing new Cocoon "running modes"
<parameter name="verbosity" value="1"/>
+-->
+ <parameter name="verbosity" value="${org.apache.xml.resolver.verbosity}"/>
</entity-resolver>
<!--+