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 90237 - Missing property alias validation message can be more informative
Summary: Missing property alias validation message can be more informative
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 03:44 UTC by kiran_bhumana
Modified: 2008-02-29 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the wsdl file for this project (6.26 KB, text/plain)
2006-11-29 03:45 UTC, kiran_bhumana
Details
the bpel file for this project (2.07 KB, text/plain)
2006-11-29 03:46 UTC, kiran_bhumana
Details
Updated project (7.02 KB, application/octet-stream)
2008-02-29 14:44 UTC, Vladimir Yaroslavskiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kiran_bhumana 2006-11-29 03:44:05 UTC
In this case, i have a property alias defined for that message. What i did wrong
is that i used a second property that has a property alias with a different
message. Please see attached files for reference. The error message is misleading,

C:\Documents and
Settings\pvarghese\Correlation-FlowAsStartActivity\src\Correlation-FlowAsStartActivity.bpel:30:
column:24 ERROR: The property
"{http://j2ee.netbeans.org/wsdl/Correlation-FlowAsStartActivity}Corr-FlowAsStart-InboundProp2"
defined in correlation set "CSet1" does not have a propertyAlias defined in any
of the WSDL definitions directly imported by this BPEL process. You must add a
propertyAlias (in one of the imported WSDL definitions) for the WSDL
message-type/BPEL variable type used in the enclosing
<receive>,<reply>,<invoke>,<onMessage>,<onEvent> activity. The propertyAlias
must use one of - messageType-part, type or element attributes similar to how
the BPEL variable is defined.


In this case, the message should be something like,
"Corr-FlowAsStart-InboundProp2" doesn't have a propertyAlias defined for the
message where the correlationSet "cSet1" is being used (in the receive activity).
Comment 1 kiran_bhumana 2006-11-29 03:45:31 UTC
Created attachment 36342 [details]
the wsdl file for this project
Comment 2 kiran_bhumana 2006-11-29 03:46:04 UTC
Created attachment 36343 [details]
the bpel file for this project
Comment 3 Michael Frisino 2006-11-29 11:36:48 UTC
Denis, do you agree or disagree with the suggested changes or is user asking for
an innappropriate change.
Comment 4 Sergey Lunegov 2007-10-25 12:02:15 UTC
For Sierra.
Comment 5 Andrei Chistiakov 2008-01-17 11:10:52 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 6 Vladimir Yaroslavskiy 2008-02-29 14:44:09 UTC
Created attachment 57552 [details]
Updated project
Comment 7 Vladimir Yaroslavskiy 2008-02-29 14:44:50 UTC
fixed.