Can someone plese tell me what this error means?
Type class org.orbeon.oxf.common.ValidationException Message Condition failed for every branch of choose: [(string-length(/request/request-path) >= 4 and substring(/request/request-path, string-length(/request/request-path) - 3, 4) = '.css') or (string-length(/request/request-path) >= 3 and substring(/request/request-path, string-length(/request/request-path) - 2, 3) = '.js'), (/request/request-path = '/'), (/request/request-path = '/front-page'), (/request/request-path = '/model-only'), (/request/request-path = '/model-with-view'), (/request/request-path = '/xforms-with-model'), (/request/request-path = '/xforms-with-model-and-view'), (/request/request-path = '/xforms-with-view'), (/request/request-path = '/oxf-theme/orbeon-layout.cssd')] : Condition failed for every branch of choose: [(string-length(/request/request-path) >= 4 and substring(/request/request-path, string-length(/request/request-path) - 3, 4) = '.css') or (string-length(/request/request-path) >= 3 and substring(/request/request-path, string-length(/request/request-path) - 2, 3) = '.js'), (/request/request-path = '/'), (/request/request-path = '/front-page'), (/request/request-path = '/model-only'), (/request/request-path = '/model-with-view'), (/request/request-path = '/xforms-with-model'), (/request/request-path = '/xforms-with-model-and-view'), (/request/request-path = '/xforms-with-view'), (/request/request-path = '/oxf-theme/orbeon-layout.cssd')] -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
I see this for HTTP 404 like errors -- there is no match in the
request to any element in your page-flow.xml file. It looks like there is no target that meets the condition of your branch. --Hank UCSB ----- Original Message ----- From: <[hidden email]> To: <[hidden email]> Sent: Wednesday, September 27, 2006 10:57 AM Subject: [ops-users] Validation Error > Can someone plese tell me what this error means? > > Type class org.orbeon.oxf.common.ValidationException > Message Condition failed for every branch of choose: [(string-length(/request/request-path) >= 4 and > substring(/request/request-path, string-length(/request/request-path) - 3, 4) = '.css') or (string-length(/request/request-path) > >= 3 and substring(/request/request-path, string-length(/request/request-path) - 2, 3) = '.js'), (/request/request-path = '/'), > (/request/request-path = '/front-page'), (/request/request-path = '/model-only'), (/request/request-path = '/model-with-view'), > (/request/request-path = '/xforms-with-model'), (/request/request-path = '/xforms-with-model-and-view'), (/request/request-path = > '/xforms-with-view'), (/request/request-path = '/oxf-theme/orbeon-layout.cssd')] : Condition failed for every branch of choose: > [(string-length(/request/request-path) >= 4 and substring(/request/request-path, string-length(/request/request-path) - 3, 4) = > '.css') or (string-length(/request/request-path) >= 3 and substring(/request/request-path, string-length(/request/request-path) - > 2, 3) = '.js'), (/request/request-path = '/'), (/request/request-path = '/front-page'), (/request/request-path = '/model-only'), > (/request/request-path = '/model-with-view'), (/request/request-path = '/xforms-with-model'), (/request/request-path = > '/xforms-with-model-and-view'), (/request/request-path = '/xforms-with-view'), (/request/request-path = > '/oxf-theme/orbeon-layout.cssd')] > > -------------------------------------------------------------------------------- > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |