1 Reply Latest reply on Apr 8, 2007 11:46 AM by harnishg

    Out of Memory Error after upgrade from 1.0.6 to 1.1.0

      One of my JSF pages uses an XML backend to generate its tables. I'm assuming the problem is some conflict with the the XML code in AJAX4JSF 1.1.0 ... perhaps because I'm using the built-in XML processing:

      import com.sun.org.apache.xml.internal.serialize.OutputFormat;
      import com.sun.org.apache.xml.internal.serialize.XMLSerializer;

      or

      something else.

      Anyway, the exception is:


      javax.servlet.ServletException: Servlet execution threw an exception org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220)

      root cause
      java.lang.OutOfMemoryError: Java heap space


      Does anyone have any ideas of what I can do to fix this problem?