Community
Participate
Working Groups
Build Identifier: 2.2.0 (master branch) Found in: kernel/org.eclipse.virgo.kernel.deployer/src/main/resources/META-INF/spring/deployer-context.xml First registration is on line 255: <!-- basic artifact type factories --> <service interface="org.eclipse.virgo.kernel.install.artifact.InstallArtifactTreeFactory" ref="bundleInstallArtifactTreeFactory" /> Second is on line 278: <service ref="bundleInstallArtifactTreeFactory" interface="org.eclipse.virgo.kernel.install.artifact.InstallArtifactTreeFactory" /> I have not seen this to cause an issue so far. I think one of the service registrations should be removed. Reproducible: Always
Nice catch! I agree we should delete one of these service elements.
Created attachment 183580 [details] patch I wrote 100% of the code and have rights to contribute this code to Eclipse
Thanks for the patch! Applied at commit 7c06ccd77ef17868710c90e0d3ea7988ac17b3bf and pushed.