Does anyone know why it is invalid to inject a non-none managed bean into a
none managed bean?
ManagedBeanFactory.hasValidLifespan()
It seems to me this would be a useful configuration in some instances. It
would seem that if you could come up with a case for a managed bean with
scope none you could come up with a reason to place request, session, or
application scoped managed beans in it.
Mike