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 96531 - wsdl files from referenced projects should be accessible
Summary: wsdl files from referenced projects should be accessible
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 06:41 UTC by Nam Nguyen
Modified: 2008-04-02 08:54 UTC (History)
2 users (show)

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 Nam Nguyen 2007-02-26 06:41:54 UTC
- Create BPEL project.
- Create a new wsdl file with messages and operations
- Create XSLT project
- Create new xslt service wizard.

Note that the wizard has the pull-down menu for wsdl files selection that list
wsdl files from referenced projects.
Comment 1 Sergey Lunegov 2007-02-26 12:25:14 UTC
It's too risky to fix it before Beta. Not stopper. Will fix by FCS.
Comment 2 Alexei Mokeev 2007-03-05 17:22:38 UTC
Removed Beta EP551_WAIVER_APPROVED keyword - we are going forward to FCS.
Comment 3 Vladimir Yaroslavskiy 2007-03-15 11:02:22 UTC
Please provide API to get wsdl files from referenced projects.
Comment 4 Shivanand Kini 2007-03-15 19:48:57 UTC
The API is already provided to get all referenced projects
org.netbeans.modules.xml.catalogsupport.DefaultProjectCatalogSupport.getProjectReferences().


Getting the wsdl files in a project, is same as how you find wsdl files in
current project.

Comment 5 Vladimir Yaroslavskiy 2007-03-30 14:39:32 UTC
fixed.
Comment 6 nrsunil 2007-05-17 11:08:58 UTC
Verified in the build 200705160000 and observed that it works fine. Hence
marking the bug status as verified.