Re: Apache Commons Net FTP command execution

2008-01-08 Thread Hanson Char
org.apache.commons.net.ftp.FTPClient ? Hanson On Jan 7, 2008 12:17 PM, RamaKrishna <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Apache Common Net framework for FTP. I would > like to know whether it would be possible to execute a > command using Commons Net framework Java code : > #put local-

Apache Commons Net FTP command execution

2008-01-08 Thread RamaKrishna
Hi, I'm using Apache Common Net framework for FTP. I would like to know whether it would be possible to execute a command using Commons Net framework Java code : #put local-file -> is a mapping directory. In order to send a file through FTP, I need to execute the above mentioned command. I

Re: [configuration] SQL query falsely read from properties file

2008-01-08 Thread Oliver Heger
Note: Please prefix the subjects of your postings with the name of the affected component because this is a shared list. Comments below. Konstantinos Pachopoulos wrote: > Hi, > i am reading an SQL query from a properties file and > turning into a PreparedStatement. > The line from the properties

SQL query falsely read from properties file

2008-01-08 Thread Konstantinos Pachopoulos
Hi, i am reading an SQL query from a properties file and turning into a PreparedStatement. The line from the properties file: [code] IN_ANSWERING_IDS= SELECT pk_msgId FROM EMail WHERE inReplyTo=?; [/code] I use the Jakarta Commons PropertiesConfiguration class and i read the property like this: [

Re: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log

2008-01-08 Thread Simon Kitching
Hi Daniel, Rodrigo may well be right. The best way to be sure is first to double-check that you are running the 1.1.1 release (well, 1.1.0 would also do, but latest is best). Then enable "diagnostic output". If the output doesn't make things obvious, then please post an email to the list with t

Re: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log

2008-01-08 Thread Rodrigo Canabrava
Hello Daniel, I think you have more than one commons-logging.jar in you classpath. Try to check that. In your case, if I understand correctly, you are having the problem while running ant. In this case, you should check - the %ANT_HOME%\lib directory (ant-commons-logging should be in there, common