]
Ales Justin resolved AS7-4249.
------------------------------
Resolution: Done
Inherited start/stop methods are not invoked on a POJO
------------------------------------------------------
Key: AS7-4249
URL:
https://issues.jboss.org/browse/AS7-4249
Project: Application Server 7
Issue Type: Bug
Components: POJO
Affects Versions: 7.1.1.Final
Reporter: Ivo Studensky
Assignee: Ales Justin
Fix For: 7.1.2.Final
Let's say we have a POJO A which extends a class B. The start/stop
methods are defined in the class B. In the jboss-beans.xml file is
something like this:
<bean name="A" class="blah.blah.A"/>
Then, only the constructor of A is invoked by AS7, but no invocation of
start/stop methods occur. The start/stop methods are invoked only if
they are directly defined in A.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: