Re: [all] archiving sandbox components [WAS Re: [Messenger] Abandonware?]

2005-07-25 Thread Dirk Verbeeck
7. A component can be unarchived (back into the sandbox) by a vote. Any committer can start a new sandbox project without a vote so I think any committer should be able to revive a component back to the sandbox (without a vote). Normal veto as for any commit does apply of course. -- Dirk

Re: [HELP] Can or can not call a specific message group in *.properties

2005-07-25 Thread Simon Kitching
On Mon, 2005-07-25 at 13:20 +0700, Pham Anh Tuan wrote: Hi all, I wonder whether or not the Messages files (*.properties) in Struts support a message definition form like a config file of Smarty or not? You should ask this question on the struts user list:

[resources] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread James Mitchell
I believe Pham meant to ask about commons-resources, but isn't aware of [commons etiquette] ;) Pham, if you would like to provide more information about Smarty resources and (preferably) a patch, we can discuss this here. Thanks. -- James Mitchell Software Engineer / Open Source Evangelist

Re: [resources] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread Pham Anh Tuan
hiz, so what can I do now, James :( I hope that Struts will support something like what Smarty do with it's config file :( ... and I wonder whether or not Struts support (current Struts version) ? Thanks, Pham - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Jakarta

Re: [resources] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread James Mitchell
Are we talking about *this* smarty? http://www.phpfreaks.com/smarty_manual/page/what.is.smarty.html -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL

Re: [resources] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread Pham Anh Tuan
Yes, is my answer :) - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Monday, July 25, 2005 3:10 PM Subject: Re: [resources] was: Re: [HELP] Can or can not call a specific message group in*.properties

error initializing parser

2005-07-25 Thread Nicolas Maujean
Hi, I get an error when I try to list files on linux redhat, here is the code : public long retournerTailleFichier(String pAdresseIP, int pPort, String pRepertoireFichier,

FTPClient : how I can get the size of a file using FTPClient ?

2005-07-25 Thread Nicolas Maujean
Hi, how I can get the size of a file using FTPClient ? thank you for your answer, Nicolas Maujean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Corrupt Word File Upload

2005-07-25 Thread Ken D. Nelson
HI All - I am using the File commons component. I have run into an issue with upload Microsoft Files (Word/Excel). It appears that files are being corrupted. When I upload PDF or Text files, all is well - even large files (10 MB+). Anyone have any idea's what may be causing this? I have

Re: [DBCP] - ClassNotFoundException with Oracle

2005-07-25 Thread Atif Faridi
Perhaps my unsophisticated solution will save someone else the 3-hours it cost me to come up with it. I was also getting the infamous java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver while programming in Tomcat using DBCP via Spring. I unsuccessfully tried a number of posted

[DBCP] Transaction question

2005-07-25 Thread Michael Molloy
I have just started using the DBCP classes in a commercial web application that I manage, and my boss is thinking about using it in one that he manages. However, his requires the use of transactions, and I'm unclear whether DBCP supports transactions. Is it as simple as checking out a

Re: [DBCP] - ClassNotFoundException with Oracle

2005-07-25 Thread Chris Cheshire
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html See the Oracle 8i section. This hasn't changed since I configured a Tomcat 4 installation. It tells you exactly what you stumbled across yourself. On 7/25/05, Atif Faridi [EMAIL PROTECTED] wrote: Perhaps my

RE: [DBCP] Transaction question

2005-07-25 Thread Michael Molloy
Nevermind, I found it in the documentation at http://jakarta.apache.org/commons/dbcp/configuration.html --Michael -Original Message- From: Michael Molloy [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 12:05 PM To: commons-user@jakarta.apache.org Subject: [DBCP] Transaction

Re: [DBCP] Transaction question

2005-07-25 Thread Dirk Verbeeck
It is as simple as you describe, autocommit false, get a connection and commit/rollback at the end. Cheers Dirk Michael Molloy wrote: I have just started using the DBCP classes in a commercial web application that I manage, and my boss is thinking about using it in one that he manages.

Re: [resources/i18n] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread Mattias Jiderhamn
At 2005-07-25 08:20, you wrote: Hi all, I wonder whether or not the Messages files (*.properties) in Struts support a message definition form like a config file of Smarty or not? in Smarty config file: [loginForm] username=User name: firstname=First name: [userHome] hello=Hello so,

RE: [DBCP] Transaction question

2005-07-25 Thread Michael Molloy
Thank you very much. --Michael -Original Message- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 1:21 PM To: Jakarta Commons Users List Subject: Re: [DBCP] Transaction question It is as simple as you describe, autocommit false, get a connection and

Re: Corrupt Word File Upload

2005-07-25 Thread robert burrell donkin
hi ken please read http://wiki.apache.org/jakarta-commons/JakartaCommonsEtiquette and remember to prefix your subject appropriately. most attachments are now stripped so i'd suggest creating an issue in bugzilla (http://issues.apache.org/bugzilla) and attaching the file to that. you can then use

Re: [DBCP] Transaction question

2005-07-25 Thread Mattias Jiderhamn
Or, if you need an Open Source connection pool with JTA support, have a look at XAPool and JOTM at ObjectWeb http://forge.objectweb.org/projects/xapool/ or http://xapool.experlog.com/ http://jotm.objectweb.org/ At 2005-07-25 20:21, you wrote: It is as simple as you describe, autocommit false,

RE: [DBCP] Transaction question

2005-07-25 Thread Michael Molloy
I'll pass that on. Thanks for the link. --Michael -Original Message- From: Mattias Jiderhamn [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 2:03 PM To: Jakarta Commons Users List Subject: Re: [DBCP] Transaction question Or, if you need an Open Source connection pool with JTA

[logging] lon4j only implementation to solve out of memory errors

2005-07-25 Thread Paul Austin
I am using several of the other commons components and hibernate that use the commons-logging API to abstract from the underlying log4j or Java Logging APIs. Unfortunately due to a bug in JDK 1.4 which does not release references to class definitions correctly when commons-logging is containing

still trying to get ant, jakarta commons, ftp task, on z/OS to play (Upgrade to J1.4 does not solve problem)

2005-07-25 Thread blatt, lew
some friendly list folk advised me to upgrade to J1.4, which eliminated the error message Unsupported major.minor version 48.0, when trying to launch an ftp task from ant. however, i continue to see the problem below, where the Server Reply is not understood by client (with ant 1.6.5, commons

[Feedparser] - Looking for latest version

2005-07-25 Thread George A. Papayiannis
Hi, Does anyone have a latest version of Feedparser they can put on a server, so that I may download it? The download area on the apache server does not have a release. Thanks, papayiya

Re: [resources/i18n] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread Pham Anh Tuan
Thank you very much, Mattias. If you could, plz show me a simple example :) for clearly understanding! Pham - Original Message - From: Mattias Jiderhamn [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Monday, July 25, 2005 11:31 PM Subject: Re:

Re: [resources] was: Re: [HELP] Can or can not call a specific message group in*.properties

2005-07-25 Thread James Mitchell
Ok, now that that is cleared up. I do not currently have a need for this, so I'm afraid I can't help you much further. The next step is... If this is something you need and others agree *and* someone actually writes the code, we can talk about getting it into resources. Other than that, I'm

Re: [logging] lon4j only implementation to solve out of memory errors

2005-07-25 Thread Simon Kitching
Hi Paul, On Mon, 2005-07-25 at 12:25 -0700, Paul Austin wrote: I am using several of the other commons components and hibernate that use the commons-logging API to abstract from the underlying log4j or Java Logging APIs. Unfortunately due to a bug in JDK 1.4 which does not release

[vfs] res: protocol issue (possible enhancement?)

2005-07-25 Thread Jacob Kjome
I tried using the res: protocol and it worked great until I put the same named package in the classpath before the one I had resources in. For instance, I have... CLASSPATH=.;mycompany-config.jar directory looks like... com/mycompany/config mycompany-config.jar My resources are in the