jamesnetherton commented on issue #1874:
URL: https://github.com/apache/camel-quarkus/issues/1874#issuecomment-714485729


   When I remove the as2 configuration classes from the 
`ReflectiveClassBuildItem` config, native compilation fails. So it seems it is 
doing fallback on reflection:
   
   ```
   Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to 
resolve endpoint: 
as2://server/listen?clientFqdn=example.com&requestUriPattern=%2F&serverPortNumber=45425
 due to: There are 1 parameters that couldn't be set on the endpoint. Check the 
uri if the parameters are spelt correctly and that they are properties of the 
endpoint. Unknown parameters=[{requestUriPattern=/}]
        at 
org.apache.camel.support.DefaultComponent.validateParameters(DefaultComponent.java:288)
        at 
org.apache.camel.support.DefaultComponent.createEndpoint(DefaultComponent.java:177)
        at 
org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:862)
   ```
   
   @davsclaus any idea what's wrong here? 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to