I don't know if we have ready for smx-4.4.0 :'( I'm trying to use cxf on offline environment but I haven't found yet a solution.
* With blueprint + cxf it isn't possible deploy cxf bundle for problem describe on SMX-1003 (https://issues.apache.org/jira/browse/ARIES-626) * With spring there is a problem like for blueprint. Spring try to download jaxrs.xsd and then doesn't start correctly (after a smx restart) smx@root> features:install examples-cxf-jaxrs smx@root> shutdown ... restart of smx (here sniffing of http request from smx) 127.0.0.1 - - [16/Dec/2011:20:17:36 +0100] "GET http://cxf.apache.org/schemas/jaxrs.xsd HTTP/1.1" 200 9161 .. (here bundle is Active but not Started (only an osgi:update or a redeploy set status to Started)) On production environment normally smx will be on offline environment, so, is it right release a smx-4.4.0 where isn't possible deploy/restart smx with cxf bundles? Is there a way to avoid spring xml validation and permit start of cxf bundle correctly? Thanks Ge@@ru
