I am getting an error
2015-05-19 12:09:53,722 | ERROR | FelixStartLevel | BlueprintContainerImpl | 16 - org.apache.aries.blueprint.core - 1.4.2 | Unable to start blueprint container for bundle **** org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name 'tns:model' to a(n) 'type definition' component. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)[:] at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)[:] I don't think I was getting this before but don't know if I fat fingered something that I didn't mean to. Has someone hit this issue before. Here is the top of my cxf definition <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs" xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd http://cxf.apache.org/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd">
