I am sorry you are correct. I had that previously and then made a poor attempt at fixing the problem by removing the first blueprint. I have readded it to be the same as my original file but am still facing the same error. I am thinking I made a change somewhere else that messed things up. Thank you for your help.
On 2015-05-19 12:40, Jean-Baptiste Onofré wrote: > If you define the schema location, you should define the location for all > schema: > > xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 [1] > http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd [4] > http://cxf.apache.org/blueprint/jaxrs [3] > http://cxf.apache.org/schema/blueprint/jaxrs.xsd [6]" > > Regards > JB > > On 05/19/2015 06:17 PM, [email protected] wrote: > >> 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 [1]" >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance [2]" >> xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs [3]" >> xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd >> [4] http://cxf.apache.org/blueprint/jaxrs [3] http://cxf.apache.org/schemas/blueprint/jaxrs.xsd [5]"> Links: ------ [1] http://www.osgi.org/xmlns/blueprint/v1.0.0 [2] http://www.w3.org/2001/XMLSchema-instance [3] http://cxf.apache.org/blueprint/jaxrs [4] http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd [5] http://cxf.apache.org/schemas/blueprint/jaxrs.xsd [6] http://cxf.apache.org/schema/blueprint/jaxrs.xsd
