0

Apache Karaf (karaf フレームワークは felix、バージョンは 4.2.1) に機能をインストールしているときに、以下のような制約違反を使用しています。

解決できませんでした。理由: パッケージで競合が使用されています: Import-Package: org.apache.http.entity; バージョン="0.0.0"

After googling , came to know that "Dependency Chain" can help in root causing the issue. but I do not know the steps to follow to get this dependency chain printed in the logs or osgi console

Example Dependency chain is given in the below URL: Dependency chain conflicts for Hibernate and Apache Felix

Thanks in advance

4

1 に答える 1

2

felix フレームワークを使用している場合、これはバンドルの開始時にコンソールおよび/またはログファイルに出力されます。Karaf を使用すると、bundle:tree-show [bundle-id] も確認できます。これにより、バンドルが依存しているすべてのバンドルが表示されます。

于 2015-02-27T08:01:43.030 に答える