You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/05/06 20:17:30 UTC

[jira] Created: (CXF-2205) Aegis databinding always trims strings

Aegis databinding always trims strings
--------------------------------------

                 Key: CXF-2205
                 URL: https://issues.apache.org/jira/browse/CXF-2205
             Project: CXF
          Issue Type: Bug
          Components: Aegis Databinding
    Affects Versions: 2.2.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp



A call to something like:
String s port.echoString("   hello   ");
results in just the string "hello" being returned.    The Aegis databinding seems to be trimming everything.


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


[jira] Resolved: (CXF-2205) Aegis databinding always trims strings

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

Daniel Kulp resolved CXF-2205.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.2
                   2.1.6
                   2.0.12

> Aegis databinding always trims strings
> --------------------------------------
>
>                 Key: CXF-2205
>                 URL: https://issues.apache.org/jira/browse/CXF-2205
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.2.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.12, 2.1.6, 2.2.2
>
>
> A call to something like:
> String s port.echoString("   hello   ");
> results in just the string "hello" being returned.    The Aegis databinding seems to be trimming everything.

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