Quotes are not a problem in comments. The problem (as the parse exception
states not to clearly) was the double-hyphen.
Double hyphens ("--") are not allowed inside XML comments.ArentJan -----Oorspronkelijk bericht----- Van: Davanum Srinivas [mailto:[EMAIL PROTECTED] Verzonden: zondag 2 maart 2003 18:34 Aan: [EMAIL PROTECTED] Onderwerp: RE: cvs commit: xml-axis/java/test/wsdl/extensibility server-depl oy.wsdd See enclosed tcpmon.txt... <faultstring>org.xml.sax.SAXParseException: The string "--" is not permitted within comments.</faultstring> --- Glen Daniels <[EMAIL PROTECTED]> wrote: > > Weird - this test worked (and still works repeatedly) for me before your commit. Where does it > say comments can't have embedded quotes? Nesting comments doesn't work (like /* and */), but > quotes should be fine... > > Curious, > --Glen > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Sunday, March 02, 2003 11:18 AM > > To: [EMAIL PROTECTED] > > Subject: cvs commit: xml-axis/java/test/wsdl/extensibility > > server-deploy.wsdd > > > > > > dims 2003/03/02 08:17:57 > > > > Modified: java/test/wsdl/extensibility server-deploy.wsdd > > Log: > > comments cannot have embedded quotes...This was breaking the build. > > > > Revision Changes Path > > 1.8 +0 -12 > > xml-axis/java/test/wsdl/extensibility/server-deploy.wsdd > > > > Index: server-deploy.wsdd > > =================================================================== > > RCS file: > > /home/cvs/xml-axis/java/test/wsdl/extensibility/server-deploy.wsdd,v > > retrieving revision 1.7 > > retrieving revision 1.8 > > diff -u -r1.7 -r1.8 > > --- server-deploy.wsdd 1 Mar 2003 02:28:27 -0000 1.7 > > +++ server-deploy.wsdd 2 Mar 2003 16:17:57 -0000 1.8 > > @@ -26,18 +26,6 @@ > > encodingStyle="" > > /> > > > > - <!-- Removed. The xsd:any is now mapped to a type > > XSD_ANY that > > - automatically uses the > > ElementSerializer/ElementDeserializer > > - <typeMapping > > - qname="xsd:anyType" > > - type="java:java.lang.Object" > > - > > serializer="org.apache.axis.encoding.ser.ElementSerializerFactory" > > - > > deserializer="org.apache.axis.encoding.ser.ElementDeserializerFactory" > > - encodingStyle="" > > - /> > > - --> > > - > > - > > <typeMapping > > qname="query:QueryResultElement" > > type="java:test.wsdl.extensibility._QueryResultElement" > > > > > > > > ===== Davanum Srinivas - http://webservices.apache.org/~dims/ __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
