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 73531 - IllegalStateException while closing PU
Summary: IllegalStateException while closing PU
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-03-12 22:25 UTC by Lukas Jungmann
Modified: 2006-08-07 10:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thrown exception (1.44 KB, text/plain)
2006-03-12 22:28 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2006-03-12 22:25:55 UTC
-create new PU in ejb module
-create new entity class
-create new MDB
-close PU - press Discard in "Save" dialog (issue 73530)

=> java.lang.IllegalStateException: BaseDocument.write()
        at org.openide.text.CloneableEditorSupport.getInputStream(CloneableEdito
rSupport.java:1245)
        at org.netbeans.modules.xml.multiview.XmlMultiViewEditorSupport.getInput
Stream(XmlMultiViewEditorSupport.java:148)
        at org.netbeans.modules.j2ee.persistence.unit.PUDataObject.parseDocument
(PUDataObject.java:88)
...
Comment 1 Lukas Jungmann 2006-03-12 22:28:03 UTC
Created attachment 29219 [details]
thrown exception
Comment 2 Erno Mononen 2006-05-10 08:31:29 UTC
Seems to be fixed, possibly by fix for issue 74073.
Comment 3 Lukas Jungmann 2006-08-07 10:42:20 UTC
Didn't see it for a long time too.