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
Hi Devs,
We are using Commons-VFS in the File transport of Apache Synapse. When we
are reading large files (> 1M) into Synapse over FTP, we often get the
following exception:
[2011-01-29 11:59:54,500] ERROR - VFSTransportListener Error processing File
URI : ftp://user:password@localhost
/home/hir
Thank you Simone!
Ciao
Jacopo
On Jan 28, 2011, at 8:39 PM, Simone Tripodi wrote:
> Hi all guys,
> count also on my help if needed, I can help on applying patches and
> for the release process.
> Looking forward for news,
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://www.99soft.o
Hello.
> >> >>> OK. But now that we have detected an "aroma" around unilaterally
> >> >>> making UnivariateRealFunction throw Math*User*Exception, I wonder if
> >> >>> there is a way to introduce an unchecked parent that gets us out of
> >> >>> this. We may want to reserve the right to do this in
Thanks and sorry!
On Fri, Jan 28, 2011 at 4:56 PM, wrote:
> Author: mikl
> Date: Fri Jan 28 21:56:42 2011
> New Revision: 1064904
>
> URL: http://svn.apache.org/viewvc?rev=1064904&view=rev
> Log:
> Updated name in changelog to reflect fixes for MATH-384 and MATH-385 which
> was introduced in r1
On Thu, Jan 27, 2011 at 6:14 PM, Gilles Sadowski
wrote:
> On Thu, Jan 27, 2011 at 08:31:05PM +0100, Luc Maisonobe wrote:
>> Le 27/01/2011 17:49, Phil Steitz a écrit :
>> > On Thu, Jan 27, 2011 at 9:20 AM, Gilles Sadowski
>> > wrote:
>> >> Phil,
>> >>
>> >>> OK. But now that we have detected an "
Hi.
> Seeing the code in this package i agree that some more exceptions should be
> created so as to cover cases such as the following:
>
> >Package:
> org.apache.commons.math.analysis.integration.UnivarieteRealIntegratorImpl
>
> >public double getResult() throws IllegalStateException {
> >
On 1/28/11 3:14 PM, James Ring wrote:
Hey,
On Fri, Jan 28, 2011 at 3:00 PM, Stephen Williams wrote:
True, you shouldn't synchronize on any object that A) you want to change and
B) can only be changed by being replaced by a newly constructed object. If
Integer, for instance, had a setter metho
Congratulation!
Gary
On Jan 28, 2011, at 18:28, "Julius Davies" wrote:
> On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory
> wrote:
>> Now that the main Base-N refactoring is done, the door is open for Base16 ;)
>> Juluis, you had mentioned Base16 before, any interest?
>>
>
> Sorry, I can't, a
On 28 January 2011 23:27, Julius Davies wrote:
> On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory
> wrote:
>> Now that the main Base-N refactoring is done, the door is open for Base16 ;)
>> Juluis, you had mentioned Base16 before, any interest?
>>
>
> Sorry, I can't, at least not for codec-1.5. T
On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory
wrote:
> Now that the main Base-N refactoring is done, the door is open for Base16 ;)
> Juluis, you had mentioned Base16 before, any interest?
>
Sorry, I can't, at least not for codec-1.5. The baby came
yesterday!!! He still has no name. 8lbs 3oz
Also, the file 'ResizableDoubleArray.java' in the package
'org.apache.commons.math.util' contains the following code:
>if (contraction < expansion) {
>throw MathRuntimeException.createIllegalArgumentException(
>
LocalizedFormats.CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR,
>
Hey,
On Fri, Jan 28, 2011 at 3:00 PM, Stephen Williams wrote:
> True, you shouldn't synchronize on any object that A) you want to change and
> B) can only be changed by being replaced by a newly constructed object. If
> Integer, for instance, had a setter method, then it could still have been
>
Hah, just sent a reply stating just that. Thanks.
Stephen
On Fri, Jan 28, 2011 at 2:45 PM, Brent Worden wrote:
> Actually, funkyChanger will not work because you are effectively
> reassigning the argument. Since all arguments in Java are passed by
> value, the assignment is not realized by the
True, you shouldn't synchronize on any object that A) you want to change and
B) can only be changed by being replaced by a newly constructed object. If
Integer, for instance, had a setter method, then it could still have been
used in this way. However, it seems to be immutable. I generally just
Actually, funkyChanger will not work because you are effectively
reassigning the argument. Since all arguments in Java are passed by
value, the assignment is not realized by the caller.
The only ways to get argument changes surfaced to the caller are using
a typed return or passing in an argument
IIRC I did a couple of previous releases, mainly using the Nexus page.
In fact I used that to create the the artifacts for the VOTE thread -
you should be able to see them in the archives - it was early July
2010.
Once the vote pased, I just released the Nexus artifacts.
On 28 January 2011 22:34
Well, I'm going to give up for today :( Half of
http://wiki.apache.org/commons/CreatingReleases does not apply for a site-less
project or Maven returns errors. Very frustrating. Would the person who created
17 update the wiki? I am happy to do the release, but the process is
non-trivial...
Tha
Hey,
On Fri, Jan 28, 2011 at 2:01 PM, Stephen Williams wrote:
> All objects are passed as references in Java.
> All fundamental scalar types have Object wrapped versions.
> An argument that is meant to be modified just needs to be an object
> reference.
>
> So, you can simply go from:
> void funk
No.
There's no site included with the pom itself, that is in commons-site.
On 28 January 2011 22:09, Gary Gregory wrote:
> Brr... how come there is no 'parent' directory in
> /www/www.apache.org/dist/commons?
>
> Should I create one?
>
> Gary
>
>> -Original Message-
>> From: Rahul Akolk
Brr... how come there is no 'parent' directory in
/www/www.apache.org/dist/commons?
Should I create one?
Gary
> -Original Message-
> From: Rahul Akolkar [mailto:rahul.akol...@gmail.com]
> Sent: Friday, January 28, 2011 14:50
> To: Commons Developers List
> Subject: Re: Releasing commons
All objects are passed as references in Java.
All fundamental scalar types have Object wrapped versions.
An argument that is meant to be modified just needs to be an object
reference.
So, you can simply go from:
void funkyReader(int arg) { arg++; }
to:
void funkyChanger(Integer arg) { arg++; }
If
Hello to everyone,
Seeing the code in this package i agree that some more exceptions should be
created so as to cover cases such as the following:
>Package:
org.apache.commons.math.analysis.integration.UnivarieteRealIntegratorImpl
>public double getResult() throws IllegalStateException {
>
On 28 January 2011 20:13, Gary Gregory wrote:
>> -Original Message-
>> From: Rahul Akolkar [mailto:rahul.akol...@gmail.com]
>> Sent: Friday, January 28, 2011 14:50
>> To: Commons Developers List
>> Subject: Re: Releasing commons-parent
>>
>> On Fri, Jan 28, 2011 at 1:57 PM, Gary Gregory
>>
> -Original Message-
> From: Rahul Akolkar [mailto:rahul.akol...@gmail.com]
> Sent: Friday, January 28, 2011 14:50
> To: Commons Developers List
> Subject: Re: Releasing commons-parent
>
> On Fri, Jan 28, 2011 at 1:57 PM, Gary Gregory
> wrote:
> >> -Original Message-
> >> From: Ga
Thanks a lot Luc! I now have 4 folders that contain the right packages under
the J2SE 1.5 and JUnit 4! Your help is invaluable!
On Fri, Jan 28, 2011 at 1:57 PM, Gary Gregory
wrote:
>> -Original Message-
>> From: Gary Gregory [mailto:ggreg...@seagullsoftware.com]
>> Sent: Friday, January 28, 2011 13:56
>> To: Commons Developers List
>> Subject: Releasing commons-parent
>>
>> Well, I am digging around for instruction
Now that the main Base-N refactoring is done, the door is open for Base16 ;)
Juluis, you had mentioned Base16 before, any interest?
Gary Gregory
Senior Software Engineer
Rocket Software
3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA
Tel: +1.404.760.1560
Email: ggreg...@seagullsoftware.c
Le 28/01/2011 20:18, Michael Giannakopoulos a écrit :
> Hello Luc,
Hi Michael,
>
> First of all thanks for your answer!
>
>> You should not move files.
>> Just checkout starting from the top folder containing the pom.xml file.
>
> Well, in Eclipse i follow the "File->New->Project" option and t
Hi all guys,
count also on my help if needed, I can help on applying patches and
for the release process.
Looking forward for news,
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Fri, Jan 28, 2011 at 6:54 PM, Jacopo Cappellato
wrote:
> Hi Gary,
>
> first of all, thanks
Hello Luc,
First of all thanks for your answer!
>You should not move files.
>Just checkout starting from the top folder containing the pom.xml file.
Well, in Eclipse i follow the "File->New->Project" option and then in the
wizard i choose "Checkout Projects from SVN". Next, i choose to use an
ex
> -Original Message-
> From: Gary Gregory [mailto:ggreg...@seagullsoftware.com]
> Sent: Friday, January 28, 2011 13:56
> To: Commons Developers List
> Subject: Releasing commons-parent
>
> Well, I am digging around for instructions on publishing commons-parent and
> I am not sure if what I
Well, I am digging around for instructions on publishing commons-parent and I
am not sure if what I am seeing on various apache pages applies to
commons-parent which is not the same kind of project as other commons projects.
Any tips please?
Gary Gregory
Senior Software Engineer
Rocket Software
Hi Gary,
first of all, thanks for the quick response; please see my comments inline:
On Jan 28, 2011, at 5:23 PM, Gary Gregory wrote:
> Hi Jacopo,
>
> First, yes, please contribute updates and fixes.
>
Great, will do.
> Would you be willing to contribute more than 'small' things to turn the
This vote has passed with four +1 votes (four binding from [commons]
committers) from the
following people:
Gary Gregory
Simone Tripodi
Sebastian Bazley
Luc Maisonobe
Gary
> -Original Message-
> From: Gary Gregory [mailto:ggreg...@seagullsoftware.com]
> Sent: Monday, January 24, 2011 15
Le 28/01/2011 17:17, Michael Giannakopoulos a écrit :
> Hello guys,
Hi Michael
>
> I have one main problem with the svn... I use eclipse and its plugin in
> order to synchronize a java project with the current code in the trunk...
> However the problem that i face is that there are three differe
Problem solved... Sorry disturbing you for this issue!
Hi Jacopo,
First, yes, please contribute updates and fixes.
Would you be willing to contribute more than 'small' things to turn the project
into a real 1.0 release?
I've not looked at the component in a lng time so I am not sure what would
be needed.
Gary Gregory
Senior Software Engineer
Hello guys,
I have one main problem with the svn... I use eclipse and its plugin in
order to synchronize a java project with the current code in the trunk...
However the problem that i face is that there are three different folders in
the trunk to synchronize from: folder main, folder test and fol
Hi all,
I am a committer of the Apache OFBiz project and I am using commons-csv for a
project at work.
I am wondering if there are plans to maintain the common-csv package; if I will
submit some patches and small enhancements will they be considered?
If there is interest around this, I may also
Hi Gary,
Gary Gregory wrote:
>> >
>> > You would use the dependency plugin in the generate-resources phase to
>> > extract the zip file into your local target directory where you then
>> > access the file(s) in your test. Quite a normal action with Maven.
>> >
>> > And regarding an IDE there's no
> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@scalaris.com]
> Sent: Friday, January 28, 2011 02:46
> To: dev@commons.apache.org
> Subject: Re: [codec] Large test data set!
>
> Jörg Schaible wrote:
>
> > Gary Gregory wrote:
> >
> >> On Jan 27, 2011, at 17:43, "Jörg Scha
> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@scalaris.com]
> Sent: Friday, January 28, 2011 02:45
> To: dev@commons.apache.org
> Subject: RE: [codec] Large test data set!
>
> Hi Gary,
>
> Gary Gregory wrote:
>
> >> >> > Another option: ask the copyright holder to
> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@scalaris.com]
> Sent: Friday, January 28, 2011 02:36
> To: dev@commons.apache.org
> Subject: Re: [codec] Large test data set!
>
> Gary Gregory wrote:
>
> > On Jan 27, 2011, at 17:43, "Jörg Schaible" wrote:
> >
> >> Gary Gr
sorry for the mistyping, s/allowed/authorized :D :D
Simo
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
On Fri, Jan 28, 2011 at 12:12 PM, Simone Tripodi
wrote:
> Hi all PMCs,
> I'm writing because, since I've been working on a Digester3 sandbox
> prototype, I would like to pro
Hi all PMCs,
I'm writing because, since I've been working on a Digester3 sandbox
prototype, I would like to propose to our Commons users a survey about
the Digester component, to better understand which parts have to be
improved and how, etc etc, so I need to know
* am I allowed to do it? :) that
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
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
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
49 matches
Mail list logo