Re: uploaded files in page instance

2009-11-03 Thread fachhoch
-- View this message in context: http://old.nabble.com/uploaded-files-in-page-instance-tp25962716p26160637.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: uploaded files in page instance

2009-10-20 Thread Per Newgro
fachhoch schrieb: Why are you saving the byte arrays in the page instance? I show these files to user with read-only permission , so this user can just view these files ,the owner of these files can delete them anytime , so If I go to database , upon user click , this file might have been

Re: uploaded files in page instance

2009-10-20 Thread Igor Vaynberg
you guys ever hear of transactional isolation? :) databases handle all this kind of neat stuff for you. -igor On Mon, Oct 19, 2009 at 11:09 PM, Per Newgro per.new...@gmx.ch wrote: fachhoch schrieb: Why are you saving the byte arrays in the page instance? I show these files to  user with

Re: uploaded files in page instance

2009-10-20 Thread Per Newgro
Igor Vaynberg schrieb: you guys ever hear of transactional isolation? :) databases handle all this kind of neat stuff for you. -igor Oh, i didn't saw that he tried it in one transaction. I thought it are multiple stateless steps. Sorry Per

uploaded files in page instance

2009-10-19 Thread tubin gen
I have some huge files upto 50Mb in side my page instance , I have to save them in page instance and I cannot reload it everytime from database becasue other users might delete the file . I am getting java.lang.OutOfMemoryError , only way I can resolve this is increasing heap size but Is

Re: uploaded files in page instance

2009-10-19 Thread Igor Vaynberg
store them in a temp directory and only give your page the filename. -igor On Mon, Oct 19, 2009 at 10:55 AM, tubin gen fachh...@gmail.com wrote: I have   some huge files   upto 50Mb in side my page instance , I have to save them in  page instance and I cannot reload it everytime from database

Re: uploaded files in page instance

2009-10-19 Thread fachhoch
? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/uploaded-files-in-page-instance-tp25962716p25963009.html

Re: uploaded files in page instance

2009-10-19 Thread fachhoch
? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/uploaded-files-in-page-instance-tp25962716p25964309.html Sent from the Wicket - User

Re: uploaded files in page instance

2009-10-19 Thread Jeremy Thomerson
For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/uploaded-files-in-page-instance-tp25962716p25964309.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: uploaded files in page instance

2009-10-19 Thread fachhoch
? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/uploaded-files-in-page-instance-tp25962716p25964309.html

Re: uploaded files in page instance

2009-10-19 Thread Igor Vaynberg
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/uploaded-files-in-page-instance-tp25962716p25964309.html Sent from the Wicket - User mailing list archive at Nabble.com