Hi,
We built an application that depends on JQuery because we show graphs
with morris and raphael. And we discovered that
@Override
public void renderHead(IHeaderResponse response) {
super.renderHead(response);
response.render(JavaScriptHeaderItem
.forReference(JQueryResourceReference.get()));
}
is working well on tomcat but when deployed on jboss it fails. The
references that went to wicket are not rendering. The ones we have in
our own packages are working.
We can see some:
12:17:42,844 WARN
[org.apache.wicket.resource.bundles.ConcatBundleResource]
(http-localhost-127.0.0.1-8880-3) Bundled resource: Unable to find
resource (status=404)
12:17:42,845 WARN
[org.apache.wicket.resource.bundles.ConcatBundleResource]
(http-localhost-127.0.0.1-8880-2) Bundled resource: Unable to find
resource (status=404)
Maybe has something to do , maybe not but the fact is that it works with
tomcat 6 and not with jboss 7.
Any help will be appreciated. Should I open a bug? Can someone confirm
this, please?
Best regards,