Re: Can't get MySQL non-jta connection pool with Aries-2.4.0 and EL-2.6.2 working - Looking for (more) example(s).

2016-07-25 Thread Timothy Ward
A persistence bundles (i.e. Meta-Persistence) but it simplifies everything else a lot. You can configure your EntityManager with just a few config admin properties. Tim > > Erwin > >> >> Best Regards, >> >> Tim Ward >> >> Sent from my iPhone

Re: Can't get MySQL non-jta connection pool with Aries-2.4.0 and EL-2.6.2 working - Looking for (more) example(s).

2016-07-25 Thread Timothy Ward
Hi, Have you considered using Aries Transaction Control? It's typically much simpler to configure than the raw JDBC service, and it definitely gives you connection pooling (again, without extra moving parts). Best Regards, Tim Ward Sent from my iPhone On 24 Jul 2016, at 21:51, Erwin Ho

[Announce] [math] Apache Commons Math 3.6.1 Released

2016-03-23 Thread Evan Ward
The Apache Commons Team is pleased to announce the availability of: Apache Commons Math 3.6.1 Apache Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang.

Re: [Commons NET]

2009-03-06 Thread Ward
Okey, this did the job indeed! Should have reed the api more detailed... Thanks! Ward Steve Cole schreef: I think you need to call the FTPClient completePendingCommand() method. Here's the example from API documentation... For example, InputStream input; OutputStream output;

[Commons NET]

2009-03-05 Thread Ward
ure I use between the 2 streams? Thanks for anwering Ward - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

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

2009-03-04 Thread Ward
n 2GB, but I think I will have to do this outside the browser (as no client-side-technologies are able to access files, if I'm correct?) And no, I didn't tried a 64-bit browser, cause I don't have any... But I don't think that would be a practical solution anyway :) Grtz W

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

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

[FILEUPLOAD] Problem with huge files (>2GB)

2009-03-04 Thread Ward
are) Thanks in advance, you would really help me out! Grtz Ward (Belgium) - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org