cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 153469 - Imports doesn't work correctly for the project referenced resources
: Imports doesn't work correctly for the project referenced resources
Status: VERIFIED FIXED
: soa
XSLT
: 6.1
: All All
: P2 (vote)
: 6.8
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-11-19 15:57 by
Modified: 2009-04-21 23:58 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-11-19 15:57:22
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 From 2008-12-10 15:52:47 -------
Related to GF ESB distribution. Not to NB 7.0
------- Comment #2 From 2009-02-20 18:09:18 -------
update no67 keyword
------- Comment #3 From 2009-04-14 13:02:11 -------
Fixed in soa-dev65
http://hg.netbeans.org/soa-dev65?cmd=changeset;node=35b1207633c5
------- Comment #4 From 2009-04-21 23:58:55 -------
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"/>