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 153469 - Imports doesn't work correctly for the project referenced resources
Summary: Imports doesn't work correctly for the project referenced resources
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 15:57 UTC by Vitaly Bychkov
Modified: 2009-04-21 23:58 UTC (History)
1 user (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 Vitaly Bychkov 2008-11-19 15:57:22 UTC
Steps to reproduce:

- Create XSLT project
- create BPEL Synchronous Sample project (just to provide wsdls and xsds artifacts)
- add into transformmap import of the Synchronous.wsdl wihch is located in Synchronous project
- go to the transformmap source:
the import location value looks like: "../Synchronous/src/Synchronous.wsdl"

This type of resources should be registred in catalog.xml through the referenced resources API and correspondent path
from the catalog.xml should be used as location path
Comment 1 Sergey Lunegov 2008-12-10 15:52:47 UTC
Related to GF ESB distribution. Not to NB 7.0
Comment 2 Marian Mirilovic 2009-02-20 18:09:18 UTC
update no67 keyword
Comment 3 Vitaly Bychkov 2009-04-14 13:02:11 UTC
Fixed in soa-dev65
http://hg.netbeans.org/soa-dev65?cmd=changeset;node=35b1207633c5
Comment 4 rpoon 2009-04-21 23:58:55 UTC
Verified with build: \\thumper\50builds\gfesb\v2.1\main\nightly\20090421-0722

In the Transformmap source, the imported WSDL from Synchronous project is now:
         <import namespace="http://localhost/Synchronous/Synchronous" location="Synchronous/Synchronous.wsdl"/>

and is part of the catalog.xml:
       <system systemId="Synchronous/Synchronous.wsdl" uri="nb-uri:Synchronous#src/Synchronous.wsdl"/>