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 126873 - Catalog resources management is missing
Summary: Catalog resources management is missing
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
: 134734 (view as bug list)
Depends on:
Blocks: 134608
  Show dependency tree
 
Reported: 2008-02-07 00:35 UTC by kiran_bhumana
Modified: 2008-07-22 22:32 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kiran_bhumana 2008-02-07 00:35:12 UTC
To get artifact from remote repository into the local repository, we have catalog file management. 
There is just one action, "resolve catalog". Thats it!
How do we manage the files catalog resolves? Manage means, delete, reload, selectively reload, selectively delete, don't
reload existing ones but load any new ones added and such actions. There is no UI nor actions that will help the user
achieve this.
Comment 1 Sergey Lunegov 2008-02-07 09:28:08 UTC
Kiran, I agree catalog resource management is poor. However this is just part of more global task. Marked as FEATURE.
Comment 2 Alexey Yarmolenko 2008-05-08 14:05:51 UTC
*** Issue 134734 has been marked as a duplicate of this issue. ***
Comment 3 Sergey Lunegov 2008-05-08 14:06:10 UTC
Also supposed correct gathering of project artifacts (and moving common part to separate area).
Comment 4 Vladimir Yaroslavskiy 2008-05-19 13:53:46 UTC
From discussion with Alexey Yarmolenko:

1. Project structure

  <project>
    <src>
    Referenced Resources (taken from <project>/catalog.xml

2. A catalog entry

   system ID and location (nbres: + nbprj:)

3. Actions
     "Referenced Resources": "Add new reference"
     resource: Remove, Goto (nbre://)
               Refrsh, View (http://)
Comment 5 Vladimir Yaroslavskiy 2008-06-27 14:23:18 UTC
fixed.
Comment 6 ggenipudi 2008-07-22 22:32:54 UTC
Tested and verified using SOADEV build 07/22 and was able to add reference to Asynchronoussample.xsd into Auskünfte and
then add to bpel import. The catalog.xml contains the system id and uri.
Please see below the catalog.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system">
    <system systemId="AsynchronousSample/AsynchronousSample.xsd"
uri="nb-uri:AsynchronousSample#src/AsynchronousSample.xsd"/>
</catalog>