[Yanel-commits] rev 56543 - public/yanel/trunk/src/webapp/global-resource-configs

michi at wyona.com michi at wyona.com
Sat Feb 5 22:16:43 CET 2011


Author: michi
Date: 2011-02-05 22:16:43 +0100 (Sat, 05 Feb 2011)
New Revision: 56543

Added:
   public/yanel/trunk/src/webapp/global-resource-configs/generic-exception-handler_yanel-rc.xml
Log:
global resource config added

Added: public/yanel/trunk/src/webapp/global-resource-configs/generic-exception-handler_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/generic-exception-handler_yanel-rc.xml	                        (rev 0)
+++ public/yanel/trunk/src/webapp/global-resource-configs/generic-exception-handler_yanel-rc.xml	2011-02-05 21:16:43 UTC (rev 56543)
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="generic-exception-handler" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <views xmlns="http://www.wyona.org/yanel/rti/1.0">
+      <view id="default">
+        <xslt>rthtdocs:/exception-handler.xsl</xslt>
+        <mime-type>application/xhtml+xml</mime-type>
+      </view>
+      <view id="xml">
+        <mime-type>application/xml</mime-type>
+      </view>
+    </views>
+  </yanel:custom-config>
+</yanel:resource-config>



More information about the Yanel-commits mailing list