Re: [scxml] A local transition to a parallel sub-state affects all its parent's siblings

2011-07-27 Thread Hynek Cihlar
Rahul, thank you for your clear explanation. The internal transitions would be the best solution for my use case (and also the default behavior I would personally expect). In terms of implementing internal transitions, I came across a thread from James Barnett who claims to have them (and other

[lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-27 Thread Cancrinus, Bas
I'm currently migrating an EAR from WebLogic 10.3.3 to 10.3.5. While testing I noticed that the following invocation returned false while I expected true (lang 2.5): EqualsBuilder.reflectionEquals(Object lhs, Object rhs, String[] excludeFields) I noticed in my debugger that my domain classes

Re: [lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-27 Thread Paul Benedict
ReflectionEquals uses actual fields, not methods, to build the string output. The underscore is actually a known convention by some Java programmers (I don't subscribe to it but projects like Apache Tapestry use underscore for ALL their fields). So I don't think underscore is suitable to be

RE: [lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-27 Thread Gary Gregory
We might as well use an RE instead of a prefix. Next week someone will want to do something will fields that /end/ in _ or whatnot. Gary -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Wednesday, July 27, 2011

Re: [lang] Advise needed for broken reflectionEquals in WebLogic 10.3.5

2011-07-27 Thread Paul Benedict
+1 to that idea. On Wed, Jul 27, 2011 at 12:25 PM, Gary Gregory ggreg...@seagullsoftware.com wrote: We might as well use an RE instead of a prefix. Next week someone will want to do something will fields that /end/ in _ or whatnot. Gary -Original Message- From:

[MATH] Commons Math 3.0-SNAPSHOT code?

2011-07-27 Thread Miguel Ruiz
Hello, I was looking for a while but I couldn´t find the source code that is published in the API DOCShttp://commons.apache.org/math/apidocs/index.html . Could anybody send me this library version? Is there any date for the release? Thanks in advance!

Re: [MATH] Commons Math 3.0-SNAPSHOT code?

2011-07-27 Thread Luc Maisonobe
Le 27/07/2011 20:56, Miguel Ruiz a écrit : Hello, I was looking for a while but I couldn´t find the source code that is published in the API DOCShttp://commons.apache.org/math/apidocs/index.html . Could anybody send me this library version? The snapshots version are not officially published.

Re: [MATH] Commons Math 3.0-SNAPSHOT code?

2011-07-27 Thread Miguel Ruiz
Thanks you Luc!, I´ll try to use it and report here any bug I could find. We talk soon! On Wed, Jul 27, 2011 at 9:05 PM, Luc Maisonobe luc.maison...@free.frwrote: Le 27/07/2011 20:56, Miguel Ruiz a écrit : Hello, I was looking for a while but I couldn´t find the source code that is

Re: [scxml] A local transition to a parallel sub-state affects all its parent's siblings

2011-07-27 Thread Rahul Akolkar
On Wed, Jul 27, 2011 at 2:42 AM, Hynek Cihlar hynek.cih...@gmail.com wrote: Rahul, thank you for your clear explanation. The internal transitions would be the best solution for my use case (and also the default behavior I would personally expect). snip/ Agree it would work well for the use

Re: [MATH] Commons Math 3.0-SNAPSHOT code?

2011-07-27 Thread Miguel Ruiz
Certainly I´m interested in using *MannWhitneyUTest*http://commons.apache.org/math/apidocs/org/apache/commons/math/stat/inference/MannWhitneyUTest.html *WilcoxonSignedRankTesthttp://commons.apache.org/math/apidocs/org/apache/commons/math/stat/inference/WilcoxonSignedRankTest.html which are in