[
https://jira.jboss.org/jira/browse/EJBTHREE-2032?page=com.atlassian.jira....
]
jaikiran pai edited comment on EJBTHREE-2032 at 3/2/10 4:04 AM:
----------------------------------------------------------------
Fixed in r101704.
The org.jboss.ejb3.test.bank.BankBean21 bean was fixed to include a ejbCreate() method in
this session bean class, instead of its superclass.
Section 4.9.5 of EJB3 spec says:
<quote>
The *session bean class* of a session bean that has a home interface may define one or
more ejbCreate<METHOD> methods.
....
</quote>
was (Author: jaikiran):
Fixed in r101704.
The org.jboss.ejb3.test.bank.BankBean21 bean was fixed to include a ejbCreate() method in
this session bean class, instead of its superclass.
Investigate
org.jboss.ejb3.test.bank.unit.BankDeploymentDescriptorTestCase.testStatefulBank21 failure
-----------------------------------------------------------------------------------------------------
Key: EJBTHREE-2032
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-2032
Project: EJB 3.0
Issue Type: Task
Components: testsuite
Reporter: jaikiran pai
Assignee: jaikiran pai
It's related to the @Init change and needs a bit of investigation. The test case
looks valid so might be an edge case which was missed out (the test deployment doesn't
explicitly have a @Init marked for ejbCreate() for EJB2.x view). I'll take a detailed
look some time later.
--
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