Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush, ICEfaces, JSP
Description
ICEpush should support push for both JSF and JSP pages in the same application. A recent test shows that push no longer functions when both are active.
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | simple.war [ 15426 ] |
Ted Goddard
made changes -
Attachment | simple.war [ 15426 ] |
Ted Goddard
made changes -
Attachment | simple.war [ 15427 ] |
Ted Goddard
made changes -
Attachment | simple.war [ 15428 ] |
Ted Goddard
made changes -
Attachment | simple.war [ 15427 ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33363 | Thu Feb 07 15:55:50 MST 2013 | ted.goddard | MainServlet.getInstance for shared JSF JSP ICEpush ( |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/MainServlet.java
MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/servlet/ICEpushServlet.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33364 | Thu Feb 07 15:56:04 MST 2013 | ted.goddard | MainServlet.getInstance for shared JSF JSP ICEpush ( |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/push/servlet/ICEpushResourceHandler.java
|
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Pages to be updated via push:
http://localhost:8080/simple/pushed.jsp
http://localhost:8080/simple/pushed.jsf
Pages initiating update via push:
http://localhost:8080/simple/pushall.jsp (simply load to cause push)
http://localhost:8080/simple/pushit.jsf (press button to push)
If the FacesServlet is commented out in web.xml, then the pure JSP example will function. If org.icepush.servlet.ICEpushServlet is commented out, JSF will function. It appears that JSF is also loaded automatically even if the servlet is not registered if a JSF page is fetched.