ICEfaces
  1. ICEfaces
  2. ICE-4445

auxiliary FacesContext instantiation

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8
    • Fix Version/s: 1.8.1
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces
    • Affects:
      Compatibility/Configuration

      Description


      Some third party components do not function as expected if their FacesContext implementation is not available.

        Activity

        Hide
        Ted Goddard added a comment -

        Auxiliary FacesContext objects will be instantiated (but not referenced; they must have their own ThreadLocal mechanism) when the following parameter is configured:

        <context-param>
        <param-name>com.icesoft.faces.auxiliaryContexts</param-name>
        <param-value> org.auxiliary.FacesContextImpl </param-value>
        </context-param>

        Show
        Ted Goddard added a comment - Auxiliary FacesContext objects will be instantiated (but not referenced; they must have their own ThreadLocal mechanism) when the following parameter is configured: <context-param> <param-name>com.icesoft.faces.auxiliaryContexts</param-name> <param-value> org.auxiliary.FacesContextImpl </param-value> </context-param>
        Hide
        Ted Goddard added a comment -

        For compatibility with financial institution components.

        Show
        Ted Goddard added a comment - For compatibility with financial institution components.

          People

          • Assignee:
            Unassigned
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: