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 162206 - IllegalStateException: Current thread has already started a transaction
Summary: IllegalStateException: Current thread has already started a transaction
Status: CLOSED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: XAM (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 11:59 UTC by matusdekanek
Modified: 2013-05-15 15:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149161


Attachments
stacktrace (7.56 KB, text/plain)
2009-04-08 11:59 UTC, matusdekanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2009-04-08 11:59:10 UTC
Build: NetBeans IDE Dev (Build 200904080201)
VM: Java HotSpot(TM) Client VM, 14.0-b12, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b03
OS: Linux, 2.6.27-11-generic, i386

User Comments:
matusdekanek: adding a web service client into maven web project(no web server set)



Stacktrace: 
java.lang.IllegalStateException: Current thread has already started a transaction
        at org.netbeans.modules.xml.xam.AbstractModel.startTransaction(AbstractModel.java:346)
        at org.netbeans.modules.xml.xam.AbstractModel.startTransaction(AbstractModel.java:341)
        at org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:317)
        at org.netbeans.modules.maven.jaxws.wizards.JaxWsClientCreator.createClient(JaxWsClientCreator.java:152)
        at org.netbeans.modules.websvc.core.client.wizard.WebServiceClientWizardIterator.instantiate(WebServiceClientWizardIterator.java:127)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
Comment 1 matusdekanek 2009-04-08 11:59:15 UTC
Created attachment 79715 [details]
stacktrace
Comment 2 Svata Dedic 2013-05-14 14:24:53 UTC
Seems obsolete; code in maven utilities has changed since then
Comment 3 matusdekanek 2013-05-15 15:12:37 UTC
Agreed.