[SCXML] wiki updated, links on site broken

2013-11-22 Thread Bernd Eckenfels
Am 23.11.2013, 00:24 Uhr, schrieb Woonsan Ko : I've just corrected all the broken links in the the FAQ [1] wiki page. I noticed, got a conflict warning :) The Wiki is adjusted, but the project sitze has quite some broken links. It expects versioned sites (for javadoc) and also the guide uses

Re: [all] Welcome to the new Apache Commons PMC chair: Gary Gregory

2013-11-22 Thread Adrian Crum
Congrats Gary! Adrian Crum Sandglass Software www.sandglass-software.com On 11/22/2013 9:19 AM, Luc Maisonobe wrote: Hi all, The Apache board meeting was held on wednesday. The resolution we proposed to change Apache Commons VP has been adopted, and its result can be seen here:

Re: Wiki Edit privilege request

2013-11-22 Thread Woonsan Ko
Thank you very much! It works for me. I was able to edit the wiki page successfully. Cheers, Woonsan On Friday, November 22, 2013 4:12 PM, sebb wrote: Try now. > >I'm mot 100% sure how to add Wiki Names with spaces in them; if it >does not work please create a normal WikiName and repost h

Re: [SCXML] What's the SCXML spec draft(s) supported in the current commons-scxml?

2013-11-22 Thread Woonsan Ko
Hi Bernd, I've just corrected all the broken links in the the FAQ [1] wiki page. Cheers, Woonsan [1] http://wiki.apache.org/commons/SCXML/FrequentlyAskedQuestions On Friday, November 15, 2013 3:53 PM, Woonsan Ko wrote: Hi Bernd, > >I think I can correct it and the other outdated informati

[Commons Wiki] Update of "SCXML/FrequentlyAskedQuestions" by Woonsan Ko

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "SCXML/FrequentlyAskedQuestions" page has been changed by Woonsan Ko: https://wiki.apache.org/commons/SCXML/FrequentlyAskedQuestions?action=diff&rev1=17&rev2=18 Do you ha

[Commons Wiki] Trivial Update of "SCXML/HomePage" by BerndEckenfels

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "SCXML/HomePage" page has been changed by BerndEckenfels: https://wiki.apache.org/commons/SCXML/HomePage?action=diff&rev1=22&rev2=23 Comment: linkfix homepage The W3C Voice Brow

[Commons Wiki] Update of "VFS" by BerndEckenfels

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "VFS" page has been changed by BerndEckenfels: https://wiki.apache.org/commons/VFS?action=diff&rev1=17&rev2=18 Comment: Added seeburger-vfs2 * [[http://sourceforge.net/projects

Re: [SCXML] What's the SCXML spec draft(s) supported in the current commons-scxml?

2013-11-22 Thread sebb
Try now On 22 November 2013 21:49, Bernd Eckenfels wrote: > Am 18.11.2013, 13:45 Uhr, schrieb Benedikt Ritter : > > >> Sebb can do the trick. Not sure if ther comitters/PMC members also have >> the >> necessary priviliges. > > > My Wiki Login in the /commons wiki is BerndEckenfels. Thanks > > Ber

[Commons Wiki] Update of "ContributorsGroup" by sebbapache

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "ContributorsGroup" page has been changed by sebbapache: https://wiki.apache.org/commons/ContributorsGroup?action=diff&rev1=10&rev2=11 * AteDouma * AxelSchwolow * Benedikt

Re: [SCXML] What's the SCXML spec draft(s) supported in the current commons-scxml?

2013-11-22 Thread Bernd Eckenfels
Am 18.11.2013, 13:45 Uhr, schrieb Benedikt Ritter : Sebb can do the trick. Not sure if ther comitters/PMC members also have the necessary priviliges. My Wiki Login in the /commons wiki is BerndEckenfels. Thanks Bernd - To

Re: Wiki Edit privilege request

2013-11-22 Thread sebb
Try now. I'm mot 100% sure how to add Wiki Names with spaces in them; if it does not work please create a normal WikiName and repost here. On 18 November 2013 14:31, Woonsan Ko wrote: > Hello, > > Could someone please allow me to edit the wiki page? > For now, I'd like to correct some outdated i

[Commons Wiki] Update of "ContributorsGroup" by sebbapache

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "ContributorsGroup" page has been changed by sebbapache: https://wiki.apache.org/commons/ContributorsGroup?action=diff&rev1=9&rev2=10 * SimoneTripodi * ThomasNeidhart * Th

[Commons Wiki] Update of "ContributorsGroup" by sebbapache

2013-11-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "ContributorsGroup" page has been changed by sebbapache: https://wiki.apache.org/commons/ContributorsGroup?action=diff&rev1=8&rev2=9 * SimoneTripodi * ThomasNeidhart * Tho

Re: [SCXML] What's the SCXML spec draft(s) supported in the current commons-scxml?

2013-11-22 Thread sebb
As can Gary Gregory Stefan Bodewig Henri Yandell Ralph Goers Jörg Schaible amongst others On 18 November 2013 12:45, Benedikt Ritter wrote: > Sebb can do the trick. Not sure if ther comitters/PMC members also have the > necessary priviliges. > > Benedikt > > 2013/11/18 Ate Douma > >> Woonsan,

Re: [LANG] Write a static final field

2013-11-22 Thread Matt Benson
Well, the SecurityManager consideration applies for a lot of what goes on in oacl3.reflect. ;) Matt On Fri, Nov 22, 2013 at 11:37 AM, Maurizio Cucchiara wrote: > NP, > > I can file a jira and (I can submit a patch or the code into the trunk). > (I had already the code, nothing special or parti

Re: [LANG] Write a static final field

2013-11-22 Thread Maurizio Cucchiara
NP, I can file a jira and (I can submit a patch or the code into the trunk). (I had already the code, nothing special or particularly complex, but at least work in production). For what concerns the use of the existing method, the "forceAccess" parameter could be misleading, since the magic of "f

Re: [LANG] Write a static final field

2013-11-22 Thread Matt Benson
Sorry, I was thinking about the idea of extending final classes that can be done by manipulating bytecode even though the compiler restricts it. Can you open a JIRA issue for this? I would say we could stuff this into the existing method as part of the behavior specified by the 'forceAccess' para

Re: [LANG] Write a static final field

2013-11-22 Thread Maurizio Cucchiara
Hi Jorg, actually I have already done: it doesn't work (but I could be wrong). So to recap, writing a private field works, a final one don't. IMHO adding a method that allows to write a static final field makes sense to me, WDYT? Maurizio Cucchiara On 22 November 2013 16:01, Jörg Schaible wro

Re: [LANG] Write a static final field

2013-11-22 Thread Jörg Schaible
Hi Maurizio, Maurizio Cucchiara wrote: > So do I, but looking at the throws list it seems that final is not > supported (although write a private one is) by design (which can be a > valid point) Try it. The documentation might be a simple relict from Java 1.4 functionality. Cheers, Jörg > >

Re: [LANG] Write a static final field

2013-11-22 Thread Maurizio Cucchiara
So do I, but looking at the throws list it seems that final is not supported (although write a private one is) by design (which can be a valid point) Maurizio Cucchiara On 22 November 2013 13:37, Matt Benson wrote: > Hmm, I would have expected [1] (with terminating argument true) to have > work

Re: [all] Welcome to the new Apache Commons PMC chair: Gary Gregory

2013-11-22 Thread Matt Benson
Rather than congratulate Gary, I thank him for taking on the role, and definitely thank Luc for all the time he put in as chair. Matt On Fri, Nov 22, 2013 at 9:12 AM, Benedikt Ritter wrote: > Hi, > > I'd like to thank you Luc for the great work you did as our Chair. > And to Gary: congratulati

Re: [all] Welcome to the new Apache Commons PMC chair: Gary Gregory

2013-11-22 Thread Benedikt Ritter
Hi, I'd like to thank you Luc for the great work you did as our Chair. And to Gary: congratulation for the nomination and good luck :-) Benedikt 2013/11/22 Luc Maisonobe > Hi all, > > The Apache board meeting was held on wednesday. The resolution we > proposed to change Apache Commons VP has

[all] Welcome to the new Apache Commons PMC chair: Gary Gregory

2013-11-22 Thread Luc Maisonobe
Hi all, The Apache board meeting was held on wednesday. The resolution we proposed to change Apache Commons VP has been adopted, and its result can be seen here: . I would like to thank Gary for accepting the position and to all of you for your help during my te

Re: [validator] EmailValidator, DomainValidator questions

2013-11-22 Thread Adrian Crum
We really need to remove the TLD check from domain validation. "noplace.somedog" is a valid domain in the sense that it is properly formatted, but it is not a valid domain in the sense that the TLD does not exist. That distinction is missing in the domain Validator. It would be best to have tw

Re: [LANG] Write a static final field

2013-11-22 Thread Matt Benson
Hmm, I would have expected [1] (with terminating argument true) to have worked for your purposes. Matt [1] http://commons.apache.org/proper/commons-lang/javadocs/api-3.1/org/apache/commons/lang3/reflect/FieldUtils.html#writeStaticField(java.lang.Class, java.lang.String, java.lang.Object, boolean)

[validator] EmailValidator, DomainValidator questions

2013-11-22 Thread Jaun Oliver
Hi I have got some questions regarding the EmailValidator. The documentation states: This implementation is not guaranteed to catch all possible errors in an email address. For example, an address like nobody@noplace.somedog will pass validator, even though there is no TLD "somedog". This is

[LANG] Write a static final field

2013-11-22 Thread Maurizio Cucchiara
Hi all, yesterday I was trying to write a static final field in order to mock it and I realised that there is no way to do that using the Common way. I expected to find something similar on FieldUtils class [1]. I know that is not a very good practice and in case of primitive field or enabled se