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 174387 - Dynamic validation of Mapping has disappeared
Summary: Dynamic validation of Mapping has disappeared
Status: CLOSED INVALID
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: 2009-10-12 18:27 UTC by terrybraun
Modified: 2009-10-13 14:49 UTC (History)
0 users

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 terrybraun 2009-10-12 18:27:25 UTC
The dynamic validation of a simple mapping of "int" to "string" has been lost in NB 6.7.1. In NB 6.5.1, when an "int" 
variable was mapped to a "string" variable a dynamic validation found and displayed a warning on the Design view saying:

   The types of "From" and "To" activities are different: "int" and "string".

[Note, this warning is still issued if the user does a formal XML validation.]
Comment 1 Vladimir Yaroslavskiy 2009-10-13 06:46:37 UTC
Do you mean *background* validation which is triggered when BPEL document is changed?

If yes, the behaviour is correct because XPath validation (which also checks types
in copy) is switched off in background validation due to performance reason.

If you run validation manually or build a project, all types of validation are started.
Comment 2 Vladimir Yaroslavskiy 2009-10-13 14:13:45 UTC
related issue: 168169
Comment 3 terrybraun 2009-10-13 14:49:39 UTC
Closed - Reason Accepted