Hi All I am updating a wicket-bootstrap application from 0.9.0-SNAPSHOT to 0.9.2 and am getting the following error message logged. I am running JBoss AS 7.1. None of the js seems to work.
[org.apache.wicket.request.resource.ResourceReferenceRegistry] (http--127.0.0.1-8080-5) A ResourceReference wont be created for a resource with key [scope: de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference; name: webjars/bootstrap/null/js/bootstrap.js; locale: null; style: null; variation: null] because it cannot be located. Page source for js css declarations is as follows: <!DOCTYPE html><html lang="en" class="theme-spacelab"> <head><link rel="stylesheet" type="text/css" href="./wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.spacelab-ver-1391761530000.css <view-source:http://localhost:8080/Tansu/wicket/resource/de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference/css/bootstrap.spacelab-ver-1391761530000.css>" /><script type="text/javascript" src="./wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.11.0-ver-1392391424000.js <view-source:http://localhost:8080/Tansu/wicket/resource/org.apache.wicket.resource.JQueryResourceReference/jquery/jquery-1.11.0-ver-1392391424000.js>"></script><script type="text/javascript" src="./wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1392391424000.js <view-source:http://localhost:8080/Tansu/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-1392391424000.js>"></script> <meta charset="utf-8"> <title>Tansu - File Sharing and Storage</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"> <meta name="description" content="Tansu"> <meta name="author" content="Copper Arrow Software Services"> <meta name="X-UA-Compatible" content="IE=edge,chrome=1"> <link rel="stylesheet" href="style.css <view-source:http://localhost:8080/Tansu/style.css>" type="text/css" media="screen" title="Stylesheet"/> <script type="text/javascript" src="./wicket/resource/de.agilecoders.wicket.core.markup.html.references.JQueryMigrateJavaScriptReference/js/jquery-migrate-1.2.1-ver-1391761530000.js <view-source:http://localhost:8080/Tansu/wicket/resource/de.agilecoders.wicket.core.markup.html.references.JQueryMigrateJavaScriptReference/js/jquery-migrate-1.2.1-ver-1391761530000.js>"></script><script type="text/javascript" id="bootstrap-js" defer="defer" src="./wicket/resource/de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference/webjars/bootstrap/null/js/bootstrap.js <view-source:http://localhost:8080/Tansu/wicket/resource/de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference/webjars/bootstrap/null/js/bootstrap.js>"></script><link rel="stylesheet" type="text/css" href="./wicket/resource/de.agilecoders.wicket.extensions.markup.html.bootstrap.icon.FontAwesomeCssReference/css/font-awesome-ver-1391761530000.css <view-source:http://localhost:8080/Tansu/wicket/resource/de.agilecoders.wicket.extensions.markup.html.bootstrap.icon.FontAwesomeCssReference/css/font-awesome-ver-1391761530000.css>" /><script type="text/javascript" >/*<![CDATA[*/Wicket.Event.add(window, "domready", function(event) { $('#component39 .dropdown-toggle').dropdown();;;});/*]]>*/</script></head> Any Thoughts or help on this is much appreciated.
