Community
Participate
Working Groups
In the kernel, edit build-kernel/repository/ext/org.eclipse.virgo.kernel.userregion.springdm.plan to have the plan attribute provisioning=disabled. Since the plan is not transitively complete, e.g. it depends on various Spring framework packages, kernel startup fails. However, running a build with: ant clean clean-integration test package smoke-test results in BUILD SUCCESSFUL when it should fail.
Note: the plan attribute is spelled provisioning="disabled". For ease of debugging, I ran the following targets instead: ant clean clean-integration jar package smoke-test
Fixed in kernel commit 15aa68133e6a3eb5c7feafb354d4acb88e6818b6.