[jbosstools-issues] [JBoss JIRA] (JBIDE-10913) Command execution interrupted: Execution context is null

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Wed Feb 15 10:48:36 EST 2012


Dmitry Geraskov created JBIDE-10913:
---------------------------------------

             Summary: Command execution interrupted: Execution context is null
                 Key: JBIDE-10913
                 URL: https://issues.jboss.org/browse/JBIDE-10913
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: hibernate
    Affects Versions: 3.3.0.M4
            Reporter: Dmitry Geraskov
            Assignee: Dmitry Geraskov
             Fix For: 3.3.0.Beta1


org.hibernate.console.HibernateConsoleRuntimeException: Command execution interrupted: Execution context is null, 'Hibernate3.5' console configuration is closed.
	at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:75)
	at org.hibernate.eclipse.console.workbench.ConsoleConfigurationWorkbenchAdapter.getChildren(ConsoleConfigurationWorkbenchAdapter.java:41)
	at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.getChildren(BasicWorkbenchAdapter.java:100)
	at org.hibernate.eclipse.console.workbench.BasicWorkbenchAdapter.fetchDeferredChildren(BasicWorkbenchAdapter.java:106)
	at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:235)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

The reason is:
One process is building Configuration (through ConsoleConfiguration#execute(Command))
Another process clears execution context.

Need to synchronize the methods.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list