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 FileSystemExce
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:
http://commons.apache.org/dig
2010/12/13 Lukasz Lenart :
> 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 project for one piece of
softwar
2011/3/1 Antonio Petrelli :
> 2010/12/13 Lukasz Lenart :
>> 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.
> AF
2011/3/3 Lukasz Lenart :
> Moving OGNL to Struts 2 could have one pitfall - it can be driven by
> the project's needs. But that can be good as well ;-)
Just a note FWIW. Spring WebFlow also uses OGNL.
Antonio
-
To unsubscribe, e
2011/3/3 Simone Tripodi :
> 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:
https://cwiki.apache.org/TILES/dimensionsincubationproposal.html
Howev
2011/3/3 Antonio Petrelli :
> 2011/3/3 Simone Tripodi :
>> 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
-
T
2011/3/3 Lukasz Lenart :
> 2011/3/3 Simone Tripodi :
>> 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 the Struts dev mailing list to see if anyone
el
GNL and the whole incubation process ?
>> >
>> > There's a discussion going on on the dev@commons mailing list about
>> that.
>> >
>> >
>> > Regards
>> > --
>> > Łukasz
>> > + 48 606 323 122 http://www.lenart.org.pl/
>
2011/5/11 Jörg Schaible
> > * 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 running projects manage
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
2011/5/11
> +
> +
> +
> + org.apache.maven.plugins
> + maven-idea-plugin
> + 2.2
> +
> +
> +
>
Why so? Do you really need to link idea plugin to a specific version?
Antonio
2011/5/11 Olivier Lamy
> 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 clarification
An
2011/5/13 Henri Yandell
> 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
2011/5/13 Simone Tripodi
> 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 during page generatio
2011/5/17 Simone Tripodi
> 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 don't need it and we can
2011/5/17 Henri Yandell
> 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 presuming tha
2011/5/18 sebb
> On 18 May 2011 08:31, Antonio Petrelli wrote:
> > 2011/5/17 Henri Yandell
> >
> >> Looks useful to me.
> >>
> >> Download the ant task. Use this standard file. Execute.
> >>
> >> Save us maintaining a pointless build.
2011/6/6 Simone Tripodi
> 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 element is a Collect
2011/6/6 Simone Tripodi
> 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!
>
+1, TreeMap is fin
2011/6/20 Simone Tripodi
> 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 commons-digester3: Unable t
First of all, sorry to jump in at this point of the discussion.
2011/7/28 Simone Tripodi
> 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 dependency instead of slf4j..
Hi Ceki
2011/8/3 Ceki Gülcü
> 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-lo
2011/8/3 Antonio Petrelli
> 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 be excluded from
2011/8/4 Ralph Goers
> 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 JBPortal would have s
2010/9/24 Simone Tripodi :
>> 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 day!
>> Simo
2010/9/24 Simone Tripodi :
> 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:
maven-release-plugin
2010/9/25 Simone Tripodi :
> 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 moved/copied/referenced
2009/2/9 Henri Yandell :
> Welcoming Paul as a new committer to Commons.
Congrats Paul!
Antonio
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
2007/9/11, Torsten Curdt <[EMAIL PROTECTED]>:
>
> I'll try to be there (not sure I can make it) but the GT has always
> been a great and truly unique event. You don't need to be a Cocoon
> user or developer. It's great fun just as it is and a few days in
> Rome in such a great setting ...who wouldn
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
-
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 E
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
2008/4/9, James Carman <[EMAIL PROTECTED]>:
> Does anyone have code that can take care of this situation:
>
> List strings = new ArrayList();
>
> Class returnType = getReturnType(strings.getClass(), "get", int.class);
>
> I want the "returnType" to be java.lang.String. Does anyone have code
>
2008/4/13, James Carman <[EMAIL PROTECTED]>:
> So, does anyone have any strong opinions about the name? I am
> thinking that I should just pick one (not "expression") and just go
> with it. If I change the name, I'll likely change the interface names
> to match. Anyone?
What about "commons-e
2007/7/27, Niall Pemberton <[EMAIL PROTECTED]>:
>
> On 7/27/07, Henri Yandell <[EMAIL PROTECTED]> wrote:
> > 1) We need a logo.
>
> I hacked a basic one to get going with, until someone else comes up
> with something better:
>
> http://commons.apache.org/images/apache-commons-logo.png
Just an id
2007/8/7, Dave, Tushar <[EMAIL PROTECTED]>:
> The call to oPool.getConnection() gets blocked indefinitely when I try
> to get the 9th connection.
> Am I missing something?
It's the normal behaviour! You have to close the connection when finished!
Antonio
-
37 matches
Mail list logo