2006/unicorn/conf/templates/errors en_io_error.vm,NONE,1.1 en_unmarshalling_error.vm,NONE,1.1

Update of /sources/public/2006/unicorn/conf/templates/errors
In directory hutz:/tmp/cvs-serv3626/conf/templates/errors

Added Files:
	en_io_error.vm en_unmarshalling_error.vm 
Log Message:


--- NEW FILE: en_unmarshalling_error.vm ---
<?xml version='1.0' encoding="utf-8"?>
    <observationresponse xmlns="http://www.w3.org/unicorn/observationresponse"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.w3.org/unicorn/observationresponse file:/home/jean/observer-response.xsd"> 
      <uri><![CDATA[$documentName]]></uri> 
      <checkedby>Unicorn</checkedby>
      <date>$date</date>
      <passed>false</passed>
      <result>
        <errors xml:lang="en">
          <errorcount>1</errorcount>
          <errorlist>
              <uri></uri>
              <errorcount>1</errorcount>
              <error>
                  <errortype>malformed_response</errortype>
                  <message>The response of this observer seems to be malformed</message>
                  <longmessage>
                      This is probably not your fault. You can contact the maintainer
                      of Unicorn and describe how you get this error.
                  </longmessage>
                  <longmessage>Sorry for the inconvenience.</longmessage>
              </error>
          </errorlist>
        </errors>
      </result>
    </observationresponse>

--- NEW FILE: en_io_error.vm ---
<?xml version='1.0' encoding="utf-8"?>
<observationresponse xmlns="http://www.w3.org/unicorn/observationresponse"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.w3.org/unicorn/observationresponse file:/home/jean/observer-response.xsd"> 
    <uri><![CDATA[$documentName]]></uri> 
    <checkedby>Unicorn</checkedby>
    <date>$date</date>
    <passed>false</passed>
    <result>
        <errors xml:lang="en">
            <errorcount>1</errorcount>
            <errorlist>
                <uri></uri>
                <errorcount>1</errorcount>
                <error>
                    <errortype>io</errortype>
                    <message>
                        An I/O exception occured during the call to this observer.
                    </message>
                    <longmessage>
                        This is probably not your fault.
                    </longmessage>
                    <longmessage>
                        This problem may appear
                        if the observer can't be contacted for some reason.
                    </longmessage>
                    <longmessage>
                        Another possibility is that the observer does not respect
                        the some specification to communicate with Unicorn.
                    </longmessage>
                    <longmessage>Sorry for the inconvenience.</longmessage>
                </error>
            </errorlist>
        </errors>
    </result>
</observationresponse>

Received on Thursday, 29 November 2007 10:50:39 UTC