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 61484 - Deadlock in commit validation
Summary: Deadlock in commit validation
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2005-07-27 23:14 UTC by Jesse Glick
Modified: 2005-11-10 16:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (26.87 KB, text/plain)
2005-07-27 23:15 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-07-27 23:14:34 UTC
WsdlDataLoader.createMultiObject may not call FileOwnerQuery.getOwner in its
dynamic scope.
Comment 1 Jesse Glick 2005-07-27 23:15:01 UTC
Created attachment 23333 [details]
Thread dump
Comment 2 Jesse Glick 2005-07-29 04:37:11 UTC
Happened to me again.
Comment 3 Milan Kuchtiak 2005-09-05 10:43:02 UTC
Fixed.
Test on WS Client removed from WsdlDataObject constructor.

Diff:
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/wsdl/WsdlDataObject.java?r1=1.18&r2=1.19
Comment 4 Lukas Jungmann 2005-11-10 16:20:29 UTC
v.