You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/29 07:39:02 UTC

[GitHub] [camel-k] jamesnetherton commented on issue #1232: Camel-K Doesn't Create a Service or Ingress for an Integration

jamesnetherton commented on issue #1232: Camel-K Doesn't Create a Service or Ingress for an Integration
URL: https://github.com/apache/camel-k/issues/1232#issuecomment-579633063
 
 
   I suspect it's related to how you have configured your route and how camel-k tries to determine whether an integration requires an HTTP service. It extracts the `from` endpoint URI scheme and uses it to look up whether it is an HTTP related component. Because your `from` part is `fromEndpoint`, it can't do this.
   
   Try configuring the endpoint like:
   
   ```
   from("cxf://http://0.0.0.0/ws?wsdlURL=http://foo/bar.wsdl")
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services