Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 125322 Details for
Bug 261070
[Validation] Misleading error reporting in WSDL validator (3.0.x)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
WSDL validator patch
261070patch.txt (text/plain), 2.32 KB, created by
Valentin Baciu
on 2009-02-10 17:18:08 EST
(
hide
)
Description:
WSDL validator patch
Filename:
MIME Type:
Creator:
Valentin Baciu
Created:
2009-02-10 17:18:08 EST
Size:
2.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.wsdl.validation >Index: src/org/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl.validation/src/org/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument.java,v >retrieving revision 1.5 >diff -u -r1.5 WSDLDocument.java >--- src/org/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument.java 11 Apr 2007 19:55:53 -0000 1.5 >+++ src/org/eclipse/wst/wsdl/validation/internal/wsdl11/WSDLDocument.java 10 Feb 2009 22:10:05 -0000 >@@ -960,11 +960,6 @@ > { > msg.addPart(parsePart(tempEl, def)); > } >- else >- { >- // XML Validation will catch this >- DOMUtils.throwWSDLException(tempEl); >- } > > tempEl = DOMUtils.getNextSiblingElement(tempEl); > } >@@ -1035,11 +1030,6 @@ > { > part.setDocumentationElement(tempEl); > } >- else >- { >- // XML Validation will catch this >- DOMUtils.throwWSDLException(tempEl); >- } > > tempEl = DOMUtils.getNextSiblingElement(tempEl); > } >@@ -1253,12 +1243,6 @@ > { > faults.add(parseFault(tempEl, def)); > } >- else >- { >- // invalid element in the operation >- // XML check will catch this >- DOMUtils.throwWSDLException(tempEl); >- } > > tempEl = DOMUtils.getNextSiblingElement(tempEl); > } >@@ -1711,11 +1695,6 @@ > { > input.setDocumentationElement(tempEl); > } >- else >- { >- // XML Validation will catch this >- DOMUtils.throwWSDLException(tempEl); >- } > > tempEl = DOMUtils.getNextSiblingElement(tempEl); > } >@@ -1776,11 +1755,6 @@ > { > output.setDocumentationElement(tempEl); > } >- else >- { >- // XML Validation will catch this >- DOMUtils.throwWSDLException(tempEl); >- } > > tempEl = DOMUtils.getNextSiblingElement(tempEl); > } >@@ -1841,11 +1815,6 @@ > { > fault.setDocumentationElement(tempEl); > } >- else >- { >- // XML Validation will catch this >- DOMUtils.throwWSDLException(tempEl); >- } > > tempEl = DOMUtils.getNextSiblingElement(tempEl); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261070
: 125322