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:16 UTC

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

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

Claus Ibsen commented on CAMEL-6288:
------------------------------------

karaf@root> info
Karaf
  Karaf version               2.3.1
  Karaf home                  /opt/apache-karaf-2.3.1
  Karaf base                  /opt/apache-karaf-2.3.1
  OSGi Framework              org.apache.felix.framework - 4.0.3

JVM
  Java Virtual Machine        Java HotSpot(TM) 64-Bit Server VM version 23.7-b01
  Version                     1.7.0_13
  Vendor                      Oracle Corporation
  Uptime                      5 minutes
  Total compile time          24.956 seconds
Threads
  Live threads                48
  Daemon threads              35
  Peak                        50
  Total started               69
Memory
  Current heap size           38,657 kbytes
  Maximum heap size           520,896 kbytes
  Committed heap size         43,776 kbytes
  Pending objects             0
  Garbage collector           Name = 'PS Scavenge', Collections = 141, Time = 0.505 seconds
  Garbage collector           Name = 'PS MarkSweep', Collections = 3, Time = 0.292 seconds
Classes
  Current classes loaded      7,603
  Total classes loaded        7,604
  Total classes unloaded      1
Operating system
  Name                        Mac OS X version 10.8.3
  Architecture                x86_64
  Processors                  4
                
> 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