Re: bean utils : automatic type conversion newbie question

2009-03-04 Thread Paul Hussein
Thanks, I couldnt find any examples or where that is explained anywhere on the website. Thanks again. Another question. Is there a way to get automatic conversion of Enum types working for all Enums, without writing a Converter for each ? Thanks Paul. On Wed, Mar 4, 2009 at 1:19 AM, Niall

[FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Ward
Hello, I'm currently working on a web application which sould be able to deal with large multimedia-files. For uploading the files I'm using the Apache Commons FileUpload library. This works great for files up to 2GB, but when I try it with files larger than 2GB, things go wrong: The upload

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Raghuveer.V
I understand you have a problem of file upload size limit. Check the docs if it has defult size of 2 GGB. I used upload which is with struts. In struts which uses commons-upload ,the upload size can be controlled in struts-config.xml file controller bufferSize=8192 maxFileSize=100K Let us see

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Ward
Hi I didn't set an file upload limit, so it uses the default (which is unlimitted, and not 2GB) I'm using a Tomcat serer, but I don't think the problem lies there... (I set maxPostSize on 0 which means unlimited) Grtz Ward Raghuveer.V schreef: I understand you have a problem of file upload

Re: JXPath over Generic Collection?, How?

2009-03-04 Thread Matt Benson
Hi Andrew, I agree that going through the list of properties should avoid the explicit class check problem (I think this is because you are using LazyDynaBeans instead of regular DynaBeans). As for returning all matches vs. the first match, rather than selectValue(...) you need to

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Ward
Seems the problem lies in another place: modern browsers don't support uploads of 2GB and more (On Safari on windows I got to 4Gb, but that was the maximum there...) So I will have to find another solution... Grtz Ward Raghuveer.V schreef: I understand you have a problem of file upload size

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Paul Hussein
some interesting google hits Bottom points https://issues.apache.org/struts/browse/STR-2959 http://www.motobit.com/help/scptutl/pa98.htm Lots of software uses integer and not a large integer, so they are inherently limited. I would use FTP for such large files. On Wed, Mar 4, 2009 at 3:45

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Paul Hussein
Have you tried a 64bit browser ? On Wed, Mar 4, 2009 at 5:32 PM, Paul Hussein paul.huss...@gmail.com wrote: some interesting google hits Bottom points https://issues.apache.org/struts/browse/STR-2959 http://www.motobit.com/help/scptutl/pa98.htm Lots of software uses integer and not a

Re: JXPath over Generic Collection?, How?

2009-03-04 Thread Matt Benson
Apparently the reason I was so ready to agree this was a bug that should be fixed is that I already fixed it as http://issues.apache.org/jira/browse/JXPATH-128 . So since you're already experienced with building JXPath now you should be able to build from svn trunk and give that a whirl.

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread James Carman
That might be academically interesting, but it's probably not a feasible user requirement. On Wed, Mar 4, 2009 at 11:34 AM, Paul Hussein paul.huss...@gmail.com wrote: Have you tried a 64bit browser ? On Wed, Mar 4, 2009 at 5:32 PM, Paul Hussein paul.huss...@gmail.com wrote: some interesting

Re: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Ward
Well, I indeed stumbled upon this in a academical context (my master thesis), but the application I'm developping actually has practical uses (Media Asset Manament system, the uploaded files are raw and unencoded video-files) Perhaps I should try to split the files in pieces of less than 2GB,

RE: [FILEUPLOAD] Problem with huge files (2GB)

2009-03-04 Thread Aaron Freeman
Our company has an API you could use to send files that doesn't have a 2GB limit. We also supply a client for Windows that makes it easy to use the API. From your application you would just do an HTTP post to our file manager (which runs as a daemon on your desktop), and it in turn transfers the

jsvc will not compile on AIX

2009-03-04 Thread Jeffrey Trimble
I'm running to a problem with configuring AIX. 1. The jsvc daemon was the one delivered with Tomcat-6.0.18 2. Configure first bombed, replying it didn't know AIX5.3.0.0. 3. I tinkered by adding a small piece of code at the host_os stanza. I am flying by the seat of my pants on this one.