Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 3.1
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
-
Environment:JBoss 7.1.1.Final
Icefaces 3.1
Description
To reproduce the issue:
-Create a small web application with two managed beans that have window scope
-annotate a method with @PostConstruct in only one bean
The bean with the @PostConstruct annotation will not get disposed after the window is closed, which causes the memory leak
-Create a small web application with two managed beans that have window scope
-annotate a method with @PostConstruct in only one bean
The bean with the @PostConstruct annotation will not get disposed after the window is closed, which causes the memory leak
-
Hide
- icefacesTestApp.zip
- 5.68 MB
- Marc Dave
-
- icefacesTestApp/pom.xml 2 kB
- icefacesTestApp/.../IcefacesTestBean.java 0.3 kB
- icefacesTestApp/src/.../LogoutBean.java 0.8 kB
- icefacesTestApp/src/.../TestBean.java 0.1 kB
- icefacesTestApp/src/.../TestBeanLeaking.java 0.3 kB
- icefacesTestApp/src/.../webapp/index.jsp 0.2 kB
- icefacesTestApp/src/.../webapp/login.xhtml 1 kB
- icefacesTestApp/src/.../loginerror.xhtml 0.5 kB
- icefacesTestApp/src/.../webapp/logout.xhtml 0.5 kB
- icefacesTestApp/src/.../webapp/main.xhtml 0.8 kB
- icefacesTestApp/src/.../secure/main.xhtml 0.7 kB
- icefacesTestApp/src/.../faces-config.xml 0.7 kB
- icefacesTestApp/src/.../jboss-web.xml 0.1 kB
- icefacesTestApp/src/main/.../WEB-INF/web.xml 1 kB
- icefacesTestApp/.../icefacesTestApp.war 5.67 MB
- pom.xml 2 kB
- src/main/.../IcefacesTestBean.java 0.2 kB
- src/main/.../LeakingBean.java 0.3 kB
- src/main/.../icefacestestapp/LogoutBean.java 0.8 kB
- src/main/webapp/index.jsp 0.2 kB
- src/main/webapp/login.xhtml 1 kB
- src/main/webapp/loginerror.xhtml 0.5 kB
- src/main/webapp/logout.xhtml 0.5 kB
- src/main/webapp/secure/main.xhtml 0.8 kB
- src/main/webapp/WEB-INF/faces-config.xml 1.0 kB
- src/main/webapp/WEB-INF/jboss-web.xml 0.2 kB
- src/main/webapp/WEB-INF/web.xml 2 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Test application to reproduce the issue