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 81212 - Schema_File is missing from the Create New Variable dialog box
Summary: Schema_File is missing from the Create New Variable dialog box
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: SOA (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Michael Frisino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-26 23:00 UTC by Sherry Barkodar
Modified: 2006-07-28 02:32 UTC (History)
2 users (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 Sherry Barkodar 2006-07-26 23:00:15 UTC
Using build 060726-27
Open SynchronousSample Project
Double-click SynchronousSample.bpel to open the bpel process
in the navigator, rught-click Variables -> Add Varible..
The create New Variable box opens containing:
Built-in Types and SynchronousSample.wsdl
The SynchronousSample.xsd is missing
Comment 1 Chris Webster 2006-07-26 23:55:37 UTC
reassigning to enterprise as this is in the BPEL editor. 
Comment 2 Michael Frisino 2006-07-27 00:02:36 UTC
ok here is the deal. The file is not showing up becuase it is not imported into
the BPEL process.

There is a check box on the Add Variable dialog: "Show imported files only".
It is checked by default. If you uncheck it you will see the
ynchronousSample.xsd node.

This is as per continuous build on 7/26/06. I don't know if it is in QE build yet.

So, this is not a bug in Variable chooser. 

However, for sample purposes, we probably should modify samples to have explicit
imports of their XSD files. This was not allowed in TPR3 because runtime did not
support the import. Now it is allowed and required.

So I suggest that Praveen modify the samples (once more, sorry praveen) to
include explicit import statements for the packaged xsd files.

recategorizing as sample bug.
Comment 3 Michael Frisino 2006-07-27 11:43:26 UTC
Ok, I fixed this by adding explicit imports for the sample schemas to the 3
sample projects. 

So all resources are now imported into all samples.

The only resoruce that is not imported into a bpel process is the
AsynchronousSample.bpel does not import the AsynchronousSampleClient.wsdl, but
this is by design. I do not know of any reason why it should import. If needed
we can add that import as well but for now it appears unnecessary.
Comment 4 _ hong_lin 2006-07-28 02:32:13 UTC
Verified the bug is fixed in nightly build 060727_3