Re: [appfuse-user] Out of Memory sending a file

2008-03-27 Thread Jonathan Ritchie
;much" memory when it does so - certainly not an amount linked in some way to file size. Jonathan On 26/03/2008, Kai Moritz <[EMAIL PROTECTED]> wrote: > On Wednesday 26 March 2008 17:41:40 Jonathan Ritchie wrote: > > Hello > > > > I am trying to do some pretty

[appfuse-user] Out of Memory sending a file

2008-03-26 Thread Jonathan Ritchie
Hello I am trying to do some pretty simple stuff sending some large files from a servlet. The response is just a standard HttpServletResponse. The code looks something like this: --- response.setHeader(HTTP_CONTENT_DISPOSITION, "attachment; filename=" + fileName); response.setContent

Re: [appfuse-user] Transactions and Errors

2008-03-17 Thread Jonathan Ritchie
That helps. :) Thanks very much. Jonathan On 17/03/2008, Matt Raible <[EMAIL PROTECTED]> wrote: > > On Mar 17, 2008, at 6:16 AM, Jonathan Ritchie wrote: > > > Lets suppose that my application is creating a new "Folder" object in > > a database and then ad

Re: [appfuse-user] Transactions and Errors

2008-03-17 Thread Jonathan Ritchie
t; transactions are usually works on the service level (Managers). > spring should manage your transactions. configure it on your > applicationContext.xml if it is not already configures... > > HTH, > > Flávio Oliva > > > On Fri, Mar 14, 2008 at 5:00 PM, Jonathan Ritc

[appfuse-user] Transactions and Errors

2008-03-14 Thread Jonathan Ritchie
Hello I have built a large chunk of a webapp using appfuse2. Its been great, thanks for the work on the skeleton. I have a couple of questions however. I am using a Spring MVC Basic archetype and am not sure how transcationality is supported in hibernate and/or appfuse. Basically at the most si