[VFS] FTP: broken pipe with vsFTPd due to timeout in 2.1-SNAPSHOT

2015-03-27 Thread Antonio Petrelli
Hello we are experiencing a strange behaviour of VFS with vsFTPd with 2.1-SNAPSHOT version on trunk. We have a cycle in which periodically tests if a file exists, exiting once it has been found. If the vsFTPd session timeout (idle_session_timeout parameter) has been met, we receive a

Re: [logging] logging vs slf4j

2011-08-04 Thread Antonio Petrelli
2011/8/4 Ralph Goers ralph.go...@dslextreme.com The flaw would be in JBoss Portal, not the portlet spec. The spec doesn't have anything to do with logging. In fact I would have said a library in general that is referenced both in the portal application and in portlets. Anyway you're right, if

Re: [logging] logging vs slf4j

2011-08-03 Thread Antonio Petrelli
First of all, sorry to jump in at this point of the discussion. 2011/7/28 Simone Tripodi simonetrip...@apache.org Hi all guys, I remember I raw a thread - not sure if I did it here at commons or somewhere else here at apache - where specified we prefer adding [logging] as components

Re: [logging] logging vs slf4j

2011-08-03 Thread Antonio Petrelli
Hi Ceki 2011/8/3 Ceki Gülcü c...@qos.ch Antonio Petrelli wrote: On the other hand, the version of slf4j binding that you select at runtime needs to match the slf4j-api. For example, if you have slf4j-api-1.6.1.jar on your classpath and you wish to use log4j, then you need slf4j-log4j12

Re: [logging] logging vs slf4j

2011-08-03 Thread Antonio Petrelli
2011/8/3 Antonio Petrelli antonio.petre...@gmail.com However in my experience SLF4J has a big drawback: when used in a shared classloader (JBoss Portal anyone?) it is needed to have the same stinky old version of SLF4J in all applications during compile time, and the library should

Re: svn out of sync?

2011-06-20 Thread Antonio Petrelli
2011/6/20 Simone Tripodi simonetrip...@apache.org Hi all guys, I was trying to push the Digester3 RC1, but while performing release:prepare I got the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.0:prepare (default-cli) on project

Re: [ognl] internal cache performance improvement

2011-06-06 Thread Antonio Petrelli
2011/6/6 Simone Tripodi simonetrip...@apache.org my today's topic is about internal cache, that can be IMHO improved in therms of performance; its implementation is a multi-value map alike, based on a fixed-size array, a function is applied to each key to calculate the array index, each array

Re: [ognl] internal cache performance improvement

2011-06-06 Thread Antonio Petrelli
2011/6/6 Simone Tripodi simonetrip...@apache.org TreeMap sounds reasonable, it's an RB Tree implementation and insert/retrieve operations have both O(log n) complexity[1], I'd suggest to start with it and see how things are going, then switch to LRU if needed. WDYT? Many thanks in advance!

Re: [OGNL] drop old opensymphony build

2011-05-18 Thread Antonio Petrelli
2011/5/17 Henri Yandell flame...@gmail.com Looks useful to me. Download the ant task. Use this standard file. Execute. Save us maintaining a pointless build.xml. I don't think we need it at all. Don't you think that developers are able to download Maven like they did for Ant? I think that

Re: [OGNL] drop old opensymphony build

2011-05-18 Thread Antonio Petrelli
2011/5/18 sebb seb...@gmail.com On 18 May 2011 08:31, Antonio Petrelli antonio.petre...@gmail.com wrote: 2011/5/17 Henri Yandell flame...@gmail.com Looks useful to me. Download the ant task. Use this standard file. Execute. Save us maintaining a pointless build.xml. I don't

Re: [OGNL] drop old opensymphony build

2011-05-17 Thread Antonio Petrelli
2011/5/17 Simone Tripodi simonetrip...@apache.org WDYT on dropping old opensymphony ant related build stuff? I think maintaining the maven stuff only is more than enough, or not? I don't think that minor-task worths an Iusse, just discuss about it here. Hi Absolutely, kill Ant stuff, we

Re: [OGNL] Random first thoughts

2011-05-13 Thread Antonio Petrelli
2011/5/13 Henri Yandell flame...@gmail.com So how do we relicense Drew's contributions from BSD to AL 2.0? Henri probably in this sentence you mistook Drew with Luke. Drew signed a software grant, so now the code is Apache's. Antonio

Re: [OGNL] unable to instantiate TabCharacter

2011-05-13 Thread Antonio Petrelli
2011/5/13 Simone Tripodi simonetrip...@apache.org Hi all guys, while fixing the reporting, re-enabling the commented report plugins, I got this error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0-beta-3:site (default-site) on project commons-ognl: Error

Re: [OGNL] startup questions

2011-05-11 Thread Antonio Petrelli
2011/5/11 Jörg Schaible joerg.schai...@scalaris.com * version number: there are 2 way of thinking about it. For someone is fine continuing from the old version number, IMHO it should be 0.1-incubating, since in my mind ognl != commons-ognl. Which one sounds better? I tried to see how

[OGNL] Please insert Jira issue in commit log

2011-05-11 Thread Antonio Petrelli
All OGNL-ers Can you please insert the Jira issue you are working on when you commit? This way, Jira links commits to the issues. Thanks Antonio

Re: svn commit: r1101883 - /incubator/ognl/trunk/pom.xml

2011-05-11 Thread Antonio Petrelli
2011/5/11 ol...@apache.org +pluginManagement + plugins +plugin + groupIdorg.apache.maven.plugins/groupId + artifactIdmaven-idea-plugin/artifactId + version2.2/version +/plugin + /plugins +/pluginManagement Why so? Do you

Re: svn commit: r1101883 - /incubator/ognl/trunk/pom.xml

2011-05-11 Thread Antonio Petrelli
2011/5/11 Olivier Lamy ol...@apache.org nope. But it's defined in the parent without any version so maven 3 check metadata to know the version. It's just to prevent non usefull http requests :-) when building. So the question is: why is it present in the parent pom? :-D Thanks for the

Re: OGNL as a part of Commons

2011-03-03 Thread Antonio Petrelli
2011/3/3 Simone Tripodi simonetrip...@apache.org: Looks like Antonio is interested and it would be very nice if he joins. In fact I am, Tiles also uses OGNL via a separate module. Once I created a proposal for a subproject for Tiles but it failed:

Re: OGNL as a part of Commons

2011-03-03 Thread Antonio Petrelli
2011/3/3 Antonio Petrelli antonio.petre...@gmail.com: 2011/3/3 Simone Tripodi simonetrip...@apache.org: Looks like Antonio is interested and it would be very nice if he joins. In fact I am If it was not clear, I wish to join :-) Antonio

Re: OGNL as a part of Commons

2011-03-03 Thread Antonio Petrelli
2011/3/3 Lukasz Lenart lukasz.len...@googlemail.com: 2011/3/3 Simone Tripodi simonetrip...@apache.org: Anyone more? :) You can count on me, but I'm a Struts Committer. I know it :-) for incubation, being an Apache commiter is a plus when creating an incubation proposal. I think you should ask

Re: OGNL as a part of Commons

2011-03-03 Thread Antonio Petrelli
://confitura.pl -- Forwarded message -- From: Antonio Petrelli antonio.petre...@gmail.com Date: 2011/3/3 Subject: Re: OGNL as a part of Commons To: Commons Developers List dev@commons.apache.org, lukasz.len...@gmail.com DW: Lukasz Lenart lukasz.len...@googlemail.com

Re: OGNL as a part of Commons

2011-03-01 Thread Antonio Petrelli
2010/12/13 Lukasz Lenart lukasz.len...@googlemail.com: I want to ask you all, is it possible to include OGNL (https://github.com/jkuhnert/ognl , http://www.opensymphony.com/ognl/ ) into Commons project? Personally I would like to see it as a TLP. AFAIK Apache foundation likes to see one

Re: OGNL as a part of Commons

2011-03-01 Thread Antonio Petrelli
2011/3/1 Antonio Petrelli antonio.petre...@gmail.com: 2010/12/13 Lukasz Lenart lukasz.len...@googlemail.com: I want to ask you all, is it possible to include OGNL (https://github.com/jkuhnert/ognl , http://www.opensymphony.com/ognl/ ) into Commons project? Personally I would like to see

[digester] Wrong links in site

2010-12-10 Thread Antonio Petrelli
Hi all This is just to let you know about wrong links in the website of Commons Digester. For example, the Guide link under 2.1 version of digester docs, the link is: http://commons.apache.org/digester/commons-digester-2.1/commons-digester-2.1/core.html it should be:

Re: [infra] site deploying

2010-09-25 Thread Antonio Petrelli
2010/9/25 Simone Tripodi simone.trip...@gmail.com: Hi again guys, sorry the Digester 2.1 release is taking too much time but I'm still assembling all the puzzle's pieces :P What I miss now is how the site on    http://people.apache.org/builds/commons/digester/2.1/RC2/site/ has to be

Re: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Antonio Petrelli
2010/9/24 Simone Tripodi simone.trip...@gmail.com: Hi all guys, following the wiki guide[1] for releases, when performing E.2 Copy Artifacts from Staging the build fails just after prompting my password (yes, I checked it twice); can someone help me please? Many thanks in advance, have a nice

Re: [infra] Digester 2.1 release blocked Was [Digester] Auth fail when copying artifacts from staging

2010-09-24 Thread Antonio Petrelli
2010/9/24 Simone Tripodi simone.trip...@gmail.com: thanks a lot for your help!!! During the final phase of release I wasn't using profiles at all You didn't, but unfortunately I discovered that commons-parent does. I see this in commons-parent pom: plugin

Re: [DISCUSS] New Expressions Sandbox Project...

2008-04-09 Thread Antonio Petrelli
2008/4/9, James Carman [EMAIL PROTECTED]: I realize that there's a J2EE framework out there called Expresso, but its site hasn't been updated since 2005, so I don't know how active it is or if this would even be a conflict anyway. There is already a regular-expression tool called Expresso:

Re: [DISCUSS] New Expressions Sandbox Project...

2008-04-09 Thread Antonio Petrelli
2008/4/9, sebb [EMAIL PROTECTED]: On 09/04/2008, James Carman [EMAIL PROTECTED] wrote: On Wed, Apr 9, 2008 at 10:12 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: There is already a regular-expression tool called Expresso: http://www.ultrapico.com/Expresso.htm Come

Re: [all] Generics and Return Type?

2008-04-09 Thread Antonio Petrelli
2008/4/9, James Carman [EMAIL PROTECTED]: Does anyone have code that can take care of this situation: ListString strings = new ArrayListString(); Class returnType = getReturnType(strings.getClass(), get, int.class); I want the returnType to be java.lang.String. Does anyone have code

Re: Translating Java commons Libs to C# commons libs

2008-01-29 Thread Antonio Petrelli
2008/1/29, Robert Johnson [EMAIL PROTECTED]: I would like to translate some of the Java commons libraries to IL libraries for C# to use with Mono .Net. Would this be of interest to the Apache commons community? OT question: did you try with IKVM? Antonio