On Nov 23, 2011, at 4:40 PM, Daniel Kulp wrote:

> No.   At that point, you start actually using parts of CXF's blueprint 
> support:
> 
> http://cxf.apache.org/schemas/blueprint/core.xsd
> 
> Use:
> 
> <cxf:bus xmlns:cxf="http://cxf.apache.org/blueprint/core"; name="cxf">
>   ......
> </cxf:bus>
> 
> 
> Dan

Thanks Dan!  After doing some digging on that string, I learned how namespace 
handlers work and will know how to manage that problem in the future.

For those reading archives and trying to resolve a similar issue, look to see 
if the framework you're debugging has a blueprint service definition in 
OSGI-INF/blueprint that implements org.apache.aries.blueprint.NamespaceHandler. 
 The <service-properties> element will list the XML namespaces that are handled 
by a namespace handler that exists.  With the framework loaded in blueprint, 
you can expect those namespaces to be available for use in your configuration. 

Reply via email to