Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing XPathException not reported #41

Closed
dizzzz opened this issue Oct 12, 2013 · 2 comments
Closed

Throwing XPathException not reported #41

dizzzz opened this issue Oct 12, 2013 · 2 comments
Assignees

Comments

@dizzzz
Copy link
Member

dizzzz commented Oct 12, 2013

When a java-function throws a XPathException, it is not visible in the UI;
only the log file might give a hint.....

@ghost ghost assigned wolfgangmm Oct 12, 2013
@dizzzz
Copy link
Member Author

dizzzz commented Oct 12, 2013

work around:

    } catch (XPathException ex) {
        LOG.error(ex.getMessage());
        ex.setLocation(this.line, this.column, this.getSource());
        throw ex;
    }

@wolfgangmm
Copy link
Member

Should be fixed by ef16820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants