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 175650 - First time created nbproject/private/cache/retriever/catalog.xml becomes non well formed
Summary: First time created nbproject/private/cache/retriever/catalog.xml becomes non ...
Status: CLOSED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 13:11 UTC by Vitaly Bychkov
Modified: 2010-11-16 11:40 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 Vitaly Bychkov 2009-10-29 13:11:25 UTC
First time created nbproject/private/cache/retriever/catalog.xml becomes non well formed.
Steps to reproduce:

1. Create Sysnchronous sample
2. open Synchronous.bpel
3. Add new "service-ref" element Variable (Add Varable - choose Bpel Global
Catalog/http://docs.oasis-open.org/wsbpel/2.0/serviceref/Global Elements/service-ref - press OK)
4. open nbproject/private/cache/retriever/catalog.xml
See it has duplicated structure:
---------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"/><?xml version="1.0" encoding="UTF-8"
standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"/>
---------------------------------------------------

As a result catalog.xml support doesn't work as expected all imports related to the catalog support become broken.
Comment 1 Sergey Lunegov 2009-10-29 13:18:20 UTC
Vitaly, please specify build number. Vladimir, please take a look.
Comment 2 Vladimir Yaroslavskiy 2009-11-09 04:46:54 UTC
Is not reproducible any more.
Comment 3 sbondada 2009-12-04 17:34:46 UTC
Can reproduce the problem on GFESBv2.2.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"/><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"/>
Comment 4 Vladimir Yaroslavskiy 2009-12-05 04:05:08 UTC
Please provide build number, link where you download it, steps to reproduce.
Looks like you tried on old project with already non well formed catalog.xml
Comment 5 senthilprabhu 2010-11-16 11:40:01 UTC
With the latest CAPS 63 M5 build (20101103-1248), only one copy of the below code is seen in the catalog.xml file
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"/> 

The issue described no longer occurs.
This issue can be closed.