[
https://issues.apache.org/jira/browse/CAMEL-5325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288068#comment-13288068
]
Liu Jianhong commented on CAMEL-5325:
-------------------------------------
Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on
project camel-soap:
Compilation failure: Compilation failure:
[ERROR]
D:\devstudio\soa\source\camel\components\camel-soap\target\generated\src\main\java\org\xmlsoap\schemas\soap\envelope\Fault.java:[5,40]
错误: 编码UTF-8的不可映射字符
With the similar error,the folowing components can not build:
camel-soap,camel-cxf,camel-cxf-transport,camel-jmx.
The above error is relative to those maven plugins:
cxf-xjc-plugin,
maven-jaxb2-plugin (need to upgrade to version 0.8.1,see
http://java.net/jira/browse/MAVEN_JAXB2_PLUGIN-27 )
cxf-codegen-plugin(need set "user.language=en")
> camel-cxf-transport build failed using system encoding
> ------------------------------------------------------
>
> Key: CAMEL-5325
> URL: https://issues.apache.org/jira/browse/CAMEL-5325
> Project: Camel
> Issue Type: Bug
> Components: camel-cxf
> Environment: Windows 7 with chinese language
> camel 2.10-SNAPSHOT
> Reporter: Liu Jianhong
> Fix For: 2.10.0
>
> Attachments: pom.xml
>
>
> This bug is fixed as "https://issues.apache.org/jira/browse/CXF-2450", by
> adding
> <fork>always</fork>
> <additionalJvmArgs>-Duser.language=en</additionalJvmArgs>
> to cxf-codegen-plugin's configuration section.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira