Re: [net] JSSE classes in FTPS WAS Re: [net] FTPS submission - legal issues

2006-09-15 Thread Rory Winston
What JDK are you using? M wrote: Hi. Oddly enough, I took out the code where you pass the login and password, in my FTPSClient (i.e. //client.login(test,test);) and got connected. However, whenever I did a command listing, it will just hang like before. so anything to do like

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-09-15 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-09-15 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

Regarding apache commons file transactions ~script

2006-09-15 Thread Praveen Kumar
*** CAUTION *** The sender of this email has requested that its content is not checked for potentially mailicious scripts. Therefore this email has been virus checked, but advanced content security checks have not been carried out. Please take extra care when handling this email and any

Re: Regarding apache commons file transactions ~script

2006-09-15 Thread Oliver Zeigermann
Hi Praven! You have to delete the file using the FileResourceManager. Oliver 2006/9/15, Praveen Kumar [EMAIL PROTECTED]: *** CAUTION *** The sender of this email has requested that its content is not checked for potentially mailicious scripts. Therefore this email has been virus checked,

Re: [net] JSSE classes in FTPS WAS Re: [net] FTPS submission - legal issues

2006-09-15 Thread M
Hi. its IBM java version 1.4.2_04 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode) regards, Rory Winston wrote: What JDK are you using? M wrote: Hi. Oddly enough, I took out the code where you pass the

Re: [net] JSSE classes in FTPS WAS Re: [net] FTPS submission - legal issues

2006-09-15 Thread Rory Winston
Hmmm, Well if there is a problem somewhere, its got to be recorded *somehow*. There are three places it could be: 1. The FileZilla interface 2. The FileZilla logs 3. The output from the FTP Client (i.e. any JSSE exceptions thrown) So there is nothing in any of these that gives you any

[jira] Commented: (SANDBOX-171) multi-threaded implemenation of StageDriver

2006-09-15 Thread Steve Christensen (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-171?page=comments#action_12435046 ] Steve Christensen commented on SANDBOX-171: --- Found a deadlock in certain situations. This line: testAndSetState(STARTED, RUNNING); needs to be moved