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 2020/09/09 17:03:00 UTC

[jira] [Comment Edited] (CAMEL-15518) Wong service generated for the ExtendedCamelContext

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

Claus Ibsen edited comment on CAMEL-15518 at 9/9/20, 5:02 PM:
--------------------------------------------------------------

So in the pom.xml of the camel-core-engine you can do a mapping.

However to avoid OSGi split package problems then the generated configurer is moved into impl package

org.apache.camel.ExtendedCamelContext=org.apache.camel.impl.ExtendedCamelContext

However the service manifest file has in the wrong name.



was (Author: davsclaus):
So in the pom.xml of the camel-core-engine you can do a mapping.

However to avoid OSGi split package problems then the generated configurer is moved into impl package

org.apache.camel.ExtendedCamelContext=org.apache.camel.impl.ExtendedCamelContext

However the service manifest file is in the wrong folder.


> Wong service generated for the ExtendedCamelContext
> ---------------------------------------------------
>
>                 Key: CAMEL-15518
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15518
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Luca Burgazzoli
>            Priority: Major
>             Fix For: 3.6.0
>
>
> The name of the configurer for the the ExtendedCamelContext is wrong as it uses the FQCN of the implementation class (org.apache.camel.impl.ExtendedCamelContext) instead of the interface one (org.apache.camel.ExtendedCamelContext).
> Maybe the @Configurer annotation should allow to set the name of the factory file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)