History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-679
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Thierry Delprat
Reporter: Thierry Delprat
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

Use Seam Exception mechanism instead of nuxeo's custom interceptor

Created: 28/02/07 17:10   Updated: 13/06/07 02:32
Component/s: Web UI
Affects Version/s: None
Fix Version/s: 5.1.RC

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 2 days
Time Spent - 1 day Remaining Estimate - 2 days
Time Spent: 1 day
Time Spent - 1 day Remaining Estimate - 2 days

Issue Links:
Dependency

Resolution Date: 13/06/07 02:32
Require Callback: No
Participants: Brice Chaffangeon and Thierry Delprat
Date of First Response: 28/02/07 17:22
Tags:


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order

Brice Chaffangeon - 01/03/07 09:41
See Seam Forum : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101022

Gavin says :

Note that Seam 1.1.6 is not completely backward-compatible with 1.1.5. Obviously I regret making breaking changes in a point release, but in this case it was the right thing to do.

Migration guide:
==========
(1) exceptions.xml and events.xml have been deprecated - exception mappings should go in pages.xml, and event listeners should go in components.xml

(2) Exception handlers @Render and < render/> are no longer supported

(3) Exception handler messages should be defined in a < message> tag

(4) The signature of the Seam/Security authenticate method changed, please see the documentation

Thierry Delprat - 12/06/07 00:38
We will probably switch to a custom Nuxeo exception filter : Seam 1.1.5 : execption handling does not work
  - exception is not save by Seam ExceptionRedirector => can't display anything in the error page
  - Runtime Errors are not trapped

Thierry Delprat - 13/06/07 02:32
Works for now, still needs some tuning but it will be done in an other task :)