Describe the bug
About Issue #144, the problem is that the lookup object which is used and coming from the creationalContext used durong the intitalisation of the CDI extension (portable one) seems to not be able to select CDI beans normally later when the application need to Inject.
We have handle that by using beanManager in case of fallback (using isResolvable).
But it should be good to understand the difference with the other servers.