[
https://issues.apache.org/jira/browse/PIVOT-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808217#comment-13808217
]
Roger Whitcomb commented on PIVOT-924:
--------------------------------------
Committed a modified version of the patch to trunk:
Sending core\src\org\apache\pivot\beans\BXMLSerializer.java
Transmitting file data .
Committed revision 1536829.
> Standard handling of exceptions in BXMLSerializer
> -------------------------------------------------
>
> Key: PIVOT-924
> URL: https://issues.apache.org/jira/browse/PIVOT-924
> Project: Pivot
> Issue Type: Improvement
> Components: core-serialization
> Affects Versions: 2.0.3
> Reporter: Karel Hübl
> Assignee: Roger Whitcomb
> Fix For: 2.0.4, 2.1
>
> Attachments: patch_trunk_rev1534200
>
>
> We require handling of all uncaught exceptions using standard mechanism
> (implementing UncaughtExceptionHandler interface on PivotApplication class).
> Similar to recently resolved https://issues.apache.org/jira/browse/PIVOT-916,
> it is currently not possible also in BXMLSerializer class. To resolve this, I
> would propose to:
> 1) Handle all exception reporting in BXMLSerializer in single protected
> method to enable overriding this method in BXMLSerializer descendant. I will
> upload patch for this.
> 2) Change scope of static ApplicationContext.handleUncaughtException method
> to public. This will enable the delegation of exception handling from
> BXMLSerializer descendants to ApplicationContext. So hacks like this
> http://svn.codespot.com/a/apache-extras.org/pivot-contrib/trunk/pivot_contrib.util/src/pivot_contrib/util/serializer/InjectingSerializer.java
> wont be required anymore ;-).
> Please let me know, if someone can see more elegant solution.
--
This message was sent by Atlassian JIRA
(v6.1#6144)