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 148530 - WSDL editor- FIle BC properties added through WSDL binding by choosing Add Binding is not saved in the WSDL
Summary: WSDL editor- FIle BC properties added through WSDL binding by choosing Add Bi...
Status: RESOLVED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 22:28 UTC by ggenipudi
Modified: 2008-10-07 15:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (28.62 KB, application/octet-stream)
2008-09-26 22:29 UTC, ggenipudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggenipudi 2008-09-26 22:28:06 UTC
I am using glassfish ESB build as of Build 200808290856, Open the attached project and open newWSDL and validate you
will see following error message. I edited the WSDL by doing a right click portypes and add portype newfileporttype  and
 select one way operation and right click binding and select add binding and select newfileporttype for port type and
select binding type file and select inbound one way and enter the configuration properties. enter file pattern
"input.txt" and polling interval 1000 and finish. Open the source of the WSDL the input name is blank as seen below.
<input name="input1">
                <file:message/>

error message from WSDL validate
XML validation started.

C:/bpprojects/typecast/SynchronousSample5/SynchronousSample5/src/newWSDL.wsdl:49,16
ERROR: cvc-complex-type.4: Attribute 'fileName' must appear on element 'file:message'.

C:/bpprojects/typecast/SynchronousSample5/SynchronousSample5/src/newWSDL.wsdl:58,16
ERROR: cvc-complex-type.4: Attribute 'fileName' must appear on element 'file:message'.

C:/bpprojects/typecast/SynchronousSample5/SynchronousSample5/src/newWSDL.wsdl:67,16
ERROR: cvc-complex-type.4: Attribute 'fileName' must appear on element 'file:message'.

C:/bpprojects/typecast/SynchronousSample5/SynchronousSample5/src/newWSDL.wsdl:67,16
ERROR: The fileName attribute is required in file:message. Specify a valid non-empty value for it.

C:/bpprojects/typecast/SynchronousSample5/SynchronousSample5/src/newWSDL.wsdl:58,16
ERROR: The fileName attribute is required in file:message. Specify a valid non-empty value for it.

C:/bpprojects/typecast/SynchronousSample5/SynchronousSample5/src/newWSDL.wsdl:49,16
ERROR: The fileName attribute is required in file:message. Specify a valid non-empty value for it.

6 Error(s),  0 Warning(s).
XML validation finished.
Comment 1 ggenipudi 2008-09-26 22:29:55 UTC
Created attachment 70707 [details]
project
Comment 2 Sergey Lunegov 2008-10-01 15:55:23 UTC
Vladmir, please take a look.
Comment 3 Vladimir Yaroslavskiy 2008-10-07 15:50:25 UTC
I opened the attached project SynchronousSample5, validated each wsdl files (SynchronousSample.wsdl, newWSDL.wsdl,
newWSDL1.wsdl): no any warnings/errors. I used build from 200810070101 (sierra number 960).
Please try the latest GF ESB.