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 165554 - Add (blank) option for delimiter when configuring file binding from dialog for existing file
Summary: Add (blank) option for delimiter when configuring file binding from dialog fo...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: File BC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jonelle Almero
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-19 23:50 UTC by kdoizaki
Modified: 2009-06-09 21:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kdoizaki 2009-05-19 23:50:57 UTC
Found testing GlassFish ESB v2.1 nightly build (20090515-1455).

Currently dialog to Configure File Binding in CASA Editor only provides one option for delimiter (LINE FEED), if File 
Write file exists and "Append to existing file" is set. Please add a (blank) option, in particular for use with IEP.

Steps to reproduce:
(1) create a sample IEP project; File > New Project > choose Sample\SOA, then IEP BluePrint 2
(2) open service assembly
(3) build project, and save
(4) remove existing File binding from service assembly, "OutputPort_SuspiciousTransactions"
(5) drag and drop a new file WSDL binding into WSDL Ports
(6) connect OutputRn_SuspiciousTransactions to new file binding
(7) 'Configure File Binding' dialog pops up
(8) select 'Append to Existing File' from File Exists, then save/close
If this project is built and run, the resulting output files will have additional blank line between each message. 
Previous output would append multiple messages without empty lines between them.
The workaround to achieve the same resulting output file is:
(9) edit BluePrint1.wsdl in BluePrint1JBI
(10) change from "LINE FEED" to ""; e.g. recordDelimiter=""
There is no way to make this modification from the UI or config dialog.