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 114865 - import namespace problem
Summary: import namespace problem
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 11:30 UTC by cancin
Modified: 2008-04-16 15:42 UTC (History)
1 user (show)

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 cancin 2007-09-06 11:30:39 UTC
I have a namespace issue in the bpel designer. Adding a simple (completly generated) web service to the bpel process,
leads to the following error: "If a namespace attribute is specified on an <import> then the imported definitions must
be in that namespace."

The line corresponding to error:
<import namespace="http://xml.netbeans.org/schema/meeting" location="MeetingDefinitionService_xsd_1.xsd"
importType="http://www.w3.org/2001/XMLSchema"/>

The "MeetingDefinitionService_xsd_1.xsd":

<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS
RI 2.1.2-hudson-182-RC1. --><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://xml.netbeans.org/schema/meeting" targetNamespace="http://xml.netbeans.org/schema/meeting"
elementFormDefault="qualified">

    <xsd:element name="meeting">
         <xsd:complexType>
            <xsd:sequence>
                <xsd:element name="topic" type="xsd:string"></xsd:element>
                <xsd:element name="date" type="xsd:date"></xsd:element>
            </xsd:sequence>     
         </xsd:complexType>
    </xsd:element>
                
</xsd:schema>
Comment 1 Sergey Lunegov 2007-10-26 11:43:22 UTC
Looks like not a bug. Vladimir please look at this.
Comment 2 Sergey Lunegov 2007-10-26 11:44:12 UTC
Looks like not a bug. Vladimir please look at this.
Comment 3 Vladimir Yaroslavskiy 2007-10-26 11:52:39 UTC
Please provide test project.
Comment 4 Vladimir Yaroslavskiy 2007-11-20 12:57:52 UTC
Closing the issue as INVALID since there is no feedback from the reporter for 4 weeks.