Hi everyone! I have a facelet implemented with the org.apache.myfaces.portlet.MyFacesGenericPortlet and a xhtml referencing a session bean.
after modifying the xhtml and redeploying my ear (containing the portlet) I get a NullPointerException and I have to restart the whole application server. Since restarting the application server after each modification causes a really high test-debug-code interval time, I need urgently a solution for this problem. | The NullPointerException comes in the method org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender: | | java.lang.NullPointerException | at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:393) | at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266) | at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:167) | at javax.portlet.GenericPortlet.render(GenericPortlet.java:407) | at org.jboss.portal.portlet.PortletContainer.invokeRender(PortletContainer.java:512) | Could anybody tell me what I have to care for when I use the MyFacesGenericPortlet? Thanks in advance, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925018#3925018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925018 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
