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 137625 - Broken BPEL after creating a variable with a type taken from schema with empty target namespace
Summary: Broken BPEL after creating a variable with a type taken from schema with empt...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 20:38 UTC by Nikita Krjukov
Modified: 2008-11-24 18:23 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:38:40 UTC
Way to reproduce:

-- Open any BPEL project
-- Add or create a new schema which doesn't have targetNamespace attribute. 
-- Create new BPEL variable which has a type defined in that schema. 

The new prefix is declared: xmlns:ns1=""
But such declaration isn't allowed and the BPEL validation complains on it. 

It seems the simplest way to resolve such problem is to prevent using such schemas. 
But it can be considered like too hard restriction.
Comment 1 ggenipudi 2008-11-24 18:23:04 UTC
tested using 011/23 cap6u1 build and could not add schema without target namespace into Bpel and create a variable.