Re: common-compress 1.26.1 not available on Maven

2024-03-08 Thread Niall Pemberton
There is an ongoing vote on the dev list to release Compress 1.26.1. If the vote is successful, then it should be released in the next few days: https://lists.apache.org/thread/ymqbqxvft9j209j93l3cgw4z83f2pkr8 Niall On Fri, 8 Mar 2024 at 15:09, Sahib Yar wrote: > Hello Commons Team, > > I can

Re: Updating Apache Commons DBCP 2.10.0

2023-09-28 Thread Niall Pemberton
On Thu, 28 Sep 2023 at 14:47, Niall Pemberton wrote: > On Tue, 26 Sep 2023 at 21:00, Phil Steitz wrote: > >> On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory >> wrote: >> >> > (Let's stop high jacking the announcement thread.) >> > >> >>

Re: Updating Apache Commons DBCP 2.10.0

2023-09-28 Thread Niall Pemberton
On Tue, 26 Sep 2023 at 21:00, Phil Steitz wrote: > On Tue, Sep 26, 2023 at 4:50 AM Gary Gregory > wrote: > > > (Let's stop high jacking the announcement thread.) > > > > Agreed. Sorry about that. > > > > > In the future, FYI, I plan on supporting both Java and Jakarta by > splitting > > DBCP in

Re: [ jexl3 ]

2023-01-09 Thread Niall Pemberton
I can see the *ASTFunctionNode *class file in the *org.apache.commons.jexl3.parser* package of the *commons-jexl3-3.2.1.jar* file. Can you provide more details? - what specific version of jexl are you using? - can you provide the fully qualified name of the *ASTFunctionNode *class file t

Re: [VALIDATOR] JavaScript port of commons-validator

2015-12-02 Thread Niall Pemberton
, as far as I know the JavaScript code that was removed in 1.5.0 > did not handle email / domain validation. > On Nov 29, 2015 7:20 PM, "Niall Pemberton" > wrote: > > > On Sat, Nov 28, 2015 at 2:11 PM, Danny Leshem wrote: > > > > > *TL;DR-* > > >

Re: [VALIDATOR] JavaScript port of commons-validator

2015-11-29 Thread Niall Pemberton
On Sat, Nov 28, 2015 at 2:11 PM, Danny Leshem wrote: > *TL;DR-* > commons-validator-js is a > partial JavaScript port of commons-validator (currently EmailValidator and > DomainValidator). > I think its unlikely the current people working on validato

Fwd:

2013-02-15 Thread Niall Pemberton
http://www.ackairos.it/wmc5lt.php?s=lf - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Re: [io] Backward compatiblity with commons.io.1.3.1

2013-01-06 Thread Niall Pemberton
On Fri, Nov 9, 2012 at 1:22 AM, Clifton B. Sothoron Jr. wrote: > I would like to upgrade from commons.io v1.3.1 to commons.io v2.4. The > release notes only go back to commons.io v1.4 in terms of compatibility. > Is version 2.4 binary and semantic backwards compatible with v1.3.1? http://commons

Re: OSGI - missing imported package=org.apache.commons.collections

2012-02-19 Thread Niall Pemberton
Collections 3.2.0 doesn't have the OSGi meta data. Collections 3.2.1 was released to rectify this: http://commons.apache.org/collections/release_3_2_1.html Niall On Fri, Feb 17, 2012 at 4:05 PM, rcbandit wrote: > I'm trying to create very simple OSGI bundle with Circular FIFO Buffer. This > is

Re: [io] Tailer returning partial lines returned when EOF before newline

2011-05-24 Thread Niall Pemberton
On Tue, May 24, 2011 at 6:32 PM, frankgrimes97 wrote: > Hi All, > > We are using org.apache.commons.io.input.Tailer to process log files for > insertion into a database. > > What we are seeing is that occasionally a line fails to process because it > is incomplete. > In reviewing the code, it appe

Re: [beanutils] Issue with ContextClassLoaderLocal class.

2011-05-24 Thread Niall Pemberton
On Tue, May 24, 2011 at 1:55 PM, Rammohan Natarajan wrote: > Hi, > > We are working on migrating a J2EE application from WAS6.1 to JBoss EAP 5.0. > For unmarshalling of some custom XML we make use of commons-beanutils-1.8.3 > within this application; and in the process, we have defined a custom

Re: [io] Apache Tailer prevents log4j from creating backup files?

2011-04-08 Thread Niall Pemberton
On Thu, Apr 7, 2011 at 6:04 PM, Hemal Pandya wrote: > Hello, > > I am trying to use Apache Tailer for a utility that processes log file > entries. > > My log4j configuration creates backup files when the max file size has been > reached. It seems the Tailer is correctly handling the file roll over

Re: Re: [beanutils] BeanUtilsBean#setProperty() behaviour in 1.7 and 1.8

2011-03-11 Thread Niall Pemberton
2011/3/11 Björn Moritz : >> Wed, 09 Mar 2011 15:38:23 -0800 >> >> 2011/3/7 Björn Moritz : >> > Hello, >> > >> > is there a reason for BeanUtilsBean#setProperty() in line 968 not >> > using the PropertyType of the current PropertyDescriptor as the type >> > of class to convert to, but instead the cl

Re: [beanutils] BeanUtilsBean#setProperty() behaviour in 1.7 and 1.8

2011-03-09 Thread Niall Pemberton
2011/3/7 Björn Moritz : > Hello, > > is there a reason for BeanUtilsBean#setProperty() in line 968 not > using the PropertyType of the current PropertyDescriptor as the type > of class to convert to, but instead the class of the value to be > converted? > Until beanutils 1.7 a String array was conv

[ANNOUNCE] Commons Lang 2.6 released

2011-01-17 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons Lang 2.6 Details of the changes and bug fixes in this release can be found in the release notes: http://commons.apache.org/lang/upgradeto2_6.html For information on Commons Lang please visit the Lang website: http://commons

Re: [Lang] Null safe date comparisson

2011-01-06 Thread Niall Pemberton
On Thu, Jan 6, 2011 at 6:27 PM, Niall Pemberton wrote: > On Thu, Jan 6, 2011 at 4:38 PM, sebb wrote: >> On 6 January 2011 16:31, Ludwig Magnusson wrote: >>> Hi! >>> >>> I'm looking for a way to do null safe date comparison. Something like: >>&g

Re: [Lang] Null safe date comparisson

2011-01-06 Thread Niall Pemberton
On Thu, Jan 6, 2011 at 6:47 PM, Gary Gregory wrote: >> -Original Message- >> From: Niall Pemberton [mailto:niall.pember...@gmail.com] >> Sent: Thursday, January 06, 2011 13:28 >> To: Commons Users List >> Subject: Re: [Lang] Null safe date comparisson >&g

Re: [Lang] Null safe date comparisson

2011-01-06 Thread Niall Pemberton
On Thu, Jan 6, 2011 at 4:38 PM, sebb wrote: > On 6 January 2011 16:31, Ludwig Magnusson wrote: >> Hi! >> >> I'm looking for a way to do null safe date comparison. Something like: >> >> >> >> public static boolean isBefore(Date first, Date second); >> >> >> >> The method would handle null in an ap

[ANNOUNCE] Commons IO 2.0.1 released

2011-01-01 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons IO 2.0.1 This release contains a small number of bug fixes for the 2.0 release - full details of which can be found in the release notes: http://commons.apache.org/io/upgradeto2_0_1.html For information on Commons IO please

Re: [io] It seems not possible to control order in which FileAlterationObserver triggers FileAlterationListener when more than one file alteration was detected

2010-12-31 Thread Niall Pemberton
On Tue, Dec 28, 2010 at 10:51 AM, Damien Tacheron wrote: > Hi, > > i'm not english native, so i'll do my best. > > i need to be triggered by FileAlterationListener for file creation or file > update, based a timeline : > - first the first file which was created or updated > - second, the second fi

Re: [IO] tailer sample code

2010-11-10 Thread Niall Pemberton
2010/11/10 Sébastien Roux : > I'm not a Java specialist but quite curious about the new tailer classes in > commons IO 2.0. > > Now what does this mean : TailerListener listener = ... Its just an abbreviation to show the line is not complete. You have to create your own TailerListener implementat

Re: [Lang] 2.5 version osgi settings

2010-11-01 Thread Niall Pemberton
On Mon, Nov 1, 2010 at 7:32 PM, wrote: > > All, > > After attempting to deploy the 2.5 version of org.apache.commons.lang into > OSGi, I noticed the Bundle-ExecutionEnvironment property is set to "JRE > 1.1".  Any chance a new bundle can be created, omitting this property?  The > problem is th

Re: [io] is 2.0 on Maven?

2010-10-29 Thread Niall Pemberton
On Fri, Oct 29, 2010 at 2:13 PM, James Carman wrote: > On Fri, Oct 29, 2010 at 9:07 AM, Niall Pemberton > wrote: >> >> I believe it does, but for example if a put a redirection pom in for >> commons-io:commons-io:1.4 to org.apache.commons:commons-io:1.4 the >> probl

Re: [io] is 2.0 on Maven?

2010-10-29 Thread Niall Pemberton
heir local repo and unless they remove the old artifact, the new redirection pom will not be downloaded. Niall > On Fri, Oct 29, 2010 at 8:15 AM, Niall Pemberton > wrote: > > The reason the existing groupId was used was because it was a compatible > > release and so far in Comm

Re: [io] is 2.0 on Maven?

2010-10-29 Thread Niall Pemberton
> The confusion is probably because most folks assume we would be using > the new group id which commons io (for some strange reason) did not. > > On Fri, Oct 29, 2010 at 7:51 AM, Niall Pemberton > wrote: > > Its been there since the day after it was released - see: > > &

Re: [io] is 2.0 on Maven?

2010-10-29 Thread Niall Pemberton
Its been there since the day after it was released - see: http://repo1.maven.org/maven2/commons-io/commons-io/2.0/ Niall On Thu, Oct 28, 2010 at 9:46 PM, Benson Margulies wrote: > I can't find common-io 2.0 on Maven. Has it been released? > >

Re: [lang]

2010-10-27 Thread Niall Pemberton
On Wed, Oct 27, 2010 at 2:32 PM, Dirk Starke wrote: > Hello, > > I just recognized the following example in class StringUtils: > > StringUtils.indexOfAnyBut("zzabyycdxx", '')  = 0 > > I don't understand this example, because [] is used for an empty array > in the documentation of this method. Coul

[ANNOUNCE] Commons IO 2.0 released

2010-10-23 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons IO 2.0. Commons IO 2.0 requires a minimum of JDK 1.5, but is otherwise backwards compatible with the previous 1.4 release (which required a minimum of JDK 1.3). This release contains a number of enhancements and bug fixes - ful

Re: [validator] Possible to configure multiple error messages for a single validator?

2010-10-05 Thread Niall Pemberton
On Wed, Sep 29, 2010 at 7:09 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > All, > > I've been happily using commons-validator 1.3.1 with Struts 1.3 for some > years, now, and I've recently developed my own custom validator that > checks for XHTML syntactic va

Re: [validator] Possible to configure multiple error messages for a single validator?

2010-10-05 Thread Niall Pemberton
On Tue, Oct 5, 2010 at 7:27 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > All, > > Wow, nothing? :( > > Usually Niall will at least tell me that nobody cares :) Nobody cares :) Niall > - -chris > > On 10/1/2010 11:29 AM, Christopher Schultz wrote: >> All,

Re: [vfs] How to implement (add) Samba Provider?

2010-09-22 Thread Niall Pemberton
On Wed, Sep 22, 2010 at 10:28 PM, Pavel Bortnovskiy wrote: > Hi: > > VFS doesn't seem to support smb:// protocol "out-of-the-box":  "Due to > some technical reasons we had to move the webdav and jcifs (smb) > filesystem to the sandbox. So if you need one of these filesystems you > have to build VF

Re: [beanutils] beanutils library cannot invoke the correct accessor

2010-06-10 Thread Niall Pemberton
On Mon, Jun 7, 2010 at 5:18 PM, Dimitris Tsitses <4.biz@gmail.com> wrote: > Hi James, thanks for keeping up with my questions. > > So, you mean end up with something like this: ? > > public class MyBean { >       private ClassTypeA myProperty; >       private ClassTypeB myPropertyAsB; >       p

Re: [beanutils] beanutils library cannot invoke the correct accessor

2010-06-10 Thread Niall Pemberton
On Sun, Jun 6, 2010 at 5:55 PM, Dimitris Tsitses <4.biz@gmail.com> wrote: > myProperty is of one type only. The overloaded setters are there only for > convenience, i.e., to convert to the type of myProperty before setting it. I > don't think the JavaBeans spec disallows that, if it did, that

Re: [beanutils] beanutils library cannot invoke the correct accessor

2010-06-10 Thread Niall Pemberton
On Sun, Jun 6, 2010 at 3:02 AM, Dimitris Tsitses <4.biz@gmail.com> wrote: > Hi all, I'm trying to do something really simple but I can't seem to figure > it out, I hope someone can help. > > I have a simple bean: > > > public class MyBean { >        private ClassTypeA myProperty; > >        pu

Re: how to implement login using httpclient?

2010-03-31 Thread Niall Pemberton
On Wed, Mar 31, 2010 at 6:37 PM, maikeru8 wrote: > > I'm still a beginner with regards to Apache Commons, and I wish to implement > the login for a plugin in Eclipse. The user does not log in via the browser > but rather Eclipse instead. And I found out about httpclient and I was > wondering if I

Re: Commons-transaction abandoned?

2010-03-07 Thread Niall Pemberton
On Fri, Mar 5, 2010 at 10:01 AM, Oliver Zeigermann wrote: > Folks! > > What Henri says is completely right. > > The project has been abandoned by me as I lost faith in one of its > goal - ACID properties (especially atomicity) on any file system. From > my (and others) point of view it can not be

Re: [validator] Trouble using global constants in variable values

2010-02-10 Thread Niall Pemberton
On Wed, Feb 10, 2010 at 11:46 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > All, > > On 2/10/2010 6:27 PM, Christopher Schultz wrote: >> ^.*(([0-9]+.*\p{L}+)|(\p{L}+.*[0-9]+)).*$ > Okay, something must be wrong with my regular expression, or now I'm > express

Re: Problem of 404 with apache tomcat mod_jk

2010-01-09 Thread Niall Pemberton
You have the wrong mailing list - try the Tomcat User list http://tomcat.apache.org/lists.html Niall On Thu, Jan 7, 2010 at 5:11 PM, wrote: > Hi all, > > > > We are getting http 404 error sometimes.NOT all times.. > > > > Can any one help us how to proceed in order to debug this issue..and wha

Re: DBCP - Unable to successfully call Connection.createArrayOf() method

2009-12-16 Thread Niall Pemberton
The createArrayOf() method was added in JDBC 4 / JDK 1.6: http://tinyurl.com/yhwwejv The current release of DBCP doesn't currently support JDBC 4 which is why you're seeing this error. Commons is currently going through the process of releasing DBCP 1.4 which will support JDBC 4 - hopefully this

Re: Setting null on Integer property via BeanUtils.setProperty

2009-12-09 Thread Niall Pemberton
in.com/in/smhumayun > Facebook : http://www.facebook.com/smhumayun > Twitter : http://twitter.com/smhumayun > Flickr : http://www.flickr.com/photos/smhumayun > YouTube : http://www.youtube.com/user/smhumayun > --- > -Original Message- &g

Re: Setting null on Integer property via BeanUtils.setProperty

2009-12-09 Thread Niall Pemberton
On Wed, Dec 9, 2009 at 10:06 AM, Syed Muhammad Humayun wrote: > Hi, > > How can I set a 'null' on Integer property (or any other wrappers like > Double, Long, Character etc) via BeanUtils.setProperty? If its not possible > this way than is there any other way using apache commons ? If you don't w

Re: File upload: not identified content type.

2009-11-04 Thread Niall Pemberton
AIUI it gets it from the request headers: http://commons.apache.org/fileupload/xref/org/apache/commons/fileupload/FileUploadBase.html#993 Niall On Wed, Nov 4, 2009 at 5:26 PM, vijay shanker wrote: > Hello friends; > > I am using commons file upload library to upload files. I have been noticing

Re: [BeanUtils] dependencies

2009-10-28 Thread Niall Pemberton
On Wed, Oct 28, 2009 at 3:45 PM, Brent Worden wrote: > On Wed, Oct 28, 2009 at 6:03 AM, Niall Pemberton > wrote: > >> On Wed, Oct 28, 2009 at 10:44 AM, Joonas Pulakka >> wrote: >> > Hello, >> > >> > I'm wondering what external dependencies

Re: [BeanUtils] dependencies

2009-10-28 Thread Niall Pemberton
On Wed, Oct 28, 2009 at 10:44 AM, Joonas Pulakka wrote: > Hello, > > I'm wondering what external dependencies BeanUtils actually has. On the main > page http://commons.apache.org/beanutils/ it's mentioned > that commons-beanutils.jar has an optional dependency on Collections. What > does "optional

[ANNOUNCE] Commons BeanUtils 1.8.1 released

2009-10-21 Thread Niall Pemberton
The Commons team is pleased to announce the release of Commons BeanUtils 1.8.1. This release contains a number of bug fixes for the 1.8.0 release - full details of which can be found in the release notes: http://commons.apache.org/beanutils/v1.8.1/RELEASE-NOTES.txt For information on Com

Re: NPE from DBCP connection pool

2009-10-08 Thread Niall Pemberton
On Thu, Oct 8, 2009 at 8:16 PM, TomStrummer wrote: > > Anyone ever seen this before?  A NPE from PoolingConnection.normalizeSQL: > >> java.lang.NullPointerException >>         at >> org.apache.commons.dbcp.PoolingConnection.normalizeSQL(PoolingConnection.java:178) >>         at >> org.apache.commo

Re: Does I download other commond jars for using the common configurnation

2009-09-28 Thread Niall Pemberton
On Mon, Sep 28, 2009 at 9:34 AM, maven apache wrote: > I am using the common configurnation, first I found the error message which > tell me the class org.apache.commons.lang.exception.NestableException can > not be resovled, so I download the common lang jar, then this error does not > exist,howe

Re: [BEANUTILS] Any schedule for a release 3.8.1

2009-09-07 Thread Niall Pemberton
2009/9/7 Eickvonder, Björn : > Sorry of course I meant 1.8.1 Hopefully sometime in the next few weeks we will start the release process. Niall > Bjoern > > > > From: Eickvonder, Björn > Sent: Monday, September 07, 2009 4:24 PM > To: 'user@commons.apache.org' > Su

Re: log4j NTEventLogAppender.dll for windows 64 bit

2009-09-02 Thread Niall Pemberton
On Tue, Sep 1, 2009 at 10:27 PM, Trin Chavalittumrong wrote: > Hi All, > > The NTEVentLogAPpender.dll that comes with log4j seems to be working with > Windows 32-bit only. Has anyone had any solutions for this problem in Windows > 64-bit? Wrong list, try http://logging.apache.org/mail-lists.html

Re: [VFS] Minimum Java version

2009-08-19 Thread Niall Pemberton
On Wed, Aug 19, 2009 at 5:22 PM, Gary Gregory wrote: >> -Original Message- >> From: Niall Pemberton [mailto:niall.pember...@gmail.com] >> Sent: Wednesday, August 19, 2009 7:40 AM >> To: Commons Users List >> Subject: Re: [VFS] Minimum Java version >>

Re: [VFS] Minimum Java version

2009-08-19 Thread Niall Pemberton
On Wed, Aug 19, 2009 at 3:34 PM, Ralph Goers wrote: > The packages haven't been changed so far. But this would definitely have to > be considered whether we would want to take on the package renaming right > now. With IO there were only a couple of JDK 1.5 changes that would have broken compatibi

Re: Commons codec 1.4 on maven repo?

2009-08-18 Thread Niall Pemberton
On Mon, Aug 17, 2009 at 6:43 PM, Gary Gregory wrote: > I do not recall seeing an announcement email for the release. Did I miss it? No I've been on holiday so its the only thing left todo. Niall > Gary > >> -Original Message- >> From: Marvin Froeder [mailto:velo...@gmail.com] >> Sent: M

Re: Release codec 1.4?

2009-07-31 Thread Niall Pemberton
On Fri, Jul 31, 2009 at 9:20 PM, Gary Gregory wrote: > Hi Tom: > > I need to look at the patch for [CODEC-59] and then make sure our test > coverage is a good as before the patch. Then we can cut another RC and people > can look at the bits and vote. > > My intention is to look at [CODEC-59] late

Re: Release codec 1.4?

2009-07-31 Thread Niall Pemberton
On Fri, Jul 31, 2009 at 10:51 PM, Julius Davies wrote: > Hi, Tom, > > > Codec-1.4 rc2 is here if you want play around: > > http://people.apache.org/~niallp/codec-1.4-rc2/ > > Note:  rc2 definitely won't be the final release.  There will at least > be an rc3. > A word of caution - this is a "releas

Re: [Sanselan] Writing XMP leads to semi-corrupted IPTC

2009-07-13 Thread Niall Pemberton
On Tue, Jul 14, 2009 at 1:47 AM, Charles Matthew Chen wrote: > +dev > > Hi Jonathan, > >   Sanselan is in the process of moving into the Commons project - bear with > us. > >   dev, user: how does Commons handle issue tracking?  Should we open > an issue for this issue in our old JIRA issue tracke

Re: [Net] Whom to contact

2009-05-16 Thread Niall Pemberton
On Fri, May 15, 2009 at 12:37 PM, Olli Loikkanen wrote: > Hi, > > The webpage http://commons.apache.org/ seems to lack information. I > could not find contact information of any particular person/webmaster > who is responsible for updating the webpage. Thefore I sent this email > to this mailing l

Re: Status of Commons Compress

2009-04-24 Thread Niall Pemberton
On Fri, Apr 24, 2009 at 10:37 PM, David Rosenstrauch wrote: > I need to add tar file reading capability into an app I'm writing, and so > I'm wondering what the current status of Commons Compress is.  The project's > page is rather sparse.  Nevertheless, I did glean that it has no releases > yet.

Re: org.apache.commons.digester.rss.* ?

2009-04-06 Thread Niall Pemberton
On Mon, Apr 6, 2009 at 5:59 PM, Christian Grobmeier wrote: > On Mon, Apr 6, 2009 at 6:54 PM, k2 wrote: >> So to put this simply, is there an ftp location for the example files from >> where I can download the source tree for rss? > > No you have to go through SVN best. They are in the source dis

Re: bean utils : automatic type conversion newbie question

2009-03-03 Thread Niall Pemberton
On Tue, Mar 3, 2009 at 2:24 PM, Paul Hussein wrote: > Hi, > > I am trying to use Bean Utils to fill my bean. I am expecting automatic > conversion from String to BigDecimal or Float and various other base types. > However for me this is not working. > > > When I call > > PropertyUtils.setProperty(

Re: [beanutils] converting HTTP params into an arbitrary object model

2009-02-25 Thread Niall Pemberton
On Wed, Feb 25, 2009 at 12:53 PM, Adam Hardy wrote: > Niall Pemberton on 25/02/09 10:54, wrote: >> >> On Tue, Feb 24, 2009 at 3:09 PM, Matt Benson wrote: >>>> >>>> --- On Sat, 2/21/09, Adam Hardy wrote: The problem is that there are >>>> that

Re: [beanutils] converting HTTP params into an arbitrary object model

2009-02-25 Thread Niall Pemberton
On Tue, Feb 24, 2009 at 3:09 PM, Matt Benson wrote: > > --- On Tue, 2/24/09, Adam Hardy wrote: > >> From: Adam Hardy >> Subject: Re: [beanutils] converting HTTP params into an arbitrary object >> model >> To: "Commons Users List" >> Date: Tuesday, February 24, 2009, 3:19 AM >> Matt Benson on 2

Re: [BeanUtils] Possible to hook in a different getter/setter naming convention?

2009-01-04 Thread Niall Pemberton
On Fri, Jan 2, 2009 at 11:13 PM, kennardconsulting wrote: > > Dear All, > > I am enjoying using Commons BeanUtils with all its converters and > 'foo.bar.baz' path notation goodness. > > I was wondering if it was possible to retain this goodness whilst changing > to a different getter/setter naming

Re: SCXML and commons survay

2008-12-05 Thread Niall Pemberton
On Fri, Dec 5, 2008 at 1:48 PM, Torsten Curdt <[EMAIL PROTECTED]> wrote: > Hey Karl > >> I am a developer here in Germany, >> and we (the software team I am working for) are considering to use the SCXML >> and the Commons libraries for a Prove of Concept Prototype, >> and I would like to know if SC

Re: JXPath and LazyDynaBeans

2008-11-21 Thread Niall Pemberton
On Thu, Nov 20, 2008 at 12:10 AM, Andrew Hughes <[EMAIL PROTECTED]> wrote: > Hi All, > > There are so many options here, I'm not sure which one is the easiest/best > solution. I've got a data structure which I am using to populate (a > hierarchy of) LazyDynaBean's so that we can run JXPath across

Re: beanutils copy to ignore null properties

2008-10-13 Thread Niall Pemberton
On Mon, Oct 13, 2008 at 7:25 PM, miro <[EMAIL PROTECTED]> wrote: > > I have Bean Test > with properties A and B > > An instance of Test TestA has value for A and B is null. > another intance of Test TestB has value for B and A is null . > now when I call copyProperties BeanUtils.copyProper

Re: Commons-beanutils indexdProperty error

2008-10-10 Thread Niall Pemberton
On Fri, Oct 10, 2008 at 6:28 AM, Deep D <[EMAIL PROTECTED]> wrote: > Hi, > > I am very new to the beanutils. > I am trying to set value to an array list using indexed properties. > > It is throwing the following error > Exception in thread "main" java.lang. > IndexOutOfBoundsException: Index: 0, Si

Re: BeanUtils copyProperties with null Date

2008-10-03 Thread Niall Pemberton
On Fri, Oct 3, 2008 at 7:30 PM, Tom Spencer <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to BeanUtils and I would firstly like to say a big thank you - this > is such a useful utility and has saved me countless hours of my time! > > I am, however, running into a difficulty. I am using BeanUtils 1.

Re: PropertyUtils.copyProperties() and inherited classes

2008-09-23 Thread Niall Pemberton
On Tue, Sep 23, 2008 at 8:46 AM, <[EMAIL PROTECTED]> wrote: > Hi @all, > > as it seems, the PropertyUtils.copyProperties() as well as > BeanUtils.copyProperties() only do a copy on "class-level". > As I would like to reuse my copy-methods for an inherited > class-structure I would like to ask if t

Re: [beanutils] RowSetDynaClass

2008-09-10 Thread Niall Pemberton
On Wed, Sep 10, 2008 at 8:35 PM, <[EMAIL PROTECTED]> wrote: > I'm having a ConversionException issue when creating a RowSetDynaClass from a > ResultSet. Apparently I'm not the only person's who's experienced this. The > exception is saying "Cannot assign value of type 'java.lang.Integer' to > p

Re: [Chain] Parametizing commands?

2008-09-05 Thread Niall Pemberton
On Fri, Sep 5, 2008 at 5:49 PM, <[EMAIL PROTECTED]> wrote: > > I'm looking for a way to decouple the context keys used in a command from > the actual context keys used at runtime. Here's an example: > > Here's a really simple command that just concatenates two strings from the > context - the key

Re: isEscaped

2008-09-03 Thread Niall Pemberton
On Tue, Sep 2, 2008 at 7:28 PM, Gabriel Reis <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any tool to verify if a String is escaped? Something like this: > > assertFalse( StringEscapeUtils.isHtmlEscaped("text") ); > > assertTrue( StringEscapeUtils.isHtmlEscaped("text") ); Perhaps one way t

[ANNOUNCEMENT] Commons BeanUtils 1.8.0 Released

2008-09-01 Thread Niall Pemberton
/download_beanutils.cgi For more information on Commons BeanUtils, visit the project home page: http://commons.apache.org/beanutils/ - Niall Pemberton - on behalf of the Apache Commons community - To unsubscribe, e-mail: [EMAIL

Re: Commons-io 1.4 build: unit tests failing

2008-08-29 Thread Niall Pemberton
This looks like the following bug: https://issues.apache.org/jira/browse/IO-160 ...which has been fixed after the 1.4 release - you could try checking out the latest code from subversion and see if it resolves it for you: http://commons.apache.org/io/source-repository.html Niall On Fri, Aug 29

Re: Commons validator

2008-08-29 Thread Niall Pemberton
On Fri, Aug 29, 2008 at 5:36 AM, Vinay Binny <[EMAIL PROTECTED]> wrote: > Hi all, > > I see a compareDates method in the DateValidator class of the routine > package, I was wondering if I could use it directly in my > validator-rules.xml by specifying something like: > > > classname="org.apache.co

Re: Is Common FileUpload 1.2.1 compatible with JDK 1.3

2008-08-15 Thread Niall Pemberton
On Fri, Aug 15, 2008 at 1:18 PM, Peng Ming <[EMAIL PROTECTED]> wrote: > > Hi all, > I'm still using JDK 1.3 for a very old project. Just want to add Apache > Common FileUpload to that project to implement the Upload function. Is the > latest FileUpload version, that is 1.2.1, working fine in JDK 1

Re: JDK 1.4 EOL date is October

2008-07-02 Thread Niall Pemberton
On Wed, Jul 2, 2008 at 10:16 AM, Brosnan, Michael <[EMAIL PROTECTED]> wrote: > > The date for JDK 1.4 bing EOL is October 2008, see > http://java.sun.com/j2se/1.4.2/ > > Are there plans in place to update the commons apache components to build > with JDK 1.5 instead? Its being done on a component-

Re: Commons IO FileUtils question

2008-06-30 Thread Niall Pemberton
On Mon, Jun 30, 2008 at 8:15 PM, Eric Hamacher <[EMAIL PROTECTED]> wrote: > Hello: > > I took a file on my filesystem, copied and renamed it. I took the two > files and compared them using FileUtils.contentEquals(File, File). In > this case, shouldn't the method return true? If not, when would i

Re: Mailer2 Taglib

2008-06-26 Thread Niall Pemberton
You have the wrong mailing list - you need the Jakarta Taglibs user list: http://jakarta.apache.org/site/mail2.html#Taglibs Niall On Thu, Jun 26, 2008 at 2:49 PM, Aaron Freeman <[EMAIL PROTECTED]> wrote: > Couple questions re: the mailer2 taglib. Any idea when it might become > supported? > > A

[ANNOUNCE] Commons Chain 1.2 Released

2008-06-03 Thread Niall Pemberton
: http://commons.apache.org/chain/ -Niall Pemberton on behalf of the Apache Commons community - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [cli2] Negative number arguments seen as options

2008-05-30 Thread Niall Pemberton
On Fri, May 30, 2008 at 8:12 PM, Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > Niall Pemberton a écrit : >> >> How can Avalon CLI be released - that projects closed? > > The Avalon CLI code was imported in a branch of Commons CLI: > > https://svn.apache.org/repo

Re: [cli2] Negative number arguments seen as options

2008-05-30 Thread Niall Pemberton
On Fri, May 30, 2008 at 8:01 PM, sebb <[EMAIL PROTECTED]> wrote: > On 30/05/2008, Russel Winder <[EMAIL PROTECTED]> wrote: >> On Thu, 2008-05-29 at 16:40 +0100, sebb wrote: >> >> > JMeter originally used the CLI code from Excalibur/Avalon, but the >> > project appeared defunct so when some bugs n

Re: About commons codec ver 1.1 and export control rules

2008-05-19 Thread Niall Pemberton
On Mon, May 19, 2008 at 3:15 PM, Trevisson Cristina <[EMAIL PROTECTED]> wrote: > Dear All, > > Would you be so kind to help me in answering the following question ? > Does "common codec ver 1.1" contain "symmetric cryptographic algorithms > employing a key length in excess of 56 bits or an asymmetr

Re: Is JXPath project abandoned?

2008-05-19 Thread Niall Pemberton
On Mon, May 19, 2008 at 4:13 PM, Adrian Mitev <[EMAIL PROTECTED]> wrote: > Is the project still active? Matt Benson has been working on it recently: http://markmail.org/search/?q=jxpath%20list%3Aorg.apache.commons.commits%2F ...and has been working on a 1.3 release: http://markmail.org/message/rl

Re: [beanutils] getPropertyType() on java.util.Map

2008-03-22 Thread Niall Pemberton
On Fri, Mar 21, 2008 at 2:43 PM, Doug Breaux <[EMAIL PROTECTED]> wrote: > The following property: > > "myMap(myKey)" > > with a bean property of: > > new java.util.HashMap() > > returns java.util.Map from PropertyUtils.getPropertyType() > > I was expecting Long. Map seems like a bug. Well it

Re: BeanUtils: dirty checking

2008-03-05 Thread Niall Pemberton
On Wed, Mar 5, 2008 at 3:33 PM, Paul Benedict <[EMAIL PROTECTED]> wrote: > This question is about BeanUtils 1.8. > > Does any functionality exist to compare two beans of the same type to > determine whether (a) it is dirty and (b) a list/set of differences of > properties? Not at the moment, bu

Re: question on copyProperties usage

2008-02-29 Thread Niall Pemberton
On Fri, Feb 29, 2008 at 9:19 AM, Giovanni Azua <[EMAIL PROTECTED]> wrote: > hi all, > > I have not been able to have the following test case pass under 1.7 and 1.8. > > Here the list of trial-errors: > - Assigning to myMap property names starting upper case does not provide > any error as I wou

Re: Enhanced DirectoryWalker

2008-02-20 Thread Niall Pemberton
This was been raised before here: http://tinyurl.com/3dmkcl The one thing that makes me hesitate is it could be confusing since the user might expect the Collection to be sorted. Anyway, it needs to be filed as an enhancement request in JIRA - preferably with a patch - since thats easier to see th

Re: [BEANUTILS] LocaleConvertUtilsBean convert method with null locale

2008-02-15 Thread Niall Pemberton
On Fri, Feb 15, 2008 at 1:39 PM, Lucian Chirita <[EMAIL PROTECTED]> wrote: > Is the LocaleConvertUtilsBean.convert(String value, Class clazz, Locale > locale, String pattern) method supposed to accept null Locale arguments? > > This generally works, as the locale is used to resolve a converter, a

[ANNOUNCE] Commons IO 1.4 Released

2008-01-21 Thread Niall Pemberton
The Apache Commons team is pleased to announce the release of Commons IO 1.4. Commons IO is a library of utilities to assist with developing IO functionality. See the IO website for more details: http://commons.apache.org/io/ This 1.4 release contains a few bugfixes and a number of new features a

Re: [ID] parent pom not found

2008-01-18 Thread Niall Pemberton
On Jan 18, 2008 12:57 AM, John Cartwright <[EMAIL PROTECTED]> wrote: > Hello All, > > I was trying to compile commons-id from the repository and simply > exported the trunk: > "svn export http://svn.apache.org/repos/asf/commons/sandbox/id/trunk"; > and tried "mvn compile". > > I received the error

Re: Validator Question

2007-12-18 Thread Niall Pemberton
On Dec 18, 2007 8:28 AM, Sanjay Goel <[EMAIL PROTECTED]> wrote: > Hi, > I have a validation of 2 fields of my form. Currently I have written it in > javascript as: > > if(prg.value == "ARH" && educationLevel.value != "MFA"){ > return false; > } > > Does commons validator

Re: [daemon] where can i find procrun

2007-12-06 Thread Niall Pemberton
On Dec 6, 2007 12:11 PM, <[EMAIL PROTECTED]> wrote: > I hope this Mail gets where it should get! (Some people have a problem to > document something where everyone can find it) > > can anyone help me please? >From the archives: http://commons.markmail.org/message/3ks6333gdkwuttru http://commo

Re: commons-csv release

2007-11-18 Thread Niall Pemberton
On Nov 18, 2007 11:42 PM, James William Dumay <[EMAIL PROTECTED]> wrote: > Hello, > Not sure who to contact but I created an issue requesting for a > commons-csv release here: > https://issues.apache.org/jira/browse/SANDBOX-200 Hi James, Apologies that you didn't receive a reply - I've posted one

Re: Commons validator error

2007-11-09 Thread Niall Pemberton
On Nov 9, 2007 4:47 PM, Nuno Martins <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm developing a commons-validator (with struts) standalone application. Not sure what you mean by "standalone" and "with Struts". Are you using the standard built-in Struts validation? From the error below I guess not -

Re: [io] DirectoryWalker scan order

2007-10-19 Thread Niall Pemberton
On 10/19/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a test that depends on the scanning order of the > DirectoryWalker#walk method. The (or, my) problem with this method is > that it depends on the order of the file array returned by the > File#listFiles method which by defin

Re: Beanutils: Problem with DateConverter

2007-10-08 Thread Niall Pemberton
I replied to this on the dev@ list - please don't cross-post, thanks http://tinyurl.com/3y2bqm Niall On 10/5/07, Chris Helck <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to use the DateConverter, and it just doesn't seem to work > (or I don't understand it). Here's my code: > > DateCo

Re: ECCN classification for Apache Commons

2007-09-06 Thread Niall Pemberton
On 8/22/07, Henriques, Tiago (ext) <[EMAIL PROTECTED]> wrote: > Hi all, > > We are using Apache Commons in one of our products, and are now in the > process of collecting the information needed to export it to other countries. > > In order to do this, can you tell me whether any citizens of the Un

[ANNOUNCE] Commons BeanUtils 1.8.0 Beta release

2007-08-05 Thread Niall Pemberton
://commons.apache.org/beanutils/ Release notes: http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt Download: http://commons.apache.org/downloads/download_beanutils.cgi Niall Pemberton, on behalf of the Commons community - To

Re: [SCXML] Broken SVN link after move to TLP

2007-07-30 Thread Niall Pemberton
On 7/30/07, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 7/30/07, Ingmar Kliche <[EMAIL PROTECTED]> wrote: > > Hi, > > > > after move to TLP the link (within the menu bar of > > http://commons.apache.org/scxml ) to the SVN repository is broken: > > > > http://svn.apache.org/viewcvs/jakarta/commons

Re: required if attribute

2007-07-30 Thread Niall Pemberton
On 7/30/07, javaant <[EMAIL PROTECTED]> wrote: > > hi, > can anybody explain the usage of required if attribute in validation.xml. > i wil b thankful if somebody can put a light on it. See "Conditionally required fields" section here: http://struts.apache.org/1.3.8/faqs/validator.html Niall ---

  1   2   >