This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 212293

Summary: Handle IllegalStateException from XAM Model.endTransaction()
Product: javaee Reporter: Svata Dedic <sdedic>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 177636    
Bug Blocks:    
Attachments: Proposed changes

Description Svata Dedic 2012-05-10 10:08:05 UTC
Created attachment 119269 [details]
Proposed changes

Calls to XAM Model.endTransaction() should handle IllegalStateException; please review /apply / correct the attached patch, which attempts to handle exceptions from the endTransaction() in JSF.

For more information, please see isse #177636. Thanks.
Comment 1 Martin Fousek 2012-05-17 06:09:43 UTC
web-main #397b1bc4c27a
Comment 2 Martin Fousek 2012-05-17 06:17:22 UTC
Also fixed web.jsf.navigation in web-main #a9ebfba2620e.
Comment 3 Quality Engineering 2012-05-18 09:50:49 UTC
Integrated into 'main-golden', will be available in build *201205180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/397b1bc4c27a
User: Martin Fousek <marfous@netbeans.org>
Log: #212293 - Handle IllegalStateException from XAM Model.endTransaction()