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 106305 - IllegalStateException while editing bpel code in source tab
Summary: IllegalStateException while editing bpel code in source tab
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 18:04 UTC by Murali Pottlapelli
Modified: 2007-09-04 11:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (19.56 KB, application/octet-stream)
2007-06-11 18:05 UTC, Murali Pottlapelli
Details
corrected attachement (22.57 KB, application/octet-stream)
2007-06-11 19:54 UTC, Murali Pottlapelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murali Pottlapelli 2007-06-11 18:04:25 UTC
1. open parenBP.bpel in the attached project
2. Go to line 166
3. delte isolated="no"
4. Save the file using "save" button on tool bar it runs into this error.
where as Ctrl + S there is no issue.

java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be
called from AWT thread only, see http://core.netbeans.org/proposals/threading/
	at
org.netbeans.core.windows.WindowManagerImpl.assertEventDispatchThreadWeak(WindowManagerImpl.java:1432)
	at
org.netbeans.core.windows.WindowManagerImpl.findTopComponent(WindowManagerImpl.java:213)
	at
org.netbeans.modules.bpel.xpath.view.output.ResultWindow.getInstance(ResultWindow.java:75)
	at
org.netbeans.modules.bpel.xpath.view.output.DesignContextSynchronizationListener.hasView(DesignContextSynchronizationListener.java:121)
	at
org.netbeans.modules.bpel.xpath.view.output.DesignContextSynchronizationListener.handleChangeEvent(DesignContextSynchronizationListener.java:102)
	at
org.netbeans.modules.bpel.xpath.view.output.DesignContextSynchronizationListener.notifyPropertyUpdated(DesignContextSynchronizationListener.java:75)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventSupport.notifyChangeEvent(ChangeEventSupport.java:176)
	at
org.netbeans.modules.bpel.model.api.events.ChangeEventSupport.fireChangeEvent(ChangeEventSupport.java:152)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl$Transaction.commitEvents(BpelModelImpl.java:920)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl$Transaction.end(BpelModelImpl.java:832)
	at
org.netbeans.modules.bpel.model.impl.BpelModelImpl.writeUnlock(BpelModelImpl.java:663)
	at org.netbeans.modules.bpel.model.impl.BpelModelImpl.sync(BpelModelImpl.java:392)
	at
org.netbeans.modules.bpel.core.BPELDataEditorSupport.syncModel(BPELDataEditorSupport.java:154)
	at
org.netbeans.modules.bpel.core.BPELDataEditorSupport.saveDocument(BPELDataEditorSupport.java:143)
	at org.netbeans.modules.bpel.core.BPELDataObject$1.save(BPELDataObject.java:123)
	at org.netbeans.core.NbTopManager.saveAll(NbTopManager.java:261)
	at org.netbeans.core.NbTopManager.access$300(NbTopManager.java:68)
	at org.netbeans.core.NbTopManager$NbLifecycleManager.saveAll(NbTopManager.java:418)
	at org.openide.actions.SaveAllAction.performAction(SaveAllAction.java:81)
	at
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:96)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.actionPerformed(ActionsBridge.java:89)
	at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:82)
	at
org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:30)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.doRun(ActionsBridge.java:80)
	at org.netbeans.modules.openide.util.ActionsBridge$1.run(ActionsBridge.java:49)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Murali Pottlapelli 2007-06-11 18:05:08 UTC
Created attachment 43515 [details]
project
Comment 2 Sergey Lunegov 2007-06-11 18:17:15 UTC
Alexander, please look at this issue. It can be related to 87550.
Comment 3 Murali Pottlapelli 2007-06-11 19:54:25 UTC
Created attachment 43518 [details]
corrected attachement
Comment 4 Alexander Zgursky 2007-07-11 11:24:13 UTC
Works for me in build 060721. Probably, it was fixed as a part of another fix.
Please, feel free to reopen the issue if you still can reproduce it, providing some more details.
Comment 5 Andrei Chistiakov 2007-09-04 11:09:34 UTC
Not reproducible in build 200709031200.