タグ付けされた質問 「jboss7.x」

1
両方のチェーンが同じバンドルで終わっているときに、use制約に違反するのはなぜですか?
4つのバンドルがあり、それぞれにマニフェストのみが含まれています。バンドルは app輸入com.example.foo.fragmentとcom.example.bar foo どの輸出 com.example.foo;uses:=com.example.foo.cfg foo.fragmentこれはfooそのエクスポートに添付されたフラグメントでcom.example.foo.fragmentあり、com.example.foo.fragment.cfg;uses:=com.example.foo.fragment barどのエクスポートcom.example.barとインポートcom.example.foo バンドルレベルの依存関係グラフ: app -> bar | | | v | foo | | v v foo.fragment これらのバンドルをJBoss AS 7.2に一度にすべてインストールすると、問題なく動作します。しかし、初めて、または正常に起動してアンインストールした後で、appバンドルを他のバンドルの後にインストールすると、次の使用制約違反が発生します。 Caused by: org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource com.example.app [HostBundleRevision[com.example.app:0.0. 0]] because it is exposed to package 'com.example.foo.fragment' from resources com.example.foo [HostBundleRevision[com.example.foo:0.0.0]] and …

10
プラグインの実行がライフサイクル構成の対象外(JBossas 7 EARアーキタイプ)
私はEclipse 3.7 IndigoとMaven M2E Plugin 1.0.100を使用しています。 JBoss 7.x JavaEE 6 EARアーキタイプを使用すると、EARのpomでこのエラーが発生します。 プラグインの実行がライフサイクル構成でカバーされていません:org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml(実行:default-generate-application-xml、フェーズ:generate-resources) <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.6</version> <configuration> <!-- Tell Maven we are using Java EE 6 --> <version>6</version> <!-- Use Java EE ear libraries as needed. Java EE ear libraries are in easy way to package any libraries needed in …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.