Hi,
I’d like to query you for this problem:
I’ve 2 XPages with hundreads of fields, it compile just fine, but on the web I get a Error 500 (HTTP Web Server: Command Not Handled Exception ).
Checking the session log:
javax.servlet.ServletException: Unresolved compilation problem:
The code for the static initializer is exceeding the 65535 bytes limit
at com.ibm.xsp.webapp.FacesServlet.handleError(FacesServlet.java:416)
at com.ibm.xsp.webapp.FacesServlet.renderErrorPage(FacesServlet.java:315)
at com.ibm.xsp.webapp.FacesServlet.service(FacesServlet.java:144)
at com.ibm.xsp.webapp.FacesServletEx.service(FacesServletEx.java:131)
…
Deleting soooome fields solve the error, but all fields are mandatory! so this is a no go solution.
at the moment we can’t split the XPages.
any ideas?
(Server Domino last patch)
PS: the only post found on this error is about another product: