|
r546889
Removed validation code and test cases for the obsolete CR assertions that have been removed from the PR WSDL2 spec: Endpoint-0065, enforced by WSDL2 schema, CR118 InterfaceFault-0028, enforced by WSDL2 schema, CR074 InterfaceFault-0032, enforced by WSDL2 schema, CR118 InterfaceOperation-0029, enforced by WSDL2 schema, CR074 InterfaceOperation-0035, enforced by WSDL2 schema, CR118 Schema-0020, made redundant by InterfaceMessageReference-1036 Schema-0020b, made redundant by InterfaceFault-1017 Resolved by r546553 and r546889.
r546905
Removed the obsolete assertion messages from the messages.properties file. |
||||||||||||||||||||||||||||||||||||||||||||||||||
I have renumbered the assertions in the Woden source code to the PR assertion numbers using Arthur's Ant script and the mapping files from the W3C ws-desc CVS project:
http://dev.w3.org/cvsweb/2002/ws/desc/wsdl20/renumber-assertions-1properties
http://dev.w3.org/cvsweb/2002/ws/desc/wsdl20/renumber-assertions-2.properties
<target name="renumber-assertions" description="Renumbers assertions using PR ids.">
<replace dir="src" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-1.properties" />
<replace dir="src" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-2.properties" />
<replace dir="test" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-1.properties" />
<replace dir="test" includes="**/*" replacefilterfile="[mydir]/renumber-assertions-2.properties" />
</target>
Thjere are still some obsolete assertions in the Woden code but these will be eliminated as I redesign/reimplement the validation logic under WODEN-47, -56 and -163.