EJB spec says: {quote} A client may remove a stateful session bean by invoking a method of its business interface designated as a Remove method. {quote}
The tested SFSB Elephant declares @Remove method which is not bussiness interface method. The same applies likely for org.jboss.cdi.tck.tests.context.passivating.enterprise.valid.StatefulSessionBeanTest and SFSB Telephone.
|