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

Willem Jiang commented on CAMEL-6288:
-------------------------------------

Here are a discussion[1] in the stackoverflow may related to this issue.

[1]http://stackoverflow.com/questions/177242/the-encoding-utf-8-is-not-supported-by-the-java-runtime
                
> Browsing the wsdl of the camel-example-cxf-blueprint prints to system out in 
> Apache Karaf - encoding not supported
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6288
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6288
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf, examples, karaf
>    Affects Versions: 2.11.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>
> I am following the readme file of the camel-example-cxf-blueprint example.
> After install the example and starting it in Karaf 2.3.1. I open the web url: 
> http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident?wsdl
> And notice this in my karaf shell
> {code}
> karaf@root> Warning:  The encoding 'UTF-8' is not supported by the Java 
> runtime.
> Warning: encoding "UTF-8" not supported, using UTF-8
> Warning:  The encoding 'UTF-8' is not supported by the Java runtime.
> Warning: encoding "UTF-8" not supported, using UTF-8
> {code}
> {code}
> [ 172] [Active     ] [Created     ] [       ] [   80] 
> camel-example-cxf-blueprint (2.12.0.SNAPSHOT)
> karaf@root> web:list
>    ID   State         Level  Web-ContextPath           Name
> karaf@root> cxf:
> cxf:list-busses       cxf:list-endpoints    cxf:start-endpoint    
> cxf:stop-endpoint
> karaf@root> cxf:list-
> cxf:list-busses       cxf:list-endpoints
> karaf@root> cxf:list-endpoints
> Name                      State      Address                                  
>                     BusID
> [ReportIncidentService  ] [Started ] 
> [http://localhost:8181/cxf/camel-example-cxf-blueprint/webservices/incident] 
> [org.apache.camel.camel-example-cxf-blueprint-cxf729778718]
> {code}
> I think we in the past had problems with this encoding not supported printed 
> directly to System.out.

--
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 via email to