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 150704 - While storing string literal the special character references becomes broken.
Summary: While storing string literal the special character references becomes broken.
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-20 11:03 UTC by Vitaly Bychkov
Modified: 2008-10-20 11:08 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 Vitaly Bychkov 2008-10-20 11:03:58 UTC
While storing string literal value "&" symbol always replaced with "&".
Even in case special character references like 

Steps to reproduce:
- create Synchronous Sample
- open bpel mapper for assign
- add string literal 
- type into string literal "Test multiline 
 string literal value"
- go to the source - see : "Test multiline 
 string literal value"
Comment 1 Vitaly Bychkov 2008-10-20 11:08:38 UTC
There is a workaround - go to the source and manually add special character refrences like