Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: 3.3
-
Component/s: Documentation, Bridge, Framework
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
When compressDOM=true and an ace:ajax event is executed with an ICE component on the page an UnsupportedOperationException is thrown. Changing to compressDOM=false, the error isn't thrown.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case11816Example.zip [ 15438 ] | |
Attachment | Case11816ExampleWAR.zip [ 15439 ] |
Ken Fyten
made changes -
Assignee | Ted Goddard [ ted.goddard ] | |
Fix Version/s | 3.3 [ 10370 ] | |
Assignee Priority | P2 [ 10011 ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Arran Mccullough [ arran.mccullough ] |
Ken Fyten
made changes -
Assignee | Arran Mccullough [ arran.mccullough ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33870 | Tue Mar 12 17:00:14 MDT 2013 | ted.goddard | removed stax features of FastInfoset repackage due to JDK 1.6 requirement ( |
Files Changed | ||||
DEL
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/fastinfoset/com/sun/xml/fastinfoset/stax
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33871 | Tue Mar 12 17:10:08 MDT 2013 | ted.goddard | removed stax features of FastInfoset repackage due to JDK 1.6 requirement ( |
Files Changed | ||||
DEL
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/fastinfoset/com/sun/xml/fastinfoset/tools
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33872 | Tue Mar 12 17:15:34 MDT 2013 | ted.goddard | removed stax features of FastInfoset repackage due to JDK 1.6 requirement ( |
Files Changed | ||||
DEL
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/fastinfoset/org/jvnet/fastinfoset/stax
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33873 | Tue Mar 12 17:29:01 MDT 2013 | ted.goddard | invoking setIdAttributeNode for attributes named id ( |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/fastinfoset/com/sun/xml/fastinfoset/dom/DOMDocumentParser.java
|
Ted Goddard
made changes -
Component/s | Documentation [ 10018 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33879 | Wed Mar 13 09:55:07 MDT 2013 | ken.fyten | Updated charset to UTF-8. |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/lib/versions-licenses.html
|
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] | Documentation (User Guide, Ref. Guide, etc.),Compatibility/Configuration [ 10003, 10002 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34944 | Thu May 09 16:30:26 MDT 2013 | mark.collette | repackaged fastinfoset under org.icefaces.impl ( After ICEfaces 3.3.0 release, noticed that we're still saying that icefaces.jar relies on fastinfoset.jar, so removed the maven dependency. |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/pom.xml
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows the issue. To reproduce enter in some text to the masked entry and tab out. Error is thrown then.