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 104097 - wsdl extension plug-in revision support
Summary: wsdl extension plug-in revision support
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 18:17 UTC by Tientien Li
Modified: 2007-05-16 18:17 UTC (History)
0 users

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 Tientien Li 2007-05-16 18:17:30 UTC
The NetBeans plug-in file, layer.xml, has some issues. The following is the 
revised design for the plug-in file:

A JBI component has:
   - a JBI component ID (key)
   - a description
   - a component type

A wsdl extension, i.e., the schema file element, has:
   - an xsd file
   - a default namespace (may be shared w/other wsdl extensions) [added as a 
required attribute]
   - a default prefix (may be shared w/other wsdl extensions)
   - a JBI component ID (may be shared w/other wsdl extensions) [added as a 
new attribute]

A extensibility definition, i.e., the extensibility element,  has:
   - an xsd file name
   - a wsdl element name
   - a localization bundle
   - an icon 

We need to modify CompApp/CASA to support this change using the XML model 
implmented by the WSDL editor UI.