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 133040 - wsdl editor warns on IEP-generated .wsdl files
Summary: wsdl editor warns on IEP-generated .wsdl files
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Binding Components (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherry Weng
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 19:16 UTC by Yanbing Lu
Modified: 2009-02-20 18:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
adding wsdl which has file binding validation problem. (4.94 KB, text/plain)
2008-07-30 23:28 UTC, Ritesh Adval
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yanbing Lu 2008-04-16 19:16:50 UTC
Tom found the following warning when he valided the generated .wsdl file.
I think this problem has been there since 6.0

WARNING: The multipleRecordsPerFile attribute indicates multiple-record processing, but no record delimiter is 
defined. If the records are intended to be read from a file, define the recordDelimiter attribute, or define 
maxBytesPerRecord to process fixed-length records. If the records are intended to be written to a file, specify the 
recordDelimiter attribute or set addEOL attribute to 'true' to demarcate the records.
Comment 1 Ritesh Adval 2008-07-30 22:33:52 UTC
On the second look, it seems a validation bug in filebc.

warning says " specify the recordDelimiter attribute or set addEOL attribute to 'true' to demarcate the records"

The records inserted into file always begin on a newline. By default addEOL is set to false, even if I set it 
to "true" this warning exist.
Comment 2 Ritesh Adval 2008-07-30 23:28:37 UTC
Created attachment 66126 [details]
adding wsdl which has file binding validation problem.
Comment 3 Ritesh Adval 2008-07-30 23:45:38 UTC
Sherry, Nitin,

Please evaluate, it seems to filebc validation warning not going away when addEOL is set to true
and multipleRecordsPerFile is true. this filebc config is used for writing to a file.

Comment 4 Sergey Lunegov 2008-09-23 14:47:51 UTC
Ritesh, Bing Lu, is it IEP related only problem or it common file BC one ?
Comment 5 Sergey Lunegov 2008-12-10 15:38:08 UTC
Related to GF ESB distribution. Not to NB 7.0
Comment 6 Marian Mirilovic 2009-02-20 18:03:44 UTC
update no67 keyword