You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/04/16 16:05:15 UTC

[jira] [Created] (CAMEL-6288) Browsing the wsdl of the camel-example-cxf-blueprint prints to system out in Apache Karaf - encoding not supported

Claus Ibsen created CAMEL-6288:
----------------------------------

             Summary: 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