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

Summary: Broken BPEL after creating a variable with a type taken from schema with empty target namespace
Product: soa Reporter: Nikita Krjukov <supernikita>
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.