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 111818 - XSLT project should have mechanism to import artifacts from other projects.
Summary: XSLT project should have mechanism to import artifacts from other projects.
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-02 19:31 UTC by pvarghese
Modified: 2007-08-02 19:31 UTC (History)
2 users (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 pvarghese 2007-08-02 19:31:21 UTC
XSLT project should have mechanism to import artifacts from other projects other then relying on adding project
references in the project properties dialog.

Similar functions in other SOA projects:
1. bpel project: by virtue of drag'n'drop of a wsdl to the bpel canvas, imports the wsdl document along with any
referenced artifacts(wsdls or schemas) into a 'partners' folder that is created in the bpel project.

2. EJB enterprise project allows conversion of ejb into webservice by pointing to the wsdl in other projects, which it
then imports into its own folder.

Suggestion: 
Let the XSLT service creation wizard have an option for selecting wsdl's from other projects. (which can then import the
files into the project in some default structure).

Reason for this enhancement:
Will be more intuitive for the user and part of his definition process, then relying on the project references mechanism.