Commons FTP problem 500 [122] CDataBuffer::Write Error, Buffer Too Small

2008-02-19 Thread ravi shankar
Hi, I am using commons-net 1.1 version for pulling files from external server which is behind a firewall. I am using the following code. outputFile = new FileOutputStream(localFileName); // store the file on remote machine //f

Commons FTP problem 500 [122] CDataBuffer::Write Error, Buffer Too Small

2008-02-19 Thread ravi shankar
Hi, I am using commons-net 1.1 version for pulling files from external server which is behind a firewall. I am using the following code. outputFile = new FileOutputStream(localFileName); // store the file on remote machine

bugs 38688, 39377, NET-73 ??

2008-02-19 Thread Luis Gustavo Covino
Hello, I am facing an issue with commons-net 1.4.0 and saw in the change log that the unreleased version 1.4.x has this patch for "fixing a TelnetInputStream hang". I was just wondering if anyone could tell me if what I am seeing resembles that problem. My Jboss had 3 threads using a lot of CPU. T

DropDown creation

2008-02-19 Thread Beejal
Hi, Can anyone help me creating the dropdown list for a cell in the excel file using POI? Regards, Beejal http://www.patni.com World-Wide Partnerships. World-Class Solutions. _ This e-mail message may contain proprie

RE: Problem displaying dropdown in excel

2008-02-19 Thread Jeenus Johnson
Beejal, Haven't worked with JExcel API , just happen to google for the problem specified ,however the suggested approach seems to be using macros .Please find attach sample java code which may be a work around for your problem. Regards, Jeenus. From: Beejal

FW: Problem displaying dropdown in excel

2008-02-19 Thread Beejal
_ From: Beejal [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 7:09 PM To: 'Jakarta Commons Users List' Subject: Problem displaying dropdown in excel Hi, I am trying to populate the values in a dropdown in the excel file. I am using jExcel API. I have 74 String

Problem displaying dropdown in excel

2008-02-19 Thread Beejal
Hi, I am trying to populate the values in a dropdown in the excel file. I am using jExcel API. I have 74 String values to be populated in the dropdown. The problem is if I add 5-7 values, excel file is generated properly with the dropdown. But if I try to add more than that, the dropdown is

commons-jxpath: bean graph traverse

2008-02-19 Thread MASTRELLA STEFANO
Hi all, I'm in trouble on traversing object graph and perform query with JXPath over a beans. My objects are: * OBJECT 1 definition * import java.util.HashMap; import jav