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 125510 - BPEL Mapper allows variables to be mapped at the invalid root logger level
Summary: BPEL Mapper allows variables to be mapped at the invalid root logger level
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-17 19:03 UTC by lpolycarpou
Modified: 2008-10-21 16:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Mapping of invalid log level root (39.07 KB, image/jpeg)
2008-01-17 19:07 UTC, lpolycarpou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lpolycarpou 2008-01-17 19:03:26 UTC
In the BPEL logger mapper, variables from the left hand side can be mapped directly to LOG_onStart, ALERT_onStart and so
on.  This is invalid and should not be allowed.  I do not believe this is saved in the BPEL source.
Comment 1 lpolycarpou 2008-01-17 19:07:17 UTC
Created attachment 55217 [details]
Mapping of invalid log level root
Comment 2 lpolycarpou 2008-01-17 19:08:45 UTC
This is only allowed if mapping right to left (which  may seem a strange thing to do but some people like me do that
naturally!).  See attached screenshot.

Furthermore, once this has happened you can no longer map to individual levels "Severe" "Info" from left to right for
that INFO type.
Comment 3 lpolycarpou 2008-01-17 19:11:38 UTC
Using right to left, you can also map from "Severe" on the right to "Variables" on the left.  This should not be allowed.
Comment 4 Vitaly Bychkov 2008-03-31 06:36:39 UTC
Not reproducible with Build 20080329222335
Comment 5 ggenipudi 2008-10-21 16:16:59 UTC
tested and verified using NetBeans IDE 6.1 (Build 200810140114) and was able to map from LHS to child nodes of 
LOG_onStart, ALERT_onStart and not directly to them.