[
https://issues.apache.org/jira/browse/JXPATH-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Bourg updated JXPATH-131:
----------------------------------
Fix Version/s: (was: 1.3)
post-1.3
> Bean exception handling
> -----------------------
>
> Key: JXPATH-131
> URL: https://issues.apache.org/jira/browse/JXPATH-131
> Project: Commons JXPath
> Issue Type: Improvement
> Affects Versions: 1.2 Final, 1.3
> Environment: Many
> Reporter: Gabriel Buades Rubio
> Fix For: post-1.3
>
> Attachments: patch.diff, patch.test.diff
>
>
> When an exception is thrown from a bean getter method, or a Collection size()
> method, this exception is simply ignored.
> I've improved this behavior, by allowing a new setIgnoreExceptions(boolean
> ignoreExceptions) method on JXPathContext.
> When you set ignoreExceptions to false, any exception thrown will be reported
> to the client application.
> When you do not set ignoreExceptions, any exception will be ignored as usual
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.