>
> on()
> I think the EJB 3.1 spec would benefit from a
> EJB3Container.unwrap(JBossEJB3Container.class).deploy(...);
> on() is nice but again, you need to know it exists.
JBossEJBContainer.cast(container). ...
EJBContainerWrapper is an ugly thing from a proposed spec
requirement, it's going away before final.
It's a name proposed in many specs and already used by JDBC. I hope
the EJB lead speaks to other peoples like the JPA EG.
BTW unwrap is kind if a better name than cast as the object returned
is not necessarily "this"