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

2011-01-03 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-collections4 has an issue affecting its community integration. Thi

Re: [all] [pool] how to test pool in JMX environment?

2011-01-03 Thread Simone Tripodi
Hi Brent, thanks for your reply!!! Since I'm not a JMX expert, I wonder if there are best practices on testing MBeans. BTW your suggestions could be a starting point, I'll start from them, thanks a lot! :) Have a nice day, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On

Re: Pointers

2011-01-03 Thread Paul Benedict
Michael, Primitives are passed by value in Java. If you want to "modify" primitives, use the MutableXXX wrappers in Commons Lang. Paul On Mon, Jan 3, 2011 at 3:01 PM, Michael Giannakopoulos wrote: > I mean exactly the same thing as C# but from the replies i see that's a > difficult task and al

[g...@vmgump]: Project commons-email (in module apache-commons) failed

2011-01-03 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-email has an issue affecting its community integration. This issue

Re: Pointers

2011-01-03 Thread Michael Giannakopoulos
I mean exactly the same thing as C# but from the replies i see that's a difficult task and also that has little to do with apache commons... Because i use java a lot it's annoying the fact that specific variables that i want to change values in other functions cannot be passed as arguments but inst

Re: [all] [pool] how to test pool in JMX environment?

2011-01-03 Thread Brent Worden
Simone, I do not know if this is what you had in mind, but there is MBean Server provided by the JVM (http://download.oracle.com/javase/1.5.0/docs/guide/management/mxbeans.html#mbean_server). Presumably, this server could be used to register/unregister the MBeans, invoke operations, and get/set a

Re: Pointers

2011-01-03 Thread Matt Benson
On Jan 3, 2011, at 11:54 AM, Paul Benedict wrote: > I believe you're looking for JDK 7 method handles: > http://java.sun.com/developer/technicalArticles/DynTypeLang/ > Actually it sounded to me as though he was talking along the lines of Mutable* in [lang]. :/ Matt > Paul > > On Mon, Jan 3

Re: Pointers

2011-01-03 Thread Rafał Krupiński
W dniu 03.01.2011 20:15, Stephen J. Butler pisze: 2011/1/3 Rafał Krupiński: W dniu 03.01.2011 18:45, Michael Giannakopoulos pisze: Hello to all Apache Commons Developers! I wish a happy new year and i hope that all your expectations will come true! I would like to propose a new feature in apac

Re: [all] [pool] how to test pool in JMX environment?

2011-01-03 Thread Simone Tripodi
Hi all guys, sorry to be impatient but I think that this point is a little crucial to publish even a beta release :) Can anyone can point me to some doc how to test JMX? I googled a little but maybe some of you can suggest me best practices and related tools :P:P Many thanks in advance, have a nice

Re: Pointers

2011-01-03 Thread Stephen J. Butler
2011/1/3 Stephen J. Butler : > public function foo( ref int a ) { a = 42; } > public function bar() { >  int b = 0; > >  foo( ref b ); > >  // b == 42 > } And excuse my rather bad C# code which doesn't compile... been spending way too much time in scripting languages lately. -

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Mikkel Meyer Andersen
2011/1/3 Phil Steitz : > On Mon, Jan 3, 2011 at 2:04 PM, Ted Dunning wrote: > >> I don't think you are missing anything.  Moreover, I think that wikipedia >> just has an error in this regard. >> >> Following their chain of definitions leads to this example: >> >> >> http://en.wikipedia.org/wiki/Su

Re: Pointers

2011-01-03 Thread Stephen J. Butler
2011/1/3 Rafał Krupiński : > W dniu 03.01.2011 18:45, Michael Giannakopoulos pisze: >> >> Hello to all Apache Commons Developers! >> I wish a happy new year and i hope that all your expectations will come >> true! I would like to propose a new feature in apache commons... Wouldn't >> it >> be great

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Phil Steitz
On Mon, Jan 3, 2011 at 2:04 PM, Ted Dunning wrote: > I don't think you are missing anything. Moreover, I think that wikipedia > just has an error in this regard. > > Following their chain of definitions leads to this example: > > > http://en.wikipedia.org/wiki/Support_(measure_theory)#A_uniform_

Re: Pointers

2011-01-03 Thread Rafał Krupiński
W dniu 03.01.2011 18:45, Michael Giannakopoulos pisze: Hello to all Apache Commons Developers! I wish a happy new year and i hope that all your expectations will come true! I would like to propose a new feature in apache commons... Wouldn't it be great if commons api provided a pointer operator (

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Ted Dunning
I don't think you are missing anything. Moreover, I think that wikipedia just has an error in this regard. Following their chain of definitions leads to this example: http://en.wikipedia.org/wiki/Support_(measure_theory)#A_uniform_distribution If the uniform distribution on the open interval (0

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Mikkel Meyer Andersen
2011/1/3 Phil Steitz : > On Mon, Jan 3, 2011 at 1:41 PM, Mikkel Meyer Andersen wrote: > >> 2011/1/3 Phil Steitz : >> > On Mon, Jan 3, 2011 at 2:23 AM, Mikkel Meyer Andersen >> wrote: >> > >> >> Hi, >> >> >> >> You're right, Phil. Support for beta is [0, 1] and not (0, 1) as stated >> on >> >> Wik

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Phil Steitz
On Mon, Jan 3, 2011 at 1:41 PM, Mikkel Meyer Andersen wrote: > 2011/1/3 Phil Steitz : > > On Mon, Jan 3, 2011 at 2:23 AM, Mikkel Meyer Andersen > wrote: > > > >> Hi, > >> > >> You're right, Phil. Support for beta is [0, 1] and not (0, 1) as stated > on > >> Wikipedia. As you mention, support for

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Mikkel Meyer Andersen
2011/1/3 Phil Steitz : > On Mon, Jan 3, 2011 at 2:23 AM, Mikkel Meyer Andersen wrote: > >> Hi, >> >> You're right, Phil. Support for beta is [0, 1] and not (0, 1) as stated on >> Wikipedia. As you mention, support for continuous distributions is closed, >> hence the corresponding isInclusive-funct

Re: [pool][performance] Source management question

2011-01-03 Thread Phil Steitz
On Mon, Jan 3, 2011 at 10:17 AM, Mark Thomas wrote: > On 25/12/2010 16:18, Phil Steitz wrote: > > Thanks, Gary! > > > > On Sat, Dec 25, 2010 at 9:11 AM, Gary Gregory > > wrote: > > > > Hm. Perfo already depends on pool. It would be less controversial to add > the > >> test to perfo but that would

Re: Pointers

2011-01-03 Thread Paul Benedict
I believe you're looking for JDK 7 method handles: http://java.sun.com/developer/technicalArticles/DynTypeLang/ Paul On Mon, Jan 3, 2011 at 11:45 AM, Michael Giannakopoulos < miccagi...@gmail.com> wrote: > Hello to all Apache Commons Developers! > I wish a happy new year and i hope that all your

Pointers

2011-01-03 Thread Michael Giannakopoulos
Hello to all Apache Commons Developers! I wish a happy new year and i hope that all your expectations will come true! I would like to propose a new feature in apache commons... Wouldn't it be great if commons api provided a pointer operator (like ref in C#) so as to pass arguments in functions by r

Re: [math] meaning of "support" in distributions classes

2011-01-03 Thread Phil Steitz
On Mon, Jan 3, 2011 at 2:23 AM, Mikkel Meyer Andersen wrote: > Hi, > > You're right, Phil. Support for beta is [0, 1] and not (0, 1) as stated on > Wikipedia. As you mention, support for continuous distributions is closed, > hence the corresponding isInclusive-functions can be discussed. I though

Re: [pool][performance] Source management question

2011-01-03 Thread Mark Thomas
On 25/12/2010 16:18, Phil Steitz wrote: > Thanks, Gary! > > On Sat, Dec 25, 2010 at 9:11 AM, Gary Gregory > wrote: > > Hm. Perfo already depends on pool. It would be less controversial to add the >> test to perfo but that would not demonstrate the bug in pool itself. >> > > I thought about that

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

2011-01-03 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-jelly-tags-quartz (in module commons-jelly) failed

2011-01-03 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-quartz has an issue affecting its community integratio

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

2011-01-03 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: [codec] Maven password encryption

2011-01-03 Thread Simone Tripodi
Merci beaucoup Luc, much more than appreciated, I'll have a deep reading. A bientot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Jan 3, 2011 at 9:45 AM, wrote: > > - "Simone Tripodi" a écrit : > >> Salut Luc!!! >> I have to admit my ignorance respect the

Re: [codec] Maven password encryption

2011-01-03 Thread luc . maisonobe
- "Simone Tripodi" a écrit : > Salut Luc!!! > I have to admit my ignorance respect the "export regulations in the > US", that's completely new to me, thanks for notifying! The status of Apache projects with respect to export status can be found here:

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

2011-01-03 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-email has an issue affecting its community integration. This issue