dain 2005/01/26 18:28:02
Removed: modules/openejb-builder/src/test/org/openejb/slsb
AppException.java MockEJB.java MockHome.java
MockLocal.java MockLocalHome.java MockRemote.java
Log:
ENC is now passed around as a Map instead of a jndi Context. This allows the
ejb container to modify it and inject the kernel and class loader into
references.
Changed Stateless and MDB containers to use system chain for ejbCreate and
ejbRemove invocations.
Added test to verify that ejbRemove is propertly called from the cache code.