Problem is that soldr calls getBeans() during init and WELD 2 now throws an exception for this:
org.jboss.weld.exceptions.IllegalStateException: WELD-001332 BeanManager
method getBeans() is not available during application initialization
Sadly the weld 2 people didn't think about backwards compatibility in that position (why not just throw a big warning?);
Is there any way soldr3.x can get a last compatibilitiy fix?
At least it was previous weld-extensions and therefore seen as the de-facto standard. I know that the future should be Apache DeltaSpike, but that wouldnt be a drop in replacement like a new 3.x version of soldr would be.