[jira] [Created] (OFBIZ-5028) Add converter for StringWrapper

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
Christoph Neuroth created OFBIZ-5028:
----------------------------------------

             Summary: Add converter for StringWrapper
                 Key: OFBIZ-5028
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Christoph Neuroth
         Attachments: StringWrapperConverter.patch

Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.

Example log message:
{code}
*** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Neuroth updated OFBIZ-5028:
-------------------------------------

    Attachment: StringWrapperConverter.patch
   

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>         Attachments: StringWrapperConverter.patch
>
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Neuroth updated OFBIZ-5028:
-------------------------------------

    Attachment:     (was: StringWrapperConverter.patch)
   

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Neuroth updated OFBIZ-5028:
-------------------------------------

    Attachment: StringWrapperConverter.patch
   

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>         Attachments: StringWrapperConverter.patch
>
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Neuroth updated OFBIZ-5028:
-------------------------------------

    Attachment: StringWrapperConverter.patch

cleaned patch
               

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>         Attachments: StringWrapperConverter.patch
>
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Neuroth updated OFBIZ-5028:
-------------------------------------

    Attachment:     (was: StringWrapperConverter.patch)
   

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>         Attachments: StringWrapperConverter.patch
>
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451857#comment-13451857 ]

Adrian Crum commented on OFBIZ-5028:
------------------------------------

Maybe we can change the logging level of the warning.

               

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>         Attachments: StringWrapperConverter.patch
>
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-5028) Add converter for StringWrapper

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Crum reassigned OFBIZ-5028:
----------------------------------

    Assignee: Adrian Crum
   

> Add converter for StringWrapper
> -------------------------------
>
>                 Key: OFBIZ-5028
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5028
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>            Assignee: Adrian Crum
>         Attachments: StringWrapperConverter.patch
>
>
> Currently, ofbiz logs a WARNING every time it tries to output StringWrapper objects. Attaching a patch which will prevent this by adding a converter.
> Example log message:
> {code}
> *** No converter found, converting from org.ofbiz.base.util.StringUtil$StringWrapper to java.lang.String. Please report this message to the developer community so a suitable converter can be created. ***
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira