You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Veresh Jain (JIRA)" <ji...@apache.org> on 2010/07/19 22:36:52 UTC

[jira] Updated: (ODE-874) Server should log the error for the fault and also point the position of fault (instance details)

     [ https://issues.apache.org/jira/browse/ODE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Veresh Jain updated ODE-874:
----------------------------

    Attachment: ODE-874.patch

Attach patch will give WARN message in case of catchAll.

Following message will get displayed when catchAll is encountered.


[SCOPE] ({OScope 'Main' id=33},TerminationChannel#14,ParentScopeChannel#16): has a fault handler for {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure: {OCatch faultName=null, faultVariable=null} , _fault data : FaultData: [faultName={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure, faulType=null (An exception occured while evaluating "{OXPath10Expression current-dateTime() - "2010-07-13T12:00:00"}": Error while executing an XPath expression: net.sf.saxon.trans.XPathException: Arithmetic operator is not defined for arguments of types (xs:dateTime, xs:string))] @61 


Hopefully my explanation of problem is sufficient.

> Server should log the error for the fault and also point the position of fault (instance details)
> -------------------------------------------------------------------------------------------------
>
>                 Key: ODE-874
>                 URL: https://issues.apache.org/jira/browse/ODE-874
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>    Affects Versions: 1.3.4
>            Reporter: Veresh Jain
>         Attachments: ODE-874.patch
>
>
> Server should log the error for the fault and also point the position of fault (instance details) be default currently we have to turn the debug logging and after that for <bpel:faultHandlers> expression it gives following message
> [SCOPE] ({OScope 'Main' id=33},TerminationChannel#14,ParentScopeChannel#16): has a fault handler for {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure: {OCatch faultName=null, faultVariable=null} 
> This doesn't help in debugging.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.