I have decided to switch to 0.9.3-SNAPSHOT after getting latest code to build. Will work on migrating to 3.1 and see if that helps.
Thanks David On 21 March 2014 11:43, David Beer <david.m.b...@gmail.com> wrote: > Hi Martin > > I have been wondering about switching to 0.9.3-SNAPSHOT, I have a couple > of concerns. This is for 3.1.x and 0.9.2 is for 3.0.x and there is quite a > difference wondering how much I have to change. However the change may be > worth it as twbs seems to moving forward quite fast with 3.1.x. The other > is that the latest code failed to build, and I am not sure how recent the > deployed jars are in maven. > > The third is more of a question is there a way of disabling webjars for > bootstrap and using CDN. like 0.9.3-SNAPSHOT does/ > > Thanks > > David > > > On 21 March 2014 09:40, Martin Grigorov <mgrigo...@apache.org> wrote: > >> Hi, >> >> JBoss uses their own virtual file system and I remember it >> Wicket-Bootstrap >> had problems with it before. >> In 0.9.3-SNAPSHOT it is possible to avoid usage of webjars so I'd >> recommend >> you to use non-webjars in JBoss from now on. >> >> https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/337 >> >> Martin Grigorov >> Wicket Training and Consulting >> >> >> On Thu, Mar 20, 2014 at 7:52 PM, David Beer <david.m.b...@gmail.com> >> wrote: >> >> > 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. >> > >> > >