Details
Description
If compressDOM is enabled, the following Exception is thrown:
Dec 10, 2010 9:44:30 AM org.icefaces.impl.context.DOMResponseWriter getOldDocument
SEVERE: Failed to restore old DOM
java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl cannot be cast to [B
at org.icefaces.impl.context.DOMResponseWriter.getOldDocument(DOMResponseWriter.java:459)
at org.icefaces.impl.context.DOMResponseWriter.getOldDocument(DOMResponseWriter.java:446)
at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:157)
at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:968)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1643)
Dec 10, 2010 9:44:30 AM org.icefaces.impl.context.DOMResponseWriter getOldDocument
SEVERE: Failed to restore old DOM
java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl cannot be cast to [B
at org.icefaces.impl.context.DOMResponseWriter.getOldDocument(DOMResponseWriter.java:459)
at org.icefaces.impl.context.DOMResponseWriter.getOldDocument(DOMResponseWriter.java:446)
at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:157)
at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:968)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1643)
Issue Links
- blocks
-
ICE-5756 Google App Engine support
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23442 | Fri Dec 10 10:07:17 MST 2010 | ted.goddard | storing data rather than document for compressDOM ( |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/context/DOMResponseWriter.java
|