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

        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
        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
        Hide
        Ken Fyten added a comment -

        Re-targeted for 1.8.

        Show
        Ken Fyten added a comment - Re-targeted for 1.8.
        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)?
        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.
        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.
        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.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: