Description
ATM we just try the AppContext bean manager but we have 2 pitfalls:
1) test ejbmodule will likely fail since it has no beans
2) Webapp bean manager are just ignored
Idea is to try all bean manager andwhen one succeeds we exit.
Note: we can enhance it more later supporting @DeployableContext("...") to explicitely ask to use a particular BeanManager