[
https://issues.apache.org/jira/browse/OFBIZ-12738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680534#comment-17680534
]
ASF subversion and git services commented on OFBIZ-12738:
---------------------------------------------------------
Commit 2a535b5ba50bfd205bd158b3972acdbe7288dab9 in ofbiz-framework's branch
refs/heads/release18.12 from cshan-ecomify
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=2a535b5ba5 ]
Fixed: File XML Properties file process error (OFBIZ-12738) (#580)
This is caused by unescaped <> brackets in QRCodeUiLabels.xml in
framework/common.
Fixed escape syntax for <>.
> File XML Properties file process error
> --------------------------------------
>
> Key: OFBIZ-12738
> URL: https://issues.apache.org/jira/browse/OFBIZ-12738
> Project: OFBiz
> Issue Type: Bug
> Components: framework/common
> Affects Versions: 18.12.05, 22.01.01, Upcoming Branch
> Reporter: Chenghu Shan
> Assignee: Chenghu Shan
> Priority: Minor
>
> The following error message is displayed when starting OfBiz:
> {code:java}
> 2023-01-05 10:15:46,913 |sse-nio-8443-exec-19 |UtilXml
> |E| XmlFileLoader: File XML Properties file process error. Line: 39. Error
> message: cvc-complex-type.2.2: Element 'value' must have no element
> [children], and the value must be valid.
> 2023-01-05 10:15:46,913 |sse-nio-8443-exec-19 |UtilXml
> |E| XmlFileLoader: File XML Properties file process error. Line: 40. Error
> message: cvc-complex-type.2.2: Element 'value' must have no element
> [children], and the value must be valid. {code}
> This is caused by unescaped <> brackets in QRCodeUiLabels.xml in
> framework/common.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)