[
https://issues.apache.org/jira/browse/CXF-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benson Margulies reassigned CXF-863:
------------------------------------
Assignee: (was: Benson Margulies)
> Use CXF namespaces for all features.
> ------------------------------------
>
> Key: CXF-863
> URL: https://issues.apache.org/jira/browse/CXF-863
> Project: CXF
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 2.1
> Reporter: Andrea Smyth
>
> Child elements of the <jaxws:features
> xmlns:jaxws="http://cxf.apache.org/jaxws> elements must be
> a) custom beans for which the bean class that extends AbstractFeature (like
> <cxf:logging xmlns:cxf="http://cxf.apache.org/core">)
> b) Spring <bean> elements with a bean class that extends AbstractFeature
> c) Spring <ref> elements referencing a bean whose class extends
> AbstractFeature
> Although b) and c) are supported, the preferred choice is be a) as the whole
> point of the features and custom beans is to hide implementation details such
> as the bean class.
> To allow consistent use of custom beans need to define BeanDefinitionParsers
> for all features. Currently these are missing for
> org.apache.cxf.databinding.stax.StaxDataBindingFeature and
> org.apache.cxf.management.interceptor.ResponseTimeFeature.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.