142143144145146147148149150151152
protected EntityContext getEntityContext() throws NotSupportedException, SystemException { EntityContextImpl ctx = EntityContextImpl.newInstance( this, (EntityBean)obj, namingContext); return ctx;