-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 4.3.0.M2
-
Component/s: resource handling
-
Labels:None
-
Sprint:4.3.0.M2 iteration sprint
-
Story Points:1
We've picked up what looks like a bug with resource ordering in the showcase:
On building the jbas71 showcase, and deploying to a "full" JBoss AS 7.1.1.Final server I get the following error on the showcase home page:
Uncaught ReferenceError: jQuery is not defined (packed.js:3096)
Looking at the html page source, packed.js comes before jquery.js:
<head> <title>RichFaces Showcase</title> <link type="text/css" rel="stylesheet" href="/showcase/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/blueSky/skinning.css" /> <script type="text/javascript" src="/showcase/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/packed/packed.js"></script> <script type="text/javascript" src="/showcase/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/jquery.js"></script> <link type="text/css" rel="stylesheet" href="/showcase/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0-SNAPSHOT/Packed/blueSky/packed/packed.css" />