[
https://issues.apache.org/jira/browse/FELIX-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13987978#comment-13987978
]
Cristiano Gavião commented on FELIX-4496:
-----------------------------------------
Found a better solution...
using the changes bellow resolved the problem of running with the project
source in the workspace.
I upgraded maven-bundle-plugin version and added unpackBundle setting:
{code}
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
-->> <version>2.4.0</version>
<extensions>true</extensions>
<configuration>
-->> <unpackBundle>true</unpackBundle>
<instructions>
...
{code}
> Bundle Repository must embed some non-OSGi dependencies
> -------------------------------------------------------
>
> Key: FELIX-4496
> URL: https://issues.apache.org/jira/browse/FELIX-4496
> Project: Felix
> Issue Type: Bug
> Components: Bundle Repository (OBR)
> Environment: Equinox
> Reporter: Cristiano Gavião
> Attachments: BundleRepositoryLauncher.launch,
> org.apache.felix.bundlerepository-1.7.0-SNAPSHOT.jar
>
>
> at Equinox I'm getting the following error:
> Caused by: java.lang.ClassNotFoundException:
> org.apache.felix.utils.log.Logger cannot be found by osgi.identity;
> osgi.identity="org.apache.felix.bundlerepository";
> type="osgi.bundle"; version:Version="1.7.0.SNAPSHOT"
> The solution seems to embed org.apache.felix.utils, kxml2 and
> woodstox-core-asl
--
This message was sent by Atlassian JIRA
(v6.2#6252)