[ 
https://issues.apache.org/jira/browse/CXF-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582871#action_12582871
 ] 

zhouyanming commented on CXF-1481:
----------------------------------

please refer to javabeans spec,spring reused PropertyEditorManager.

http://java.sun.com/javase/6/docs/api/java/beans/PropertyEditorManager.html

The PropertyEditorManager uses three techniques for locating an editor for a 
given type. First, it provides a registerEditor method to allow an editor to be 
specifically registered for a given type. Second it tries to locate a suitable 
class by adding "Editor" to the full qualified classname of the given type 
(e.g. "foo.bah.FozEditor"). Finally it takes the simple classname (without the 
package name) adds "Editor" to it and looks in a search-path of packages for a 
matching class.

> PropertyEditor for class "org.apache.cxf.binding.soap.SoapVersion"  is wrong
> ----------------------------------------------------------------------------
>
>                 Key: CXF-1481
>                 URL: https://issues.apache.org/jira/browse/CXF-1481
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.0.4, 2.1
>            Reporter: zhouyanming
>
> it should be "org.apache.cxf.binding.soap.SoapVersionEditor",but is 
> "org.apache.cxf.binding.soap.SoapVersionPropertyEditor"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to