-
Bug
-
Resolution: Done
-
Major
-
None
-
6.0.0.M2
-
None
I have a simple test in testsuite that does @PostConstruct and @PreDestroy on a managed bean. It's the JSFIntegrationUnitTestCase (see linked issue). One of the failures is caused because TomcatInjectionContainer doesn't seem to be doing anything when called. I've verified that the managed bean is passed to the proper postConstruct(), preDestroy(), and processInjectors() methods of TomcatInjectionContainer. However, the methods on the managed bean are never called.
This worked in milestone 1 but appears broken in milestone 2.
Can you take a look, Emanuel?
- blocks
-
JBAS-7660 org.jboss.test.web.test.JSFIntegrationUnitTestCase
- Closed