[jira] Created: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Henri Yandell (JIRA)
ConvertUtilsBean does not support converts to a java.util.Date -- Key: BEANUTILS-255 URL: http://issues.apache.org/jira/browse/BEANUTILS-255 Project: Commons BeanUtils Issue Type:

[daemon] Re: Obtaining procrun for Win32

2006-11-02 Thread Henri Yandell
Hi David, This thread might be of use: http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200606.mbox/[EMAIL PROTECTED] Looking at my last year of user archives, I don't see any questions on daemon being answered and I can see lots of svn commits for it so it's still active. Ccing

[jira] Created: (BEANUTILS-256) getIndexedProperty() should javadoc IndexOutOufBoundsException

2006-11-02 Thread Torsten Feig (JIRA)
getIndexedProperty() should javadoc IndexOutOufBoundsException -- Key: BEANUTILS-256 URL: http://issues.apache.org/jira/browse/BEANUTILS-256 Project: Commons BeanUtils Issue Type:

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446551 ] Niall Pemberton commented on BEANUTILS-255: --- I have a DateConverter and CalendarConverter written - just need to do the test cases

[jira] Updated: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-11-02 Thread David J. M. Karlsen (JIRA)
[ http://issues.apache.org/jira/browse/LANG-291?page=all ] David J. M. Karlsen updated LANG-291: - Attachment: ObjectUtils-patch-rev470351.txt PLease delete the DateUtils patch, and use this more general patch with max(Comparable, Comparable) an

[jira] Resolved: (BEANUTILS-253) Converters per property rather than per type

2006-11-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-253?page=all ] Henri Yandell resolved BEANUTILS-253. - Resolution: Duplicate Converters per property rather than per type Key:

svn commit: r470480 - /jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/proxy/PluginProxyUtil.java

2006-11-02 Thread olegk
Author: olegk Date: Thu Nov 2 11:16:32 2006 New Revision: 470480 URL: http://svn.apache.org/viewvc?view=revrev=470480 Log: Enabled detection of proxy settings in a browser (applet) for JDK 1.5 and 1.6 Contributed by Jiri Kopsa Jiri.Kopsa at Sun.COM Modified:

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446722 ] Simon Kitching commented on BEANUTILS-255: -- I'm not sure this is a good idea. Presumably this converter would use the system locale to determine how

svn commit: r470520 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net: SocketClient.java ftp/FTP.java ftp/FTPClient.java ftp/parser/VMSVersioningFTPEntryPar

2006-11-02 Thread rwinston
Author: rwinston Date: Thu Nov 2 13:02:43 2006 New Revision: 470520 URL: http://svn.apache.org/viewvc?view=revrev=470520 Log: * Add _socket_.isConnected() and null check * Add some generification Modified:

is there a context sensitive properties configuration class available?

2006-11-02 Thread Zhang, Alex
Hi all, I am looking for a properties configuration class that is context sensitive, which means the value of a property depends on the context. For example, I have a website that uses different databases on dev, stage and production environments, but all use the same user name and

svn commit: r470528 - in /jakarta/commons/proper/configuration/trunk: conf/ src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2006-11-02 Thread oheger
Author: oheger Date: Thu Nov 2 13:22:49 2006 New Revision: 470528 URL: http://svn.apache.org/viewvc?view=revrev=470528 Log: Changed the creation of file-based configurations in ConfigurationFactory so that the load() method is called only after all specified properties have been initialized;

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446727 ] Henri Yandell commented on BEANUTILS-255: - We already have java.sql.Date, Time and Timestamp converters that do that: return

[jira] Resolved: (CONFIGURATION-229) config : load for a configuration node is called before parsing is complete : attributes ignored

2006-11-02 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-229?page=all ] Oliver Heger resolved CONFIGURATION-229. Fix Version/s: Nightly Builds Resolution: Fixed A fix was committed that causes the load() method to be invoked after

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446730 ] Henri Yandell commented on BEANUTILS-255: - From David Sillis on the user list Having worked with BeanUtils before, I seem to recall that the main

Re: is there a context sensitive properties configuration class available?

2006-11-02 Thread Oliver Heger
Zhang, Alex wrote: Hi all, I am looking for a properties configuration class that is context sensitive, which means the value of a property depends on the context. For example, I have a website that uses different databases on dev, stage and production environments, but all use the

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-02 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12446739 ] Niall Pemberton commented on BEANUTILS-255: --- The version I have can be configured either to use a specified Locale or an array of patterns. You're

RE: is there a context sensitive properties configuration class available?

2006-11-02 Thread Zhang, Alex
Yes, I know I can archive that using system property. But here my goal is to have just one property file which I can commit into CVS, I can build my web app from CVS, deploy it, and only need to config the run time context, one variable, to pick up the correct properties. The purpose is to

[jira] Updated: (MATH-157) Add support for SVD.

2006-11-02 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-157?page=all ] Remi Arntzen updated MATH-157: -- Attachment: svd2.tar.gz Now it works perfectly (At least according to how I think it should work). However it is not to your specifications, e.g. I do the

[jira] Commented: (MATH-157) Add support for SVD.

2006-11-02 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-157?page=comments#action_12446759 ] Remi Arntzen commented on MATH-157: --- now I see your comments... sigh Add support for SVD. Key: MATH-157

svn commit: r470607 - in /jakarta/commons/proper/email/trunk: project.properties project.xml

2006-11-02 Thread bayard
Author: bayard Date: Thu Nov 2 16:03:24 2006 New Revision: 470607 URL: http://svn.apache.org/viewvc?view=revrev=470607 Log: I've deployed a SNAPSHOT of dumbster to the people.apache.org/repo m1 snapshot repo. Works happily on OS X. Will look into Wister Modified:

RE: is there a context sensitive properties configuration class available?

2006-11-02 Thread Kenneth Xu
I use commons Configuration. One config file for each environment and use composite configuration to include a common one. System property to define which environment config to pick up. -Original Message- From: Zhang, Alex [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 5:10

[jira] Commented: (MATH-157) Add support for SVD.

2006-11-02 Thread Tyler Ward (JIRA)
[ http://issues.apache.org/jira/browse/MATH-157?page=comments#action_12446796 ] Tyler Ward commented on MATH-157: - Not bad. Looks like everything is in the right place, modulo a transpose or two perhaps, but looks good. The eigenvector

[Jakarta-commons Wiki] Update of LocalSpellingWords by aeriform

2006-11-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by aeriform: http://wiki.apache.org/jakarta-commons/LocalSpellingWords

[Jakarta-commons Wiki] Trivial Update of MathFaq by aeriform

2006-11-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by aeriform: http://wiki.apache.org/jakarta-commons/MathFaq The comment on the change is: fix'd speliing erorrs