Author: jkaputin Date: Wed Dec 20 06:51:09 2006 New Revision: 489104 URL: http://svn.apache.org/viewvc?view=rev&rev=489104 Log: WODEN-68 removed remaining references to Feature and Property which have now been removed from WSDL 2.0 spec: WSDLComponentValidator had some redundant java comments BaseWSDLReader had some redundant java comments Messages.properties had a redundant assertion for PropertyRef
Modified: incubator/woden/trunk/java/src/org/apache/woden/internal/BaseWSDLReader.java incubator/woden/trunk/java/src/org/apache/woden/internal/Messages.properties incubator/woden/trunk/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java Modified: incubator/woden/trunk/java/src/org/apache/woden/internal/BaseWSDLReader.java URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/src/org/apache/woden/internal/BaseWSDLReader.java?view=diff&rev=489104&r1=489103&r2=489104 ============================================================================== --- incubator/woden/trunk/java/src/org/apache/woden/internal/BaseWSDLReader.java (original) +++ incubator/woden/trunk/java/src/org/apache/woden/internal/BaseWSDLReader.java Wed Dec 20 06:51:09 2006 @@ -197,9 +197,7 @@ } /** - * Set a named feature on or off with a boolean. Note, this relates to - * features of the Woden framework, not to WSDL-specific features such - * as the WSDL 2.0 Feature component. + * Set a named feature on or off with a boolean. * <p> * All feature names should be fully-qualified, Java package style to * avoid name clashes. All names starting with org.apache.woden. are @@ -263,9 +261,7 @@ } /** - * Set a named property to the specified object. Note, this relates to - * properties of the Woden implementation, not to WSDL-specific properties - * such as the WSDL 2.0 Property component. + * Set a named property to the specified object. * <p> * All property names should be fully-qualified, Java package style to * avoid name clashes. All names starting with org.apache.woden. are @@ -1301,7 +1297,7 @@ /* Parse the child elements of binding operation <infault> or <outfault>. * As per WSDL 2.0 spec, they must be in the following order if present: * <documentation> - * <feature> <property> or extension elements in any order + * extension elements in any order * TODO validate that the elements are in correct order */ @@ -1368,7 +1364,7 @@ /* Parse the child elements of binding operation <input> or <output>. * As per WSDL 2.0 spec, they must be in the following order if present: * <documentation> - * <feature> <property> or extension elements in any order + * extension elements in any order * TODO validate that the elements are in correct order */ Modified: incubator/woden/trunk/java/src/org/apache/woden/internal/Messages.properties URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/src/org/apache/woden/internal/Messages.properties?view=diff&rev=489104&r1=489103&r2=489104 ============================================================================== --- incubator/woden/trunk/java/src/org/apache/woden/internal/Messages.properties (original) +++ incubator/woden/trunk/java/src/org/apache/woden/internal/Messages.properties Wed Dec 20 06:51:09 2006 @@ -291,10 +291,6 @@ MessageLabel-0039.ref = 2.5.1 MessageLabel-0039.assertion = The value of this property MUST match the name of a placeholder message defined by the message exchange pattern. -PropertyRef-0048 = The ref ''{0}'' specified for this property is not absolute. The ref must be absolute. -PropertyRef-0048.ref = 2.8.1 -PropertyRef-0048.assertion = This xs:anyURI MUST an absolute IRI as defined by [IETF RFC 3987]. - QName-0002 = QName-0002.assertion = Furthermore, all QName references, whether to the same of to difference namespace MUST resolve to components (see 2.1.9 QName resolution). Modified: incubator/woden/trunk/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java URL: http://svn.apache.org/viewvc/incubator/woden/trunk/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java?view=diff&rev=489104&r1=489103&r2=489104 ============================================================================== --- incubator/woden/trunk/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java (original) +++ incubator/woden/trunk/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java Wed Dec 20 06:51:09 2006 @@ -1056,22 +1056,6 @@ // message-label-0039.ref = 2.5.1 // message-label-0039.assertion = The value of this property MUST match the name of a placeholder message defined by the message exchange pattern. // -// property-0049 = -// property-0049.ref = 2.8.1 -// property-0049.assertion = A reference to a Type Definition component in the {type definitions} property of the Description component constraining the value of the Property, or the token #value if the {value} property is not empty. -// -// property-0050 = -// property-0050.ref = 2.8.1 -// property-0050.assertion = The {ref} property of a Property component MUST be unique within the {properties} property of an Interface, Interface Fault, Interface Operation, Interface Message Reference, Interface Fault Reference, Binding, Binding Fault, Binding Operation, Binding Message Reference, Binding Fault Reference, Service, or Endpoint component. -// -// property-0051 = -// property-0051.ref = 2.8.1.1 -// property-0051.assertion = All specified values MUST be equal and belong to each specified value set. -// -// property-ref-0048 = -// property-ref-0048.ref = 2.8.1 -// property-ref-0048.assertion = This xs:anyURI MUST an absolute IRI as defined by [IETF RFC 3987]. -// // qname-0002 = // qname-0002.assertion = Furthermore, all QName references, whether to the same of to difference namespace MUST resolve to components (see 2.1.9 QName resolution). // --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]