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 - Handle IllegalStateException from XAM Model.endTransaction()
Summary: Handle IllegalStateException from XAM Model.endTransaction()
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on: 177636
Blocks:
  Show dependency tree
 
Reported: 2012-05-10 10:08 UTC by Svata Dedic
Modified: 2012-05-18 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed changes (20.22 KB, patch)
2012-05-10 10:08 UTC, Svata Dedic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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()