Re: [Dspace-tech] RE : Increasing upload.max

2007-09-17 Thread Blanco, Jose
, 2007 4:59 AM To: Blanco, Jose Cc: Dupriez Christophe; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] RE : Increasing upload.max Jose, You can't just change the variable that is used to hold the return from getIntProperty() / pass to setSizeMax(). The method getIntProperty() returns

Re: [Dspace-tech] RE : Increasing upload.max

2007-09-13 Thread Graham Triggs
Jose, You can't just change the variable that is used to hold the return from getIntProperty() / pass to setSizeMax(). The method getIntProperty() returns an int, and will only ever be able to return values that fit into an int. You'll need to add a getLongProperty() to the ConfigurationManager