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

Hadrian Zbarcea commented on CAMEL-3881:
----------------------------------------

Dan, thanks for reporting and for the patch.


> camel-spring doesn't import into eclipse
> ----------------------------------------
>
>                 Key: CAMEL-3881
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3881
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.8.0
>            Reporter: Daniel Kulp
>            Assignee: Hadrian Zbarcea
>
> camel-spring no longer imports into eclipse as OsgiSpringCamelContext 
> references OsgiTypeConverter which implements ServiceTrackerCustomizer.   The 
> org.osgi.compendium jar isn't a dependency of camel-spring so the class 
> cannot be found and eclipse gives an error.
> Simple fix is to add a dependency to the pom:
> {code:xml}
>     <dependency>
>       <groupId>org.osgi</groupId>
>       <artifactId>org.osgi.compendium</artifactId>
>       <scope>provided</scope>
>       <optional>true</optional>
>     </dependency>
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to