Hi Freeman,
Are you publishing the service via Endpoint.publish() and expecting CXF to
pick up that configuration? I don't know that that works at the moment. Its
near the top of my list to investigate though, so I'll peek into it.
Currently <jaxws:endpoint> publishes an endpoint using the
EndpointFactoryBean (as opposed to what I think you're trying to do, which
is have EndpointImpl magically pick up that configuration when you call
publish())
- Dan
On 3/27/07, Fang, Yue (Freeman) <[EMAIL PROTECTED]> wrote:
Hi all,
I try to enable schemavalidation for endpoint, but it doesn't work.
What I add in cxf.xml is
<jaxws:endpoint
id="newPort"
implementor="com.iona.test.TestInterfacePortImpl"
address="http://localhost:9000"
>
<jaxws:properties>
<entry key="schemaValidation" value="true"/>
</jaxws:properties>
</jaxws:endpoint>
Seems our online doc about how to config endpoint is out of date.
The relavant issue is https://issues.apache.org/jira/browse/CXF-491
Thanks very much
Freeman
--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com | http://netzooid.com/blog