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 142879 - Added Referenced Resource does not show up
Summary: Added Referenced Resource does not show up
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 07:54 UTC by trondstromme
Modified: 2008-10-21 23:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
build version file (104 bytes, text/plain)
2008-08-05 09:19 UTC, trondstromme
Details
test projects (11.35 KB, text/plain)
2008-08-05 09:23 UTC, trondstromme
Details

Note You need to log in before you can comment on or make changes to this bug.
Description trondstromme 2008-08-05 07:54:48 UTC
Created two BPEL projects, one contains an XSD and a WSDL.
Adding a reference to the XSD or WSDL from the other BPEL project does not work.
Comment 1 trondstromme 2008-08-05 07:56:10 UTC
Version information:
Product Version: NetBeans IDE 6.1 (Build 200805300101)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1252; no_NO (nb)
Userdir: C:\openesb20080729\.netbeans\openesb

This is the OpenESB/NetBeans bundle as of 2008.07.29
Comment 2 Vladimir Yaroslavskiy 2008-08-05 08:36:57 UTC
This feature was implemented in July, 2008.
You are trying the build from May, 2008.
Comment 3 Vladimir Yaroslavskiy 2008-08-05 08:38:54 UTC
to be clear, please attach the file <netbeans>/platform8/build_number
Comment 4 Vladimir Yaroslavskiy 2008-08-05 08:42:42 UTC
Anyway, please, provide *detailed* steps to reproduce, such as:

1. Open/create a projects
2. Create a files
3. ...

Also, provide a projects and screenshots.

Thanks,
Comment 5 trondstromme 2008-08-05 09:19:37 UTC
Created attachment 66563 [details]
build version file
Comment 6 trondstromme 2008-08-05 09:23:57 UTC
Created attachment 66564 [details]
test projects
Comment 7 Vladimir Yaroslavskiy 2008-08-05 09:32:17 UTC
I see, that you use right sierra build: 20080729_1321, the latest.
Please provide steps to reproduce with screen shots.
Comment 8 trondstromme 2008-08-05 09:33:02 UTC
steps to reproduce:
create BPEL project test1
Create BPEL project BpelModule2
Create xsd in bpelmodule2
try to add "Add Project Resource" in test1 from bpelmodule2
nothing shows up (a + is added to the Referenced Resources folder, but it is empty)
create wsdl in BpelModule2
try to add "Add Project Resource" in test1 from bpelmodule2
nothing shows up 
Comment 9 Vladimir Yaroslavskiy 2008-08-05 11:18:22 UTC
I investigated and found that referenced resource works for wsdl, but doesn't work for xsd.
will be fixed.
Comment 10 Vladimir Yaroslavskiy 2008-08-05 13:53:11 UTC
fixed in soa-dev: eefdc6b85f4a
Comment 11 ggenipudi 2008-10-21 23:53:40 UTC
tested and verified using  NetBeans IDE 6.1 (Build 200810140114) and the xsd and WSDL reference work.