On Monday 11 April 2011 10:22:27 PM robert wrote: > I have a few questions... as I'm updating this page: > http://cxf.apache.org/project-status.html > > 1. Which module is the Servlet transport in?
In cxf-rt-transport-http > 2. What does this module do: cxf-wstx-msv-validation-[version].jar. > And how should it be referenced? It's CURRENTLY just used by the Aegis databinding to do Schema validation. JAXB and XMLBeans have schema validation built in that we leverage there. Aegis doesn't so the cxf-wstx-msv-validation module provides and interceptor that will do the validation based on the latest woodstox validators. Basically, when using Aegis, just include that module in your build (and the deps it requires) and if you turn on schema validation, it will "just work". > 3. What's the latest status with JIBX, Castor and WSDL 2.0? JiBX will be part of 2.4.0. Castor hasn't been started at all. We JUST got a GSoC proposal for WSDL 2.0. > 4. What would be the best way (in the documentation) to seperate > "core" modules and "miscellaneous" modules, if they should be > separated? Hmm.... Not sure what I'd consider "core" as it really depends on the use cases. For example, I would personally consider anything required for basic JAX-WS use cases to be "core", but if your a JAX-RS person, they wouldn't care about that and would say the JAX-RS stuff is "core". > 5. Is WS-ReliableMessaging considered completed? Yes and no. It implements WS-RM 1.0 and could be considered "complete" in that regard. There are limitations and restrictions, but that's normal with anything. There is work starting to update it to 1.1 and remove some of the restrictions so there will be more work done there. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
