1 Reply Latest reply on Jun 21, 2012 5:48 PM by wallacepontes

    Richfaces 4: 404 error when retrieving skinning.css, packed.css

    deadlock_gr

      Hi,

       

      I am migrating our application from RF3 / JSF1.2 to RF4 / JSF2. We are using a custom skin (blueSkyLarge), based on blueSky. I have followed the migration guide here and I am getting a 404 from my page, when it tries to retrieve the CSS files for my skin. These are the requests:

       

      http://localhost:7001/results-web/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.2.2.Final/PackedCompressed/blueSkyLarge/skinning.css

      http://localhost:7001/results-web/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.2.2.Final/PackedCompressed/blueSkyLarge/packed/packed.css

       

      I read the comment here , and if I understand correctly, there currently is no way out-of-the-box to make it work. I tried to use the Resources Maven Plugin, but it won't work for my custom skin (seems to work without a problem for blueSky).

       

      Any advice on how to go on from here?

       

      Cheers!

        • 1. Re: Richfaces 4: 404 error when retrieving skinning.css, packed.css
          wallacepontes

          Hi Markos,

           

          I got only some warnings about it:

           

          21/06/2012 18:17:12 com.google.appengine.tools.development.LocalResourceFileServlet doGet

          AVISO: No file found for: /org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.2.2.Final/Packed/blueSky/skinning.css

          21/06/2012 18:17:12 com.google.appengine.tools.development.LocalResourceFileServlet doGet

          AVISO: No file found for: /org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.2.2.Final/Packed/blueSky/packed/packed.css

          21/06/2012 18:17:12 com.google.appengine.tools.development.LocalResourceFileServlet doGet

          AVISO: No file found for: /org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.2.2.Final/Packed/jquery.js

          21/06/2012 18:17:12 com.google.appengine.tools.development.LocalResourceFileServlet doGet

          AVISO: No file found for: /org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.2.2.Final/Packed/packed/packed.js

           

          This happens all the time. I would appreciate any suggestions.

           

          Cheers!