RE: [math] Re: math KMeansPlusPlusClusterer Failing unittest

2009-10-21 Thread VanIngen, Erik (FIES)
Good point, I just have created a JIRA ticket for this: https://issues.apache.org/jira/browse/MATH-305 -Original Message- From: Phil Steitz [mailto:phil.ste...@gmail.com] Sent: 21 October 2009 12:44 To: Commons Users List Subject: [math] Re: math KMeansPlusPlusClusterer Failing unittest

Re: SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2

2009-10-21 Thread James Carman
SSH's port is 22, not 23 On Wed, Oct 21, 2009 at 4:18 PM, Steve Cole wrote: > Looks like you're trying to connect to a SSH service, not FTP. If you're > trying to connect to a FTP service, verify the port you're using is correct. > FTP is typically 21. If you're trying to connect to a SSH service

Re: [ANNOUNCE] Commons BeanUtils 1.8.1 released

2009-10-21 Thread Adam Hardy
Congrats! Going to change my master pom now... Niall Pemberton on 21/10/09 10:09, wrote: The Commons team is pleased to announce the release of Commons BeanUtils 1.8.1. This release contains a number of bug fixes for the 1.8.0 release - full details of which can be found in the release note

Re: SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2

2009-10-21 Thread Steve Cole
Looks like you're trying to connect to a SSH service, not FTP. If you're trying to connect to a FTP service, verify the port you're using is correct. FTP is typically 21. If you're trying to connect to a SSH service which is typically on port 23, the apache coommons ftp client isn't going to work.

DBCP datasource

2009-10-21 Thread Hao Jiang
Hi, Here is a very simple (or silly) question about using DBCP, I started a new project, using DBCP as connection pool, after read examples from its website, I have not problem to have my own class which creates a datasource, then use dbutils to call it and do actual queue. It works OK when te

SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2

2009-10-21 Thread ray palmer
I cannot connect to a host using Apache FTP client. It returns error: Server Reply: SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2 What does it mean? How can I ftp to this host?

Re: FileCleanerCleanup question

2009-10-21 Thread Davis Ford
Hi Martin - I was aware that you could set this threshold in the DiskFileItemFactory -- however, regardless of what I set the value to, it seems that the form's textbox values would be translated into DiskFileItem(s) which would be persisted to a temp file. In the end, I just set the threshold to

[math] Re: math KMeansPlusPlusClusterer Failing unittest

2009-10-21 Thread Phil Steitz
VanIngen, Erik (FIES) wrote: > Hi all, > > I have a problem with KMeansPlusPlusClusterer in the trunk. See below for the > unittest. Am I doing something wrong here or is there a bug? This looks like a bug. I get an NPE running the test, which should succeed. If you don't mind opening a JIRA ti

[ANNOUNCE] Commons BeanUtils 1.8.1 released

2009-10-21 Thread Niall Pemberton
The Commons team is pleased to announce the release of Commons BeanUtils 1.8.1. This release contains a number of bug fixes for the 1.8.0 release - full details of which can be found in the release notes: http://commons.apache.org/beanutils/v1.8.1/RELEASE-NOTES.txt For information on Com

Re: [JCI] Complication Error

2009-10-21 Thread Torsten Curdt
> Is the JspGenerator mean to be production ready? It is just an example for jci and by no means meant for production as is. > Given the simple.jsp it generates the simple.java > which just writes everything to the http response. I should auto-compile that java code and execute it though. cheer