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 153317 - D'n'D of wsdl from WLM project on BPEL diagram should create import correctly
Summary: D'n'D of wsdl from WLM project on BPEL diagram should create import correctly
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-17 13:26 UTC by Vladimir Yaroslavskiy
Modified: 2008-11-19 12:26 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 Vladimir Yaroslavskiy 2008-11-17 13:26:23 UTC
D'n'D of wsdl from WLM project on BPEL diagram should create import correctly:
<import namespace="..." location="WorklistApp1/newWSDL.wsdl" importType="..."/>
instead of
<import namespace="..." location="../../../WorklistApp1/src/newWSDL.wsdl" importType="..."/>
Comment 1 Vladimir Yaroslavskiy 2008-11-17 13:43:40 UTC
fixed: http://hg.netbeans.org/soa-dev/rev/3914e2cdcce5
Comment 2 ggenipudi 2008-11-18 18:32:36 UTC
Please attach project and steps to verify the fix.
Comment 3 Vladimir Yaroslavskiy 2008-11-19 12:26:15 UTC
Steps to verify:

1. Take the latest soa-dev build, not soarelease from beryl
2. Create new SOA | Worklist Module "WorklistApp1"
3. Create new SOA | Samples | Synchronous BPEL Process project "Synchronous"
4. Create new abstract WSDL document in "WorklistApp1" project
5. Open BPEL diagram in "Synchronous" project
6. D'n'D created wsdl "newWSDL.wsdl" from "WorklistApp1" project on BPEL diagram on the left side
7. Switch to source of Synchronous.bpel file

check that new created import (~line 50) has location "WorklistApp1/newWSDL.wsdl",
not "../../../WorklistApp1/src/newWSDL.wsdl" importType="..."