Re: [BeanUtils2] Thoughts about the API

2012-06-14 Thread Simone Tripodi
Hi Bene, > Hi, > > while working on BU2, I was thinking about the API and what may be improved. > great! :) > Exceptions: > Right now a lot of API methods just populate the checked reflection > exceptions like InvocationTargetException from the native java > reflection API. This dooms Java 6 use

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

2012-06-14 Thread commons-graph 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 gene...@gump.apache.org. Project commons-graph has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-jxpath (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-jxpath has an issue affecting its community integration. This issu

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-exec-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-math (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-math has an issue affecting its community integration. This issue

Re: [Math] How to select a specific JDK ?

2012-06-14 Thread sebb
On 14 June 2012 22:24, Gilles Sadowski wrote: > On Thu, Jun 14, 2012 at 05:31:23PM +0100, sebb wrote: >> On 14 June 2012 02:15, Gilles Sadowski wrote: >> > Hello. >> > >> >> > [...] >> > >> > The following: >> > >> >> >> > I should be able to do all combinations, i.e.: >> >> >> >  1. Compile with

Re: [Math] How to select a specific JDK ?

2012-06-14 Thread Gilles Sadowski
On Thu, Jun 14, 2012 at 05:31:23PM +0100, sebb wrote: > On 14 June 2012 02:15, Gilles Sadowski wrote: > > Hello. > > > >> > [...] > > > > The following: > > > >> >> > I should be able to do all combinations, i.e.: > >> >> >  1. Compile with javac 1.6 and run with java 1.6 > >> >> >  2. Compile wit

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-06-14 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23215&projectId=97 Build statistics: State: Failed Previous State: Failed Started at: Thu 14 Jun 2012 21:20:39 + Finished at: Thu 14 Jun 2012 21:23:59 + Total time: 3m 20s Build Trigger: Schedule

Re: [VFS] ClassLoader pickle with OSGi (ClassCastException)

2012-06-14 Thread Gary Gregory
On Thu, Jun 14, 2012 at 3:01 PM, Gary Gregory wrote: > On Thu, Jun 14, 2012 at 2:00 PM, James Carman > wrote: > >> Are you using dynamic imports? >> > > No, VFS is on the Bundle-ClassPath. > And VFS and other jars in is our app server jar. Gary > Gary > >> >> On Thu, Jun 14, 2012 at 1:58 PM,

Re: [VFS] ClassLoader pickle with OSGi (ClassCastException)

2012-06-14 Thread Gary Gregory
On Thu, Jun 14, 2012 at 2:00 PM, James Carman wrote: > Are you using dynamic imports? > No, VFS is on the Bundle-ClassPath. Gary > > On Thu, Jun 14, 2012 at 1:58 PM, Gary Gregory >wrote: > > > On Thu, Jun 14, 2012 at 1:03 PM, Dan Tran wrote: > > > > > Thanks for discover this issue. Look like

Re: [VFS] ClassLoader pickle with OSGi (ClassCastException)

2012-06-14 Thread James Carman
Are you using dynamic imports? On Thu, Jun 14, 2012 at 1:58 PM, Gary Gregory wrote: > On Thu, Jun 14, 2012 at 1:03 PM, Dan Tran wrote: > > > Thanks for discover this issue. Look likes FileProvider get excluded > > from export list? > > > > I do not think so, the 2.0 MANIFEST.MF includes: > > Exp

Re: [VFS] ClassLoader pickle with OSGi (ClassCastException)

2012-06-14 Thread Gary Gregory
On Thu, Jun 14, 2012 at 1:03 PM, Dan Tran wrote: > Thanks for discover this issue. Look likes FileProvider get excluded > from export list? > I do not think so, the 2.0 MANIFEST.MF includes: Export-Package: org.apache.commons.vfs2.impl;version="2.0",org.apache. commons.vfs2.provider.url;versio

[BeanUtils2] Thoughts about the API

2012-06-14 Thread Benedikt Ritter
Hi, while working on BU2, I was thinking about the API and what may be improved. Exceptions: Right now a lot of API methods just populate the checked reflection exceptions like InvocationTargetException from the native java reflection API. This dooms Java 6 users to write code like: try { Bea

Re: [VFS] ClassLoader pickle with OSGi (ClassCastException)

2012-06-14 Thread Dan Tran
Thanks for discover this issue. Look likes FileProvider get excluded from export list? -D On Thu, Jun 14, 2012 at 4:53 AM, Gary Gregory wrote: > The classLoader ivar is initialized differently in 1.0 than in 2.0. > That's why the CCE shows up. A different class loader is used. I'm not > sure if

Re: [Math] How to select a specific JDK ?

2012-06-14 Thread sebb
On 14 June 2012 02:15, Gilles Sadowski wrote: > Hello. > >> > [...] > > The following: > >> >> > I should be able to do all combinations, i.e.: >> >> >  1. Compile with javac 1.6 and run with java 1.6 >> >> >  2. Compile with javac 1.7 and run with java 1.7 > > is achieved by those respective comm

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-14 Thread sebb
On 14 June 2012 12:50, Gary Gregory wrote: > On Jun 14, 2012, at 1:20, Simone Tripodi wrote: > >> +1 >> >> just found .asc.(md5|sha1) files on repo that can be dropped > > Right, some of these extra files have to be deleted manually before > the release but after the vote. They can be deleted be

[GUMP@vmgump]: Project commons-jelly-tags-jmx (in module commons-jelly) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-jelly-tags-jmx has an issue affecting its community integration. T

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: [bsf]

2012-06-14 Thread Rony G. Flatscher
On 13.06.2012 19:19, sebb wrote: > On 13 June 2012 17:01, Joseph Kesselman wrote: >> Just a quick note/quibble re BSF's history: >> >> I, Joe Kesselman (the same IBMer who contributed some code to Xerces and >> quite a lot to Xalan) did a lot of the early prototyping work on BSF. The >> concept a

Re: [VFS] ClassLoader pickle with OSGi (ClassCastException)

2012-06-14 Thread Gary Gregory
The classLoader ivar is initialized differently in 1.0 than in 2.0. That's why the CCE shows up. A different class loader is used. I'm not sure if there is a bug in 2.0 that was introduced when the classLoader use was changed. I'm starting to think this was an unexpected side effect. Gary On Jun

Re: [VOTE] Release Commons IO 2.4-RC2

2012-06-14 Thread Gary Gregory
On Jun 14, 2012, at 1:20, Simone Tripodi wrote: > +1 > > just found .asc.(md5|sha1) files on repo that can be dropped Right, some of these extra files have to be deleted manually before the release but after the vote. Gary > > all the best and confrats once again for the hard work! > -Simo > >

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

2012-06-14 Thread commons-graph 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 gene...@gump.apache.org. Project commons-graph has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-jxpath (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-jxpath has an issue affecting its community integration. This issu

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-exec-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-math (in module apache-commons) failed

2012-06-14 Thread Gump
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 gene...@gump.apache.org. Project commons-math has an issue affecting its community integration. This issue