ICEfaces
  1. ICEfaces
  2. ICE-3212

Obsolete the icefaces-ahs.jar requirement for ICEfaces applications to use AHS

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.1
    • Fix Version/s: 1.8DR#2, 1.8
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces, ICEfaces AHS
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration

      Description

      Move any necessary classes into the Core framework for the Core to utilize AHS capabilities without the requirement of icefaces-ahs.jar. Everything specific to AHS itself should remain in icefaces/ahs.

        Activity

        Jack Van Ooststroom created issue -
        Jack Van Ooststroom made changes -
        Field Original Value New Value
        Assignee Jack Van Ooststroom [ jack.van.ooststroom ]
        Hide
        Jack Van Ooststroom added a comment -

        Changed Fix Version(s) to 1.7.2

        Show
        Jack Van Ooststroom added a comment - Changed Fix Version(s) to 1.7.2
        Jack Van Ooststroom made changes -
        Component/s Framework [ 10013 ]
        Fix Version/s 1.7.2 [ 10130 ]
        Affects Version/s 1.7.1 [ 10122 ]
        Hide
        Jack Van Ooststroom added a comment -

        Changed Assignee Priority to P3; might by out-of-scope for this release

        Show
        Jack Van Ooststroom added a comment - Changed Assignee Priority to P3; might by out-of-scope for this release
        Jack Van Ooststroom made changes -
        Assignee Priority P3
        Hide
        Ken Fyten added a comment -

        Re-targeted for 1.8.

        Show
        Ken Fyten added a comment - Re-targeted for 1.8.
        Ken Fyten made changes -
        Fix Version/s 1.8DR#2 [ 10142 ]
        Fix Version/s 1.7.2 [ 10130 ]
        Ken Fyten made changes -
        Affects [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial]
        Ken Fyten made changes -
        Fix Version/s 1.8DR#1 [ 10141 ]
        Fix Version/s 1.8DR#2 [ 10142 ]
        Affects [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration]
        Assignee Priority P3 P2
        Hide
        Ken Fyten added a comment -

        Using AHS should be disabled by default and enabled via a config parameter (existing)?

        Show
        Ken Fyten added a comment - Using AHS should be disabled by default and enabled via a config parameter (existing)?
        Ken Fyten made changes -
        Fix Version/s 1.8DR#2 [ 10142 ]
        Fix Version/s 1.8DR#1 [ 10141 ]
        Jack Van Ooststroom made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #17816 Thu Oct 23 14:11:39 MDT 2008 jack.van.ooststroom Fixed JIRA ICE-3212 : Obsolete the icefaces-ahs.jar requirement for ICEfaces applications to use AHS
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
        Commit graph DEL /icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/async/server/AsyncHttpServerAdaptingServlet.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/util/event/servlet/AnnouncementMessageHandler.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/async/common
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/AsyncServerDetector.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/async/common/AsyncHttpServerAdaptingServlet.java
        Commit graph DEL /icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/util/event/servlet/MessagingContextEventPublisher.java
        Commit graph ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/util/event/servlet/MessagingContextEventPublisher.java
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/util/event/servlet/ContextEventRepeater.java
        Commit graph DEL /icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/util/event/servlet/AnnouncementMessageHandler.java
        Commit graph MODIFY /icefaces/trunk/icefaces/ahs/src/com/icesoft/faces/async/common/messaging/MessageService.java
        Hide
        Jack Van Ooststroom added a comment -

        The icefaces-ahs.jar is no longer required to be included in the ICEfaces applications .war-file in order to make use of AHS. By default the ICEfaces application will not try to use AHS. To change this the com.icesoft.faces.blockingRequestHandler property can be set to icefaces-ahs inside the ICEfaces application's web.xml as follows:

        <context-param>
        <param-name>com.icesoft.faces.blockingRequestHandler</param-name>
        <param-value>icefaces-ahs</param-value>
        </context-param>

        Marking this one as FIXED.

        Show
        Jack Van Ooststroom added a comment - The icefaces-ahs.jar is no longer required to be included in the ICEfaces applications .war-file in order to make use of AHS. By default the ICEfaces application will not try to use AHS. To change this the com.icesoft.faces.blockingRequestHandler property can be set to icefaces-ahs inside the ICEfaces application's web.xml as follows: <context-param> <param-name>com.icesoft.faces.blockingRequestHandler</param-name> <param-value>icefaces-ahs</param-value> </context-param> Marking this one as FIXED.
        Jack Van Ooststroom made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Affects [Sample App./Tutorial, Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration]
        Resolution Fixed [ 1 ]
        Hide
        Ken Fyten added a comment -

        Please review the Dev Guide docs and identify the necessary changes for this JIRA.

        Show
        Ken Fyten added a comment - Please review the Dev Guide docs and identify the necessary changes for this JIRA.
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Affects [Sample App./Tutorial, Compatibility/Configuration, Documentation (User Guide, Ref. Guide, etc.)] [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration]
        Jack Van Ooststroom made changes -
        Status Reopened [ 4 ] In Progress [ 3 ]
        Hide
        Jack Van Ooststroom added a comment -

        I send the document changes to Ken. Marking this one as FIXED again.

        Show
        Jack Van Ooststroom added a comment - I send the document changes to Ken. Marking this one as FIXED again.
        Jack Van Ooststroom made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 1.8 [ 10161 ]
        Assignee Priority P2
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Jack van Ooststroom [ jack.van.ooststroom ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Jack Van Ooststroom
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: