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 174794 - <import> should not be added for well known schemas
Summary: <import> should not be added for well known schemas
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Murali Pottlapelli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 02:08 UTC by Murali Pottlapelli
Modified: 2009-10-24 09:31 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 Murali Pottlapelli 2009-10-17 02:08:39 UTC
<import> should not be added for well known schema documents with following name space

"http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace"
"http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling.

It works as expected for former, but later there is an issue. BPEL UI adds the <import>
Comment 1 Sergey Lunegov 2009-10-19 10:21:53 UTC
Vladimir, please take a look.
Comment 2 Vladimir Yaroslavskiy 2009-10-23 15:02:21 UTC
In which way the imports should not be added? If user invokes "Add Import" and enters
"http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace"
"http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling" ?

Or something other? Please, provide steps.