ICEfaces
  1. ICEfaces
  2. ICE-6184

Resource Warnings After Addition of ACE component

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta2
    • Fix Version/s: 2.0.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7 through Eclipse Helios -

      Description

      After adding the dateTimeEntry component to the training application with <h:outputStylesheet library="org.icefaces.component.skins" name="sam.css" /> and <h:body class="ice-skin-sam"> I get the following output to the console when running the application:

      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/background.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/menu-button-arrow.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-focus.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-hover.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-active.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/menu-button-arrow-disabled.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-disabled.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites//Users/Ken/Code/ICEfacesBeta2/icefaces-2.0.0-beta2/bundle/ICEfaces-2.0.0-Beta2-bin/icefaces/ace/tools/smartsprites/assets/skins/sam/sprite.png.
      Oct 29, 2010 10:26:48 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites//Users/Ken/Code/ICEfacesBeta2/icefaces-2.0.0-beta2/bundle/ICEfaces-2.0.0-Beta2-bin/icefaces/ace/tools/smartsprites/assets/skins/sam/sprite.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/background.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/menu-button-arrow.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-focus.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-hover.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-active.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/menu-button-arrow-disabled.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites/sam/css/split-button-arrow-disabled.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites//Users/Ken/Code/ICEfacesBeta2/icefaces-2.0.0-beta2/bundle/ICEfaces-2.0.0-Beta2-bin/icefaces/ace/tools/smartsprites/assets/skins/sam/sprite.png.
      Oct 29, 2010 10:28:09 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
      WARNING: JSF1064: Unable to find or serve resource, org.icefaces.component.sprites//Users/Ken/Code/ICEfacesBeta2/icefaces-2.0.0-beta2/bundle/ICEfaces-2.0.0-Beta2-bin/icefaces/ace/tools/smartsprites/assets/skins/sam/sprite.png.
      Oct 29, 2010 10:41:30 AM org.icepush.servlet.EnvironmentAdaptingServlet <init>

        Issue Links

          Activity

          Hide
          Ken Fyten added a comment -

          JSF PROJECT_STAGE='Development' or you won't see the log messages.

          Show
          Ken Fyten added a comment - JSF PROJECT_STAGE='Development' or you won't see the log messages.
          Hide
          Arturo Zambrano added a comment -

          The missing resources (individual png) images had been added where they were expected, and the references to sprite.png were removed since they referenced YUI's sprite image, and that's not necessary in our own code. Today, I checked every page of ace-showcase and ace-test with javax.faces.PROJECT_STAGE set to 'Development' and confirmed that these warnings do not appear anymore.

          Show
          Arturo Zambrano added a comment - The missing resources (individual png) images had been added where they were expected, and the references to sprite.png were removed since they referenced YUI's sprite image, and that's not necessary in our own code. Today, I checked every page of ace-showcase and ace-test with javax.faces.PROJECT_STAGE set to 'Development' and confirmed that these warnings do not appear anymore.

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Brad Kroeger
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: