[beanutils] Getting issue with Bean Utils v1.9.2.

2015-06-23 Thread Gopi Ramesh
Hi, In our application, we upgraded the BeanUtils jar from 1.6 version to 1.9.2.After upgrading the jar, we are facing issues while setting the bean properties for two dimensional or multi dimensional arrays.The same code is used to work fine with 1.6 BeanUtils version. The error is shown

[math] noob; performance metrics?

2015-06-23 Thread Andrew E. Davidson
sorry if this has been asked many times before. (maybe this can be added to the FAQ?) has anyone done any bench marking? The idea of having a math package that is implemented pure java is very attractive. My experience with machine learning is that java is very slow. To go fast you need to

Re: [math] noob; performance metrics?

2015-06-23 Thread mike shugar
To amplify and extend the question - would also like to know the same info where bigdecimal is involved. Thanks. - Original Message - From: Andrew E. Davidson andy_david...@apple.com To: user@commons.apache.org Sent: Tuesday, June 23, 2015 12:08 PM Subject: [math] noob; performance

Re: [math] noob; performance metrics?

2015-06-23 Thread Luc Maisonobe
Hi Mike, Le 23/06/2015 21:17, mike shugar a écrit : To amplify and extend the question - would also like to know the same info where bigdecimal is involved. I really don't know. We don't reall use BigDecimal in Apache Commons Math. We rather used Dfp when we need high accuracy. Dfp does

Re: [math] noob; performance metrics?

2015-06-23 Thread Luc Maisonobe
Hi Andrew, Le 23/06/2015 19:08, Andrew E. Davidson a écrit : sorry if this has been asked many times before. (maybe this can be added to the FAQ?) has anyone done any bench marking? Yes. The idea of having a math package that is implemented pure java is very attractive. My experience

Re: [beanutils] Getting issue with Bean Utils v1.9.2.

2015-06-23 Thread Benedikt Ritter
Hello Ramesh, can you please file a bug at https://issues.apache.org/jira/browse/BEANUTILS ? Would be good if you could provide a JUnit test reproducing the issue that works with 1.6 but fails with 1.9.2. Thank you! Benedikt 2015-06-23 14:38 GMT+02:00 Gopi Ramesh gopi_ram...@hotmail.com: Hi,

Commons Apache Fileupload from Classic web app and Struts 2 Integration

2015-06-23 Thread Kiran Badi
Hi All, I was using Apache FileUpload 1.2 for my classic web app based on jsp/servlets and now I have integrated Struts 2.3.20 with this application. For some reason after adding S2 with my classic app, its breaking file upload functionality which was working fine earlier.Nothing shows up in