You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "zhouyanming (JIRA)" <ji...@apache.org> on 2008/03/20 09:49:25 UTC

[jira] Created: (CXF-1481) PropertyEditor for class "org.apache.cxf.binding.soap.SoapVersion" is wrong

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.


[jira] Assigned: (CXF-1481) PropertyEditor for class "org.apache.cxf.binding.soap.SoapVersion" is wrong

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-1481:
--------------------------------

    Assignee: Daniel Kulp

> 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
>            Assignee: Daniel Kulp
>
> 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.


[jira] Commented: (CXF-1481) PropertyEditor for class "org.apache.cxf.binding.soap.SoapVersion" is wrong

Posted by "zhouyanming (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (CXF-1481) PropertyEditor for class "org.apache.cxf.binding.soap.SoapVersion" is wrong

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582332#action_12582332 ] 

Daniel Kulp commented on CXF-1481:
----------------------------------


Can I get more context on this?    The class name is SoapVersionPropertyEditor so I think the current setting is correct.



> 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.


[jira] Resolved: (CXF-1481) PropertyEditor for class "org.apache.cxf.binding.soap.SoapVersion" is wrong

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1481.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.6

> 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
>            Assignee: Daniel Kulp
>             Fix For: 2.0.6
>
>
> 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.