Re: jax-ws-catalog and resolving schemas in jars that do xsd:include

2009-12-03 Thread Håkan Dahl
I filed JIRA https://issues.apache.org/jira/browse/CXF-2571 and attached test-projects. I'm using CXF 2.1.8. Also tried 2.2.5 which fails with another stacktrace as below. Thanks, /håkan CXF 2.2.5 stacktrace: Caused by: org.apache.maven.plugin.MojoExecutionException:

Re: jax-ws-catalog and resolving schemas in jars that do xsd:include

2009-12-02 Thread Daniel Kulp
Is there any way you could create a small hello world type sample that demonstrates this?This SOUNDS like a bug. If you could attach a small test case to a JIRA, that would be a huge help. You also don't mention what version of CXF. The stack trace doesn't seem to line up with recent

jax-ws-catalog and resolving schemas in jars that do xsd:include

2009-12-01 Thread Håkan Dahl
I can't get schema resolution from a jar-file (using jax-ws-catalog as per 4.4 Catalog Facility in the JAX-WS 2.1 spec) to work when: * The referenced schema in a jar makes xsd:include on another schema in the jar (all schemas in a jar share the same namespace). Stacktrace below. Shouldn't this