Re: NPEs when locating resources after upgrading to Wicket 6.13.0

2014-01-14 Thread Martin Grigorov
I've committed an improvement with https://issues.apache.org/jira/browse/WICKET-5472 Martin Grigorov Wicket Training and Consulting On Mon, Jan 13, 2014 at 3:38 PM, Thomas Heigl wrote: > Hey Martin, > > I don't have time to create a quickstart at the moment. If you can't find > the problem wit

Re: NPEs when locating resources after upgrading to Wicket 6.13.0

2014-01-13 Thread Thomas Heigl
Hey Martin, I don't have time to create a quickstart at the moment. If you can't find the problem without it I'll try to do it in the next days. The resource is definitely there and downgrading to 6.12.0 fixes the problem immediately. Thomas On Mon, Jan 13, 2014 at 2:15 PM, Martin Grigorov wro

Re: NPEs when locating resources after upgrading to Wicket 6.13.0

2014-01-13 Thread Martin Grigorov
Please put a breakpoint at https://github.com/apache/wicket/blob/wicket-6.x/wicket-core/src/main/java/org/apache/wicket/request/resource/PackageResource.java?source=cc#L431 It seems " /images/alt_neu_v2.jpg; locale: null; style: null; variation: null" does not exists. Only in this case the resourc

Re: NPEs when locating resources after upgrading to Wicket 6.13.0

2014-01-13 Thread Martin Grigorov
Hi, Please check your logs for : "Argument 'delegate' may not be null." This is what g.Args.notNull(Args.java:41) > at > org.apache.wicket.util.resource.ResourceStreamWrapper.( ResourceStreamWrapper.java:36) > at should actually throw. I am looking why it could be null. Martin Grigorov Wicket

NPEs when locating resources after upgrading to Wicket 6.13.0

2014-01-13 Thread Thomas Heigl
Hey all, I just tried to upgrade to Wicket 6.13.0 because of the new JQuery version packaged with it. It breaks some of our resource mounting functionality that has been working since 1.4x and some package resources cannot be found anymore. Have there been changes to resource mounting in this rele