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 137630 - Impossible to import to a BPEL a schema with empty target namespace
Summary: Impossible to import to a BPEL a schema with empty target namespace
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Permyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 20:50 UTC by Nikita Krjukov
Modified: 2008-06-26 09:43 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 Nikita Krjukov 2008-06-18 20:50:52 UTC
The BPEL editor has the special dialog for adding imports. It can be called from the Navigator. 
The dialog doesn't allow adding import for schema files without targetNamespace attribute. 
It looks incorrect because there isn't such strong restriction in the BPEL specification. 

On the other hand importing such schemas is not obvious because it's impossible to create a prefix. 
Actually the prefix must not be created. 

It's good idea to see how such schemas are supported in the schema editor.