Details

    • Type: Task Task
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE 1.0
    • Fix Version/s: 1.2 Beta, EE 1.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      ICEmobile, WebSphere

      Description

      ICEmobile must run on WebSphere.

        Activity

        Hide
        Ted Goddard added a comment -

        Refactoring (JSP/JSF support) appears to have broken WebSphere integration.

        Show
        Ted Goddard added a comment - Refactoring (JSP/JSF support) appears to have broken WebSphere integration.
        Hide
        Ted Goddard added a comment - - edited

        WebSphere functionality has been restored to trunk.

        Show
        Ted Goddard added a comment - - edited WebSphere functionality has been restored to trunk.
        Hide
        Ted Goddard added a comment -

        Above web.xml settings are confirmed and working with both mediacast and mobileshowcase. If the above settings are not included, the application will be unresponsive.

        Show
        Ted Goddard added a comment - Above web.xml settings are confirmed and working with both mediacast and mobileshowcase. If the above settings are not included, the application will be unresponsive.
        Hide
        Ted Goddard added a comment -

        WAS 8 is currently exhibiting state saving problems with commandLink ClientBehavior:

        +++ samples/core/basic/src/main/webapp/icefaces.xhtml (working copy)
        @@ -40,6 +40,9 @@
        <h:commandButton id="button1" value="Show/Hide"
        actionListener="#

        {basic.toggle}">
        </h:commandButton>
        + <h:commandLink id="link1" value="Show/Hide"
        + actionListener="#{basic.toggle}

        ">
        + </h:commandLink>
        <br/>
        <h:outputText value="Reload entire page: "/>
        <h:commandButton id="reload" value="reload">

        (This causes a mysterious NullPointerException to appear as the body of the Ajax update response.)

        Show
        Ted Goddard added a comment - WAS 8 is currently exhibiting state saving problems with commandLink ClientBehavior: +++ samples/core/basic/src/main/webapp/icefaces.xhtml (working copy) @@ -40,6 +40,9 @@ <h:commandButton id="button1" value="Show/Hide" actionListener="# {basic.toggle}"> </h:commandButton> + <h:commandLink id="link1" value="Show/Hide" + actionListener="#{basic.toggle} "> + </h:commandLink> <br/> <h:outputText value="Reload entire page: "/> <h:commandButton id="reload" value="reload"> (This causes a mysterious NullPointerException to appear as the body of the Ajax update response.)

          People

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

            Dates

            • Created:
              Updated:
              Resolved: