The SessionSpecContainer's invoke method:
public Object invoke(Object proxy, SerializableMethod method, Object[] args) throws Throwable
expects the "proxy" the first parameter to be an instance of java.lang.reflect.Proxy.
In case of the no-interface view for an EJB (being developed for EJB3.1), the proxy will not be an j.l.r.Proxy.