-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The org.jboss.ejb3.test.jms.managed.JMSTestBean bean exposes a EJB3 view (i.e. no home/local-home or other EJB2.x views). But it has a @Init annotated methods and expects it to be called for the EJB3 view. This is against the EJB3 spec which states that the @Init is meant for only EJB2.x view (through home/local-home interfaces).