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 236472 - IllegalStateException: The current thread is not running userActionTask()
Summary: IllegalStateException: The current thread is not running userActionTask()
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 13:57 UTC by janario
Modified: 2014-07-09 15:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204204


Attachments
stacktrace (3.15 KB, text/plain)
2013-09-27 13:58 UTC, janario
Details
stacktrace (3.07 KB, text/plain)
2013-09-27 18:09 UTC, skygo
Details
stacktrace (3.15 KB, text/plain)
2013-09-30 12:54 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-09-27 13:57:59 UTC
Build: NetBeans IDE Dev (Build 20130927-2b3e6805eee2)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
janario: .




Stacktrace: 
java.lang.IllegalStateException: The current thread is not running userActionTask()
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.assertUserActionTaskThread(AnnotationModelHelper.java:316)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.getAnnotationScanner(AnnotationModelHelper.java:294)
   at org.netbeans.modules.j2ee.persistenceapi.metadata.orm.annotation.EntityMappingsImpl$EntityProvider.createInitialObjects(EntityMappingsImpl.java:402)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.PersistentObjectManager.ensureInitialized(PersistentObjectManager.java:122)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.PersistentObjectManager.getObjects(PersistentObjectManager.java:101)
   at org.netbeans.modules.j2ee.persistenceapi.metadata.orm.annotation.EntityMappingsImpl.getEntity(EntityMappingsImpl.java:349)
Comment 1 janario 2013-09-27 13:58:00 UTC
Created attachment 140560 [details]
stacktrace
Comment 2 skygo 2013-09-27 18:09:44 UTC
Created attachment 140578 [details]
stacktrace

Using New Message-Driver Bean wizard during review of section 
Creating the Message-Driven Bean in Creating an Enterprise Application Using Maven
Comment 3 janario 2013-09-30 12:54:49 UTC
Created attachment 140651 [details]
stacktrace

.
Comment 4 Sergey Petrov 2013-10-01 11:08:40 UTC
http://hg.netbeans.org/web-main/rev/1e8350a459e0
Comment 5 Quality Engineering 2013-10-02 01:40:08 UTC
Integrated into 'main-silver', will be available in build *201310020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1e8350a459e0
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: #236472 fix