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??

Reply via email to