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/10/05 12:31:57 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #1874: Remove Camel AS2 configuration class reflection registration

jamesnetherton opened a new issue #1874:
URL: https://github.com/apache/camel-quarkus/issues/1874


   See here:
   
   https://github.com/apache/camel-quarkus/blob/master/extensions/as2/deployment/src/main/java/org/apache/camel/quarkus/component/as2/deployment/As2Processor.java#L52-L53
   
   `AS2ServerManagerEndpointConfiguration` and `AS2ClientManagerEndpointConfiguration` have corresponding configurer classes. So reflective access should not be required.


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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1874: Remove Camel AS2 configuration class reflection registration

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



[GitHub] [camel-quarkus] ppalaga closed issue #1874: Remove Camel AS2 configuration class reflection registration

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #1874:
URL: https://github.com/apache/camel-quarkus/issues/1874


   


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



[GitHub] [camel-quarkus] davsclaus commented on issue #1874: Remove Camel AS2 configuration class reflection registration

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #1874:
URL: https://github.com/apache/camel-quarkus/issues/1874#issuecomment-714495493


   Yeah it looks like it does, after I debugged a bit. Can you create a JIRA ticket then I can look at this for 3.7


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



[GitHub] [camel-quarkus] ppalaga commented on issue #1874: Remove Camel AS2 configuration class reflection registration

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #1874:
URL: https://github.com/apache/camel-quarkus/issues/1874#issuecomment-743149705


   The fix is available in the camel-master branch


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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #1874: Remove Camel AS2 configuration class reflection registration

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #1874:
URL: https://github.com/apache/camel-quarkus/issues/1874#issuecomment-714499130


   https://issues.apache.org/jira/browse/CAMEL-15737


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