You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2009/12/15 16:21:52 UTC

[jira] Resolved: (CAMEL-2285) jetty endpoint on IP address 0.0.0.0 + CXFbean endpoint does not work

     [ https://issues.apache.org/activemq/browse/CAMEL-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles Moulliard resolved CAMEL-2285.
--------------------------------------

    Resolution: Fixed

Same issue as identified in camel 2286

> jetty endpoint on IP address 0.0.0.0 + CXFbean endpoint does not work
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-2285
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2285
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Charles Moulliard
>
> The following config does not work :
> {code}
> 		<camel:route>
> 		    <camel:from uri="jetty:http://0.0.0.0:8282?matchOnUriPrefix=true"/>
> 			<camel:to uri="cxfbean:reportIncidentServiceBean"/>
> 		</camel:route>
> {code}
> but well this one :
> {code}
> 		<camel:route>
> 		    <camel:from uri="jetty:http://localhost:8282?matchOnUriPrefix=true"/>
> 			<camel:to uri="cxfbean:reportIncidentServiceBean"/>
> 		</camel:route>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.