I few minor changes since RC7 came out. The @EJB annotation was in the wrong package. It was in javax.annotation, it should be in javax.ejb. Also, the InvocationContext.getBean() method should be InvocationContext.getTarget(). That's all the changes.