It is a SFSB in Conversation scope. It's remove method does nothing. I have two things injected
| @In(required=true, value="#{basePath}") | private String m_basePath; | | @In(required=true, value="#{jws_xx}") | private String m_jws_xx; | and both of these are declared in components.xml - like this | <factory name="basePath" value="#{facesContext.externalContext.request.scheme}://#{facesContext.externalContext.request.serverName}:#{facesContext.externalContext.request.serverPort}#{facesContext.externalContext.request.contextPath}/" | /> | <factory name="jws_xx" value="jws_1.1" /> | And the reference to facesContext is in the "basePath". That is the only place. So, what could be referencing the facesContext at point of destruction? Do I need to clear injected variables? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067789#4067789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067789 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user