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 174956

Summary: Regression: CDATA and XML SubElements added to <literal> tag in Source View is not visible in BPEL Mapper
Product: soa Reporter: senthilprabhu <senthilprabhu>
Component: BPEL MapperAssignee: Nikita Krjukov <supernikita>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot

Description senthilprabhu 2009-10-20 07:59:26 UTC
CDATA and XML SubElements added to <literal> tag in Source View is not visible in BPEL Mapper

When CDATA text like   <![CDATA[This is CDATA text]]> is added withing <literal></literal> in Source View mode,  it is
not visible in BPEL Mapper mode.

The same holds true for XML SubElements. The following text is NOT visible in BPEL Mapper.
<from>
<literal><text>Sub Element</text></literal> 
</from>
Comment 1 senthilprabhu 2009-10-20 08:31:32 UTC
False alarm. Missed <literal> tag and it didn't show up in the BPEL Mapper.
Comment 2 senthilprabhu 2009-10-20 09:54:11 UTC
Reopening the issue again. Here are the issues

1) Change the text within literal in the source view and open the BPEL Mapper - Nothing changes in the mapper. It still
holds the old value.
2) Now close the BPEL file and open the BPEL file again. Now the contents in the BPEL mapper are changed to new values.

I have attached the screenshots which will give you a better info.

Comment 3 senthilprabhu 2009-10-20 09:59:39 UTC
Created attachment 89744 [details]
Screenshot
Comment 4 Sergey Lunegov 2009-10-20 11:26:24 UTC
Nikita, please take a look.
Comment 5 Nikita Krjukov 2009-10-26 21:59:34 UTC

*** This issue has been marked as a duplicate of 171462 ***
Comment 6 Alexander Permyakov 2009-12-09 04:26:24 UTC
verified on gfesbv22_629_20091208_2300
Comment 7 senthilprabhu 2009-12-09 04:34:06 UTC
This issue is verified to work correctly in the GFESB build 20091206-0720.
This issue can be closed.