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

        Ted Goddard created issue -
        Ted Goddard made changes -
        Field Original Value New Value
        Assignee Steve Maryka [ steve.maryka ] Ted Goddard [ ted.goddard ]
        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.)
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28117 Fri Mar 02 09:57:41 MST 2012 ted.goddard improve error checking in auxiliary upload (MOBI-180)
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/AuxUploadResourceHandler.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28118 Fri Mar 02 09:59:03 MST 2012 ted.goddard improve error checking in auxiliary upload (MOBI-180)
        Files Changed
        Commit graph MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/core/src/main/java/org/icefaces/impl/application/AuxUploadResourceHandler.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #28122 Fri Mar 02 11:05:12 MST 2012 ted.goddard non-static parameter init and formatted cookies for WebSphere (MOBI-180)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/device/microphone/MicrophoneBean.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/mobisx/IceMobileSXRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/utils/Utils.java
        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.
        Ted Goddard made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s EE 1.0 Final [ 10318 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31604 Fri Oct 19 10:50:47 MDT 2012 ted.goddard use getSessionIdCookie so that cookieFormat is applied for ICEmobile-SX (MOBI-180)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/SXUtils.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/camera/Camera.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/utils/MobiJSFUtils.java
        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.
        Migration made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Migration made changes -
        Resolution Fixed [ 1 ]
        Status Closed [ 6 ] Reopened [ 4 ]
        Migration made changes -
        Fix Version/s 1.2 Beta [ 10344 ]
        Fix Version/s EE 1.0 Final [ 10318 ]
        Migration made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33007 Wed Jan 09 10:41:14 MST 2013 ted.goddard using cookieFormat in SXUtils (MOBI-180)
        Files Changed
        Commit graph MODIFY /icemobile/branches/icemobile-1.2.0-191212/icemobile/core/src/main/java/org/icemobile/util/SXUtils.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33008 Wed Jan 09 10:45:57 MST 2013 ted.goddard using cookieFormat in SXUtils (MOBI-180)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/SXUtils.java
        Ted Goddard made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        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.
        Ted Goddard made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Fix Version/s 1.2 EE [ 10372 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33126 Fri Jan 18 14:11:07 MST 2013 ted.goddard make use of cookieFormat in DeviceTag (MOBI-180)
        Files Changed
        Commit graph MODIFY /icemobile/branches/icemobile-1.2.0-191212/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceTag.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33127 Fri Jan 18 14:13:31 MST 2013 ted.goddard make use of cookieFormat in DeviceTag (MOBI-180)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceTag.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: