Yes, this file this within cxf-2.0.3-incubator.jar Jim Ma-3 wrote: > > Hi , > > Is the schemas/xmldsig-core-schema.xsd in your classpath ? It seems > this file is not in your classpath. > > Regards > > Jim > > > > > pokynsky wrote: >> Hello, >> >> I have my jax-ws-catalog.xml and I defined xmldsig-core-schema.xsd: >> >> <rewriteSystem systemId="http://www.w3.org/2001/XMLSchema.dtd" >> rewritePrefix="classpath:schemas/XMLSchema.dtd"/> >> >> <rewriteSystem systemIdStartString="http://www.w3.org/2000/09/xmldsig#" >> rewritePrefix="classpath:schemas/xmldsig-core-schema.xsd"/> >> <rewriteSystem >> systemIdStartString="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" >> rewritePrefix="classpath:schemas/xmldsig-core-schema.xsd"/> >> >> but, I obtain the error: >> >> faultCode=PARSER_ERROR: Problem parsing >> ....cxf-2.0.1-incubator.jar!/schemas/xmldsig-core-schema.xsd >> >> (The jar is in the classpath) >> >> Any Idea?? >> >> > >
-- View this message in context: http://www.nabble.com/How-insert-xmldsig-core-schema.xsd-in-the-jax-ws-catalog.xml---tf4849583.html#a13893905 Sent from the cxf-dev mailing list archive at Nabble.com.
