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 147910 - Variable property name should be validated for a valid QName
Summary: Variable property name should be validated for a valid QName
Status: REOPENED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Anjeleevich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 17:53 UTC by pvarghese
Modified: 2008-11-03 22:03 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 pvarghese 2008-09-22 17:53:28 UTC
The following variable property variants 

1. <from variable="BPELVariableName" property="QName of Property"/>
2. <To variable="BPELVariableName" property="QName of Property"/>
3. getVariableProperty("BPELVariableName", "QName of Property"/>

Should validate that the property attribute (1 & 2) and property parameter (3) should be 
1. A valid QName 
2. The valid QName, used in the BPEL file, should be defined in one of the imported WSDL files in the BPEL. 

Otherwise a validation error should be thrown .
Comment 1 Alexey Anjeleevich 2008-10-28 17:44:22 UTC
Fixed: http://hg.netbeans.org/soa-dev/rev/6099cf797e3a
Comment 2 ggenipudi 2008-11-03 22:03:11 UTC
using 11/03 gfesb build get variable property is not available in BPEL functoids