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 124843 - XPath validation: Validation for invalid expression in from
Summary: XPath validation: Validation for invalid expression in from
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: 2008-01-07 22:01 UTC by prashantbhagat
Modified: 2008-03-27 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project (104.71 KB, text/plain)
2008-01-07 22:02 UTC, prashantbhagat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description prashantbhagat 2008-01-07 22:01:38 UTC
Load the project "provPersBpel". The file newBpel.bpel has an invalid from on line 32. The bpel validation does not 
catch it.

<from>;'aaa'</from>
Comment 1 prashantbhagat 2008-01-07 22:02:08 UTC
Created attachment 54774 [details]
Project
Comment 2 prashantbhagat 2008-01-07 22:03:57 UTC
Correction - the name of the bpel file is newProcess2.bpel
Comment 3 Vladimir Yaroslavskiy 2008-01-10 13:30:47 UTC
xpath validation
Comment 4 Sergey Lunegov 2008-03-18 08:54:06 UTC
Changed target milestone.
Comment 5 Vladimir Yaroslavskiy 2008-03-27 14:12:48 UTC
fixed:

error output is:
The XPath expression contains the ";" symbols. It usually means that the editing is not complete.

Note that <from>'aaa'</from> is valid, 'aaa' is literal constant.