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 85350 - Can't create correlation set
Summary: Can't create correlation set
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 15:36 UTC by mfoster
Modified: 2007-09-03 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
BPEL project (31.09 KB, application/octet-stream)
2006-09-20 15:36 UTC, mfoster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mfoster 2006-09-20 15:36:09 UTC
See attached project.

In SeeBeyondService.wsdl I have added property and propertyalias in order to 
use correlation (I cut and pasted the elements from another buildable project). 
When I try to create a CS in the BP I do not have any properties to chose from.

Using latest Alaska installer downloaded 7am BST 20th September
Comment 1 mfoster 2006-09-20 15:36:27 UTC
Created attachment 34240 [details]
BPEL project
Comment 2 Sreenivasan Genipudi 2006-09-20 17:31:13 UTC
Bpel UI issue.. Re-assigning.
Comment 3 Denis Anisimov 2006-09-21 10:15:37 UTC
This is invalid bug.
Will close it.
Comment 4 Denis Anisimov 2006-09-21 10:17:43 UTC
You don't have prefix "bpws" in your WSDL file namespace declaration .
So added property and propertyAlias element is NOT BPEL property and propertyAlias
elements. They are just nothing.
So CorrelationSet chooser doesn't show to you not BPEL element.

Bug is invalid.
Comment 5 mfoster 2006-09-21 10:49:13 UTC
Thanks for looking into this, one thing worries me...

The WSDL validates fine !!

Comment 6 Michael Frisino 2006-09-21 10:55:41 UTC
When I run validate action on the wsdl file (source level validation)I get this:
XML validation started.


Checking
file:/C:/work/beta%20bugs/bpelSimpleC/bpelSimpleC/src/WSDLs/SeeBeyondService.wsdl...
The prefix "bpws" for element "bpws:property" is not bound. [248] 
XML checking finished.

C:/work/beta bugs/bpelSimpleC/bpelSimpleC/src/WSDLs/SeeBeyondService.wsdl:248,4
The prefix "bpws" for element "bpws:property" is not bound.

1 Error(s),  0 Warning(s).
XML validation finished.


When I run validation from  WSDL (design view) I get this.

XML validation started.
C:/work/beta bugs/bpelSimpleC/bpelSimpleC/src/WSDLs/SeeBeyondService.wsdl:248,4
The prefix "bpws" for element "bpws:property" is not bound.

1 Error(s),  0 Warning(s).
XML validation finished

-----------
in both cases I get the error. So it seems validator is detecting error.
Comment 7 mfoster 2006-09-21 11:04:08 UTC
Its a relief it does it in your build, but in mine (Alaska installer from 
yesterday morning) it validates fine.

I'll try validate again with the same invalid WSDL when I take another download.

Thanks
Comment 8 Sergey Lunegov 2006-09-21 11:08:57 UTC
Why don't you use Ent Pack installer ?