|
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 |
|
[ 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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
| Free forum by Nabble | Edit this page |
