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

Liu Jianhong commented on CAMEL-5325:
-------------------------------------

Component "camel-cxf" and "camel-cxf-transport" is OK.

but 
component "camel-jmx" has the following errors because it need to upgrade 
"maven-jaxb2-plugin" version to 0.8.1:


[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on 
project camel-jmx:
Compilation failure: Compilation failure:
[ERROR] 
D:\devstudio\soa\source\camel\components\camel-jmx\target\generated-sources\xjc\org\apache\camel\component\jmx\jaxb\TimerN
otification.java:[5,40] 错误: 编码UTF-8的不可映射字符
[ERROR] 
D:\devstudio\soa\source\camel\components\camel-jmx\target\generated-sources\xjc\org\apache\camel\component\jmx\jaxb\TimerN
otification.java:[5,41] 错误: 编码UTF-8的不可映射字符


component "camel-soap" also has similar error because 
"${cxf-xjc-utils-version}" value still is 2.6.0:


[ERROR] 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的不可映射字符
[ERROR] 
D:\devstudio\soa\source\camel\components\camel-soap\target\generated\src\main\java\org\xmlsoap\schemas\soap\envelope\Fault
.java:[5,41] 错误: 编码UTF-8的不可映射字符

                
> camel-cxf-transport build failed using system encoding
> ------------------------------------------------------
>
>                 Key: CAMEL-5325
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5325
>             Project: Camel
>          Issue Type: Task
>          Components: build system, camel-cxf
>         Environment: Windows 7 with chinese language
> camel 2.10-SNAPSHOT
>            Reporter: Liu Jianhong
>            Assignee: Willem Jiang
>            Priority: Minor
>             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


Reply via email to