Re: Migrating to 7.0 java.util.EmptyStackException

2015-03-30 Thread Martin Grigorov
Hi, Please try with the latest release - 7.0.0-M5. It has some fixes since M1. Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 30, 2015 at 10:26 AM, wiseguy2 folarinomotorio...@gmail.com wrote: I feel rather helpless

Re: Download serves empty files with correct number of pages !?!

2015-03-30 Thread ChambreNoire
Francois Meillet wrote path = new ClassPathResource(descriptors/hc).getFile(); the path isn't null ? Nope. By the time we get to the line : return new FileResourceStream(new File(path, getModelObject().getFile())); the path isn't null and this ends up instantiating a FileResourceStream with

Re: Download serves empty files with correct number of pages !?!

2015-03-30 Thread Francois Meillet
path = new ClassPathResource(descriptors/hc).getFile(); the path isn't null ? François Le 30 mars 2015 à 18:03, ChambreNoire a...@tentelemed.com a écrit : Sure but no exception is thrown! -- View this message in context:

Re: Download serves empty files with correct number of pages !?!

2015-03-30 Thread Francois Meillet
printing the exception could help } catch (IOException exception) { return null; -- print stack } François Le 30 mars 2015 à 17:44, ChambreNoire a...@tentelemed.com a écrit : Hello, I have a strange problem. Ever since I have moved the files I'm linking to in the

Re: Download serves empty files with correct number of pages !?!

2015-03-30 Thread ChambreNoire
Sure but no exception is thrown! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Download-serves-empty-files-with-correct-number-of-pages-tp4670117p4670119.html Sent from the Users forum mailing list archive at Nabble.com.