[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2027) org.jboss.ejb3.test.jms.managed.JMSTestBean incorrectly uses @Init for a EJB3.x view
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Fri Feb 26 02:38:10 EST 2010
org.jboss.ejb3.test.jms.managed.JMSTestBean incorrectly uses @Init for a EJB3.x view
------------------------------------------------------------------------------------
Key: EJBTHREE-2027
URL: https://jira.jboss.org/jira/browse/EJBTHREE-2027
Project: EJB 3.0
Issue Type: Bug
Components: testsuite
Reporter: jaikiran pai
Assignee: jaikiran pai
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).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list