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 192473 - java.lang.IllegalStateException: The current thread is not running userActionTask()
Summary: java.lang.IllegalStateException: The current thread is not running userAction...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 14:37 UTC by Denis Anisimov
Modified: 2010-11-27 06:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (1.73 KB, text/plain)
2010-11-25 14:37 UTC, Denis Anisimov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Anisimov 2010-11-25 14:37:20 UTC
Created attachment 103327 [details]
stacktrace

- Create Web project .
- Create Entity .
- Invoke RESTful from Entity wizard dialog.

Sometimes java.lang.IllegalStateException is thrown .
This is result of access to metamodel out of user action task.
See exception attached.
Comment 1 Denis Anisimov 2010-11-26 07:23:57 UTC
changeset:   183176:9ed3fe925d0a
tag:         tip
user:        Denis Anisimov <ads@netbeans.org>
date:        Fri Nov 26 10:21:02 2010 +0300
summary:     Fix for BZ#192473 -  java.lang.IllegalStateException: The current thread is not running userActionTask()
Comment 2 Quality Engineering 2010-11-27 06:27:44 UTC
Integrated into 'main-golden', will be available in build *201011270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9ed3fe925d0a
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#192473 -  java.lang.IllegalStateException: The current thread is not running userActionTask()