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 79079 - Async project is broken
Summary: Async project is broken
Status: CLOSED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 13:20 UTC by Mikhail Kondratyev
Modified: 2006-07-26 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kondratyev 2006-06-26 13:20:19 UTC
The Async project is displayed incorrect 
Steps to reproduce:
 - create a new Async project
 - open it in designer

The partner links contents will not be shown, the links between the project and
the partnerLink will not be shown.
Comment 1 Andrey Yamkovoy 2006-06-27 13:21:25 UTC
It seems the problem is incorrect namespace in import.
Now:
<import namespace="http://www.mycomp.org/SynchronousSample" 
location="AsynchronousSample.wsdl" 
importType="http://schemas.xmlsoap.org/wsdl/"/>

Should be:
<import namespace="http://www.mycomp.org/AsynchronousSample" 
location="AsynchronousSample.wsdl" 
importType="http://schemas.xmlsoap.org/wsdl/"/>
Comment 2 Michael Frisino 2006-07-16 23:37:41 UTC
this is fixed. Problem was in namespace declaration. Was not showing up as a
problem in TPR3 because TPR3 had two algorithms for import resolution. In Beta
we removed one algorithm and now the incorrect namespace was detected.
Comment 3 Mikhail Kondratyev 2006-07-24 11:18:39 UTC
Verified in build from 060723
Comment 4 Mikhail Kondratyev 2006-07-24 11:57:44 UTC
Changing state to Verified
Comment 5 _ hong_lin 2006-07-26 21:06:24 UTC
Verified in build 060725 as well.