Re: [DBUtils] newbie qs

2004-05-01 Thread Craig R. McClanahan
Jaime Garza wrote: I have used a combination of commons DBCP and commons pool before. Here is an example, with a different driver... Class.forName(org.hsqldb.jdbcDriver); GenericObjectPool connectionPool = new GenericObjectPool(null); DriverManagerConnectionFactory connectionFactory = new

Re: wrap a Map into a DynaBean

2004-05-01 Thread Craig R. McClanahan
Marco Mistroni wrote: Hi all, Is there any way, using beanutils package, to 'wrap' a Map Into a DynaBean or something similar? It would certainly be possible to create such an implementation, but there's nothing like that already available in the standard [beanutils] package. You'd need to

Re: how to configure java.util.logging in Commons Logging

2004-04-06 Thread Craig R. McClanahan
Marcus Beyer wrote: Hello Forum, I am nearly happy with Commons Logging, using log4j on the server (JBoss) and java.util.logging on the client. My problem: the default logger from java.util.logging writes everything into System.err, even info messages. I would prefer to habe info messages on

Re: [Digester] - How to add extra data to http headers

2004-03-24 Thread Craig R. McClanahan
Quoting Vilson farias [EMAIL PROTECTED]: Greetings, I have new rules for http requests here in my company that force applications to use specifc user agent strings in all html request headers. I'd like to change user agent for digester requests. Actually I just call digester.parse

Re: [vfs] problem: nightly build distributions are empty

2004-03-09 Thread Craig R. McClanahan
Quoting Jacob Kjome [EMAIL PROTECTED]: Recent .tar.gz distributions of commons-vfs at http://cvs.apache.org/builds/jakarta-commons/nightly/ are completely empty. The site is down right now, so I can't quite verify when the last good one was, but from memory, I think it was 20040301.

Re: LogConfigurationException while using STRUTS with two applications in same App Server

2004-03-08 Thread Craig R. McClanahan
Quoting [EMAIL PROTECTED]: We are running two STRUTS 1.0 applications using Log4j 1.2.6 in iPlanet 6.5 Application servers. We have deployed struts (1.0), commons-beanutils (1.6), common-collections (2.1), commons-digester (1.5), commons-logging (1.0.3), commons-validator (1.0.2) and

RE: [Configuration] Daily builds fails

2004-03-08 Thread Craig R. McClanahan
Quoting Eric Pugh [EMAIL PROTECTED]: Stephane, Thanks for the email with the error list.. I am not surprised the ant build fails.. [configuration] along with many other commons projects is primarily built using Maven. This means support for Ant builds sometimes is somewhat lacking..

Re: [Jelly] DTD or Schema

2004-03-06 Thread Craig R. McClanahan
Quoting robert burrell donkin [EMAIL PROTECTED]: On 6 Mar 2004, at 14:53, Paul Libbrecht wrote: Hi Tobi, I don't think this is existing or even would make a lot of sense... but I agree some kind of validation would be nice. hmmm... i wonder whether it might be possible

[logging] Release Candidate Build of Commons Logging 1.0.4 Available

2004-03-06 Thread Craig R. McClanahan
As has been discussed earlier on COMMONS-DEV, here is a pointer to a release candidate version of Commons Logging 1.0.4. All outstanding Bugzilla issues have been addressed and, barring any difficulties with this bundle, I plan on proposing a vote for a 1.0.4 release this coming week. The

Re: Use commons code in GPLed web application ?

2004-03-05 Thread Craig R. McClanahan
Quoting Juergen Weber [EMAIL PROTECTED]: Hi, I have written a web application, that uses some commons libraries. Can I release this web application under the GPL (LGPL?) or do I have to use the apache license as well? As far as Apache is concerned, you can certainly distribute Apache

Re: [beanutils] java.util.Date converter

2004-03-05 Thread Craig R. McClanahan
a particular format to register their own. flavio Craig Craig R. McClanahan wrote: Quoting Flavio Tordini [EMAIL PROTECTED]: hi all, i'm trying to set a bean property of type java.util.Date from a String value. From the docs it appears that there's no default Converter to do this. I

Re: [DBCP] Example init servlet to set up a connection pool?

2004-03-05 Thread Craig R. McClanahan
Quoting Adrian Beech [EMAIL PROTECTED]: G'day folks, Can anyone point me in the direction of where I might find examples of how to put together a init servlet which would set up a connection pool? The server boffins alas do not allow us wee plebs to fiddle in Tomcat's server.xml file so

Re: [beanutils] java.util.Date converter

2004-03-04 Thread Craig R. McClanahan
Quoting Flavio Tordini [EMAIL PROTECTED]: hi all, i'm trying to set a bean property of type java.util.Date from a String value. From the docs it appears that there's no default Converter to do this. I understand I have to write my own Converter, but I'm sure that someone else must have

Re: [Digester] Validating a XML schema problem

2004-03-01 Thread Craig R. McClanahan
Quoting robert burrell donkin [EMAIL PROTECTED]: On 1 Mar 2004, at 20:17, Simon Kitching wrote: snip From a quick glance at the code, it looks like Digester registers itself as an org.xml.sax.ErrorHandler (it extends org.xml.sax.helpers.DefaultHandler), and that by default it

Re: [Digester 1.5] Pattern matching screwed me up

2004-02-29 Thread Craig R. McClanahan
Quoting Martin Kersten [EMAIL PROTECTED]: After going through it again, the JavaDoc API documents are available online statement, mention to read the package description. Maybe this should be said top level. The documentation is hidden within the API documentation. You know I just glaced over

[logging] Current Status and Release Planning

2004-02-28 Thread Craig R. McClanahan
I've converted [logging] to the new Apache License 2.0, brought the documentation up to date with current changes, created provisional release notes for a 1.0.4 maintenance release, and applied the patch included with the last outstanding open bug report against [logging]. Please download

Re: [ logging ] discovery of the LogFactory

2004-02-14 Thread Craig R. McClanahan
Quoting [EMAIL PROTECTED]: Once I have created a log instance: org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory.getLog( logging ); Is there a way to figure out which logging implementation it found during its discovery process ? Doesn't

Re: [Digester] Anyone done RSS 1.0 and RSS 2.0?

2004-01-31 Thread Craig R. McClanahan
Quoting Tim O'Brien [EMAIL PROTECTED]: Craig R. McClanahan wrote: Quoting Simon Kitching [EMAIL PROTECTED]: On Sat, 2004-01-17 at 23:58, robert burrell donkin wrote: the RSS 0.91 is really just an example but many people find it a very useful one. creating digestions for RSS 1.0

Re: [fileupload] how does it handle anti-virus?

2004-01-27 Thread Craig R. McClanahan
Quoting CHOY, ALAN [EMAIL PROTECTED]: I'm wondering how FileUpload handles file which is infected with virus. I've tried Struts 1.0.2, which used its own library, and when a virus infected file is uploaded, it triggered the anti-virus software on the server immediately, and the FormFile that

Re: [Digester] Anyone done RSS 1.0 and RSS 2.0?

2004-01-22 Thread Craig R. McClanahan
Quoting Simon Kitching [EMAIL PROTECTED]: On Sat, 2004-01-17 at 23:58, robert burrell donkin wrote: the RSS 0.91 is really just an example but many people find it a very useful one. creating digestions for RSS 1.0 and/or RSS 2.0 isn't really an itch i have but i suspect that if you were

Re: [Digester] Fatal Error

2004-01-13 Thread Craig R. McClanahan
Quoting Marwan Aziz [EMAIL PROTECTED]: Hi There, I am using Digester with a NodeCreateRule. The code was working then I moved it to a different project. Now when I run it, I get the foolowinf in the Log: [Fatal Error] :2:32: Content is not allowed in prolog. Any ideas?? Thanx in

Re: FW: Digester doctype declaration

2003-12-28 Thread Craig R. McClanahan
Quoting Iantosca, Jonathan [EMAIL PROTECTED]: Hello, I'm trying to digest an xml file with the following doctype declaration. !DOCTYPE adaptor SYSTEM woadaptor.dtd I keep getting a java.net.UnknownHostException when this declaration is in the xml document. As soon as I remove it, the

Re: DBCP Statement already closed .... how?

2003-11-25 Thread Craig R. McClanahan
Quoting Anthony Presley [EMAIL PROTECTED]: Thank you Dirk . where do you live? I owe you a Pizza. This did, in fact, solve almost all of my problems. Subtle [to me]. However, I have a remaining issue, and I've narrowed it down to the following lines of code. I'll post in the tomcat

RE: Transferring Data from ValueObjects into DynaBeans

2003-11-11 Thread Craig R. McClanahan
the source code of the WrapDynaBean...Does the same thing as what I am doing here but additionally supports indexed mapped properties...So makes sense to use the WrapDynaBean... Thanks again Sumit -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Transferring Data from ValueObjects into DynaBeans

2003-11-10 Thread Craig R. McClanahan
Quoting Sumit S. [EMAIL PROTECTED]: Hi, Is there a standard way of describing the DynaProperty array for creating a DynaBean into which I can populate data from a Value Object using PropertyUtils.copyProperties (...) For eg, when we are getting data from a resultset and use the

Re: Which version of Commons Digester released with Struts 1.1

2003-11-08 Thread Craig R. McClanahan
Quoting Philip Mark Donaghy [EMAIL PROTECTED]: I would like to debug a problem that I have with Digester. The error is : java.lang.NoSuchMethodException: No such accessible method: addFormBeanConfig() on object: java.lang.String Well, the error message says that there's no

Re: [TOMCAT] Tomcat logs

2003-10-30 Thread Craig R. McClanahan
Marius Seiceanu wrote: Hello! I'm administrating a Tomcat server from a computer where i don't have any kind of access but Tomcat Manager, Admin. Is there any way to see the logs? Installing in Tomcat a webapp or so? Sounds like a good question to ask on the TOMCAT-USER mailling list.

Re: Discovering .jars in .war

2003-10-29 Thread Craig R. McClanahan
Daire Treanor (CAPE) wrote: Hi Stephen, Yeah, the problem is that I want each .jar Service to be detected dynamically without each .jar being explicitly listed on the CLASSPATH, or anywhere for that matter. I was wondering if n-1 number of .jar Services could be deployed and detected on startup.

Re: DBCP : some questions.

2003-10-28 Thread Craig R. McClanahan
Brett Porter wrote: For transaction support previously I was turning the AutoCommit off and then the connection is put in the session and forwarded to next JSP/servlet and closed the connection after use. Is it the right method. Or there is any better method. And if the next page is never

Re: DBCP:

2003-10-24 Thread Craig R. McClanahan
Marius Seiceanu wrote: The solution is still not ok for the application i made, because the process is like this: I have to deliver a app.war file which will be installed on the destination server using Tomcat Manager, so my war file should contain everything. *If* the person who

Re: [BeanUtils] Mapped properties, this maybe a bug?

2003-10-20 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Thanks David for the response. I guess then the real questions is why is the silent read-only assumption the default behavior? Or why not keep looking for setters even after the first one that comes up does not match the expected signature? If the non-polymorphic

Re: [digester] how to make use of xml:lang?

2003-10-20 Thread Craig R. McClanahan
Simon Kitching wrote: On Tue, 2003-10-21 at 22:57, Simon Kitching wrote: Hi Ricky, Doh! I wasn't thinking so clearly..the suggestion below is complete rubbish :-) Implementing such a Rules class would be non-trivial, though. As a simpler solution along the same lines, how about

Re: [digester] how to make use of xml:lang?

2003-10-20 Thread Craig R. McClanahan
Simon Kitching wrote: On Tue, 2003-10-21 at 10:57, Craig R. McClanahan wrote: But you could certainly supply your own Rule (no trailing s) implementation whose begin() method checked the Attributes that are passed to see which (if any) xml:lang attribute was set. Craig Hmm .. so

Re: [latka] having problems getting latka-webapp started

2003-10-17 Thread Craig R. McClanahan
sandra gubler wrote: Hi all, I'm a newbie having problems getting latka started. The following exeption appears in the tomcat log. Can anybody help me out? Thanks in advance! I'm not really a Latka user, but the problems below don't appear to be Latka related. Sandra 2003-10-16 16:39:49

Re: [digester] RFE - Digester.startElement could use a callback

2003-10-15 Thread Craig R. McClanahan
Simon Kitching wrote: Hi Steve, Are you saying that in the xml you are parsing, you expect to have at least one Rule object defined for every XML element? And that you want to know if there are any unexpected xml elements in the input so you can report an error? If this is the case, then an

Re: Commons-Logging NullPointerException

2003-10-14 Thread Craig R. McClanahan
Victor Batista wrote: Hello! I am having some problems using Commons-Logging. I think this is a class loading issue. Any help would be welcome. When I run my program, which uses commons-logging indirectly (My program uses the Quartz package, which uses commons-logging), everything

Re: Commons-Logging NullPointerException

2003-10-14 Thread Craig R. McClanahan
José Antonio Pérez Testa wrote: Try defining the property explicitly: java -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JCategoryLog foo.bar.yourClass While you can certainly set properties like this, the particular class you propose here (Log4JCategoryLog) has been

Re: [Modeler] Can I represent inheritance in the mbeans-descriptors.xml file?

2003-10-14 Thread Craig R. McClanahan
JD Evora wrote: Hi everybody, I am using commons-modeler for instrument an application that has a lot of sub classes with a few different details. Can I define a reference to the common base attributes and operation in the mbeans-descriptors.xml file or do I have to repeat the whole

Re: [digester] Multiple Digester Instances

2003-10-14 Thread Craig R. McClanahan
Simon Kitching wrote: Hi Robert, On Wed, 2003-10-15 at 09:45, Robert Grey wrote: Actually I resolved the problem by creating a cache of digester objects in a Vector before the application starts. Then I pull those objects off one by one as I need them. It seems that if I intialize a new

Re: [BeanUtils] ResultSetDynaClass lowerCase option

2003-10-06 Thread Craig R. McClanahan
Gary Shea wrote: I've run into a situation where the ResultSet DynaClass support is broken by setting the lowerCase field true. Hsqldb sets column names to upper case by default. If lowerCase is true, the first access to the row goes boom. I'm wondering if this is because lowerCase is a work

Re: BeanUtils.copyProperties() case sensitivity

2003-10-05 Thread Craig R. McClanahan
Tamer Salama wrote: Hello Everyone: My very first message to any of these lists... I'm trying to use PropUtils.copyProperties() and BeanUtils.copyProperties() to copy from a DynaBean (from a ResultSetDynaClass) to a regular JavaBean. The JavaBean has getter/setter methods in the following form:

Re: DEBUG vs. TRACE under Log4JLogger

2003-10-02 Thread Craig R. McClanahan
Commons Users List; Jakarta Commons Users List Subject: RE: DEBUG vs. TRACE under Log4JLogger OK, I stand corrected. I was the victim of my own misunderstanding. I will do what you suggest. Thanks. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thu 10

Re: DEBUG vs. TRACE under Log4JLogger

2003-10-01 Thread Craig R. McClanahan
Steve Cohen wrote: Well, I understand what you're saying, but now I've had the nasty surprise of upgrading to 1.0.3 under the assumption that TRACE would be a no-op under log4j only to find that it's been redefined out from under me. You haven't commented on my question as to whether that's the

Re: hardcoding log factory

2003-09-28 Thread Craig R. McClanahan
Henrik Vendelbo wrote: Is there a way of hardcoding the choice of logging factory, so that log4j will always be used or nothing at all ? On a JDK below 1.4, the default behavior is to choose Log4J if it is present, or SimpleLog otherwise. On a JDK = 1.4, Log4J is still selected first if it

Re: cannot log from a load-on-startup servlet in init()

2003-09-28 Thread Craig R. McClanahan
Henrik Vendelbo wrote: I am running Axis under Tomcat. Both are the latest versions. I chose to use the log4j that is already in the Tomcat directory. When the Axis servlet loads, I get the following. Where does the issue lie ? The important evidence is the Root Cause exception below

Re: [BeanUtils] confused over usage of ConvertUtils

2003-09-27 Thread Craig R. McClanahan
Henri Yandell wrote: I could be utterly wrong here, but I've always thought the Convert stuff was String-Object, even though the API is convert(Class, Object);Object. I think the second parameter is effectively a String for uses within beanutils. This (String-to-Object) was definitely the

Re: [BeanUtils] confused over usage of ConvertUtils [SOLVED]

2003-09-27 Thread Craig R. McClanahan
Henri Yandell wrote: On Sat, 27 Sep 2003, Sgarlata Matt wrote: That's what I was thinking, which made me very displeased because I felt that ConvertUtils should be able to do this formatting automagically. Fortunately, ConvertUtils *is* automagical; we just weren't thinking about Converters

Re: [digester] Rule for processing instruction?

2003-09-25 Thread Craig R. McClanahan
robert burrell donkin wrote: hi janek i don't see any reason why we shouldn't put something to allow access to processing instructions into digester. this probably means storing the indexed processing instruction (just as your example code does). probably worth giving a getting for the keys

Re: [digester] Rule for processing instruction?

2003-09-25 Thread Craig R. McClanahan
robert burrell donkin wrote: On Thursday, September 25, 2003, at 09:36 PM, Craig R. McClanahan wrote: robert burrell donkin wrote: hi janek i don't see any reason why we shouldn't put something to allow access to processing instructions into digester. this probably means storing the indexed

Re: [beanutils] getSimpleProperty

2003-09-23 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Hello, not sure, whether I'm trapped in a gotcha. I have a bean with several members and I would like to access them without knowing the members, so I thought may be BeanUtils.getSimpleProperty() is the right choice. One member is a Boolean with a

Re: [beanutils] getSimpleProperty

2003-09-23 Thread Craig R. McClanahan
Reinhard wrote: Craig R. McClanahan wrote: That is not actually true if the data type is actually *boolean* (lower case b). In that scenario, it's perfectly legal to have the getter method start with is instead of get. The following is a legal read-write property: public boolean isStarted

Re: [logging] problem with trace-level logging using log4j

2003-09-19 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Sgarlata Matt wrote: Date: Fri, 19 Sep 2003 15:32:38 -0400 From: Sgarlata Matt [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [logging] problem with trace-level logging using log4j I may be missing something here

Re: [DBCP] Usage in standalone program

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003, Kwok Peng Tuck wrote: Date: Thu, 18 Sep 2003 11:03:36 +0800 From: Kwok Peng Tuck [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: [DBCP] Usage in standalone program I'm using

Re: [digester] validating against system dtd?

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003, Sgarlata Matt wrote: Date: Thu, 18 Sep 2003 09:02:28 -0400 From: Sgarlata Matt [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [digester] validating against system dtd? Hello, I am having difficulty trying to

Re: [resources] database implemention

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003, Jeff Robertson wrote: Date: Thu, 18 Sep 2003 09:08:31 -0400 From: Jeff Robertson [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: [resources] database implemention I have read in several places

Re: [BeanUtils] IllegalArgumentException on a Collection

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003 [EMAIL PROTECTED] wrote: Date: Thu, 18 Sep 2003 15:51:23 +0200 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: [BeanUtils] IllegalArgumentException on a Collection Hi I am new to

RE: [digester] validating against system dtd?

2003-09-18 Thread Craig R. McClanahan
On Thu, 18 Sep 2003, Phillip Qin wrote: Date: Thu, 18 Sep 2003 14:05:49 -0400 From: Phillip Qin [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: 'Jakarta Commons Users List' [EMAIL PROTECTED] Subject: RE: [digester] validating against system dtd? Craig, If I

RE: [resources] database implemention

2003-09-18 Thread Craig R. McClanahan
that was James Holmes? ;) Sorry for the mixup James and James! :-) Craig -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: [digester] validating against system dtd?

2003-09-18 Thread Craig R. McClanahan
On Fri, 19 Sep 2003, Matthijs Wensveen wrote: Date: Fri, 19 Sep 2003 00:55:42 +0200 From: Matthijs Wensveen [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: [digester] validating against system dtd? I

Re: Commons-loggin and AsyncAppender

2003-09-17 Thread Craig R. McClanahan
On Wed, 17 Sep 2003 [EMAIL PROTECTED] wrote: Date: Wed, 17 Sep 2003 12:03:28 -0400 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Commons-loggin and AsyncAppender I wish to use a log4j AsyncAppender behind the commons-logging

Re: [Digester] Can I set digester log4j logging mechanism??

2003-09-03 Thread Craig R. McClanahan
On Fri, 29 Aug 2003, Vivian Fonger wrote: Date: Fri, 29 Aug 2003 16:29:39 -0400 From: Vivian Fonger [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Digester] Can I set digester log4j logging mechanism?? Hi everyone, Is there anyway

RE: Configuring jdk14 logging under tomcat

2003-08-19 Thread Craig R. McClanahan
On Tue, 19 Aug 2003, Eric Giguere wrote: Date: Tue, 19 Aug 2003 10:48:41 -0400 From: Eric Giguere [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: RE: Configuring jdk14 logging under tomcat Hi Craig Euh,

Re: Make Jdk14Logger and Log4JLogger Serializable

2003-08-16 Thread Craig R. McClanahan
On Fri, 15 Aug 2003, Jason Dillon wrote: Date: Fri, 15 Aug 2003 14:24:45 +0700 From: Jason Dillon [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: Make Jdk14Logger and Log4JLogger Serializable As far as I

Re: Configuring jdk14 logging under tomcat

2003-08-16 Thread Craig R. McClanahan
On Thu, 14 Aug 2003, Eric Giguere wrote: Date: Thu, 14 Aug 2003 15:00:41 -0400 From: Eric Giguere [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Configuring jdk14 logging under tomcat Hi all I've search for the last hour to get a

Re: [digester] No such accessible method

2003-08-16 Thread Craig R. McClanahan
On Wed, 13 Aug 2003, Erik Price wrote: Date: Wed, 13 Aug 2003 16:34:00 -0400 From: Erik Price [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: [digester] No such accessible method Hi, I've been happily

Re: BeanUtils Properties

2003-08-16 Thread Craig R. McClanahan
On Tue, 5 Aug 2003, Brian McCallister wrote: Date: Tue, 5 Aug 2003 16:45:06 -0400 From: Brian McCallister [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: BeanUtils Properties Can anyone provide a quick

Re: Make Jdk14Logger and Log4JLogger Serializable

2003-08-16 Thread Craig R. McClanahan
On Sat, 16 Aug 2003, Craig R. McClanahan wrote: On Fri, 15 Aug 2003, Jason Dillon wrote: Date: Fri, 15 Aug 2003 14:24:45 +0700 From: Jason Dillon [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: Make

Re: How to configure commons-logging on JDK1.4

2003-08-14 Thread Craig R. McClanahan
On Fri, 8 Aug 2003, Koni Roth wrote: Date: Fri, 08 Aug 2003 18:47:41 +0200 From: Koni Roth [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: How to configure commons-logging on JDK1.4

Re: [logging] [patch] making logging applet-friendly

2003-07-15 Thread Craig R. McClanahan
Sounds reasonable to me. I committed your patch with a slight variation, to catch and ignore just SecurityException instead of Throwable. This should show up in tonight's nightly builds, and will be in the next release whenever that happens. Craig On Tue, 15 Jul 2003, Paul Libbrecht wrote:

Re: Commons Combo Package

2003-07-10 Thread Craig R. McClanahan
On Thu, 10 Jul 2003, Paul Gier wrote: Date: Thu, 10 Jul 2003 16:28:45 -0400 From: Paul Gier [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Commons Combo Package Is the commons combo distribution still

RE: [Logging] Problem with Log4J configuration

2003-07-07 Thread Craig R. McClanahan
On Mon, 7 Jul 2003, Maher Martin wrote: Date: Mon, 7 Jul 2003 15:00:03 +0200 From: Maher Martin [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: RE: [Logging] Problem with Log4J configuration Attachment

Re: [beanutils] not finding the setter

2003-07-02 Thread Craig R. McClanahan
On Wed, 2 Jul 2003, Kenneth Stout wrote: Date: Wed, 2 Jul 2003 12:50:14 -0700 From: Kenneth Stout [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: [beanutils] not finding the setter I hadn't tried

Re: BeanUtils.copyProperties() Conversion Question

2003-06-28 Thread Craig R. McClanahan
On Sat, 28 Jun 2003, Aaron Longwell wrote: Date: Sat, 28 Jun 2003 15:08:36 -0600 From: Aaron Longwell [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Commons User [EMAIL PROTECTED] Subject: BeanUtils.copyProperties() Conversion Question I'm new to this

Re: Upload Problem

2003-06-17 Thread Craig R. McClanahan
On Tue, 10 Jun 2003, Ashok Madhavan wrote: Date: Tue, 10 Jun 2003 21:11:21 -0700 (PDT) From: Ashok Madhavan [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: Upload Problem hi Rob, Thanks for the info.

Re: [DBCP] Data source configuration

2003-06-17 Thread Craig R. McClanahan
On Fri, 13 Jun 2003, Jonas Björnerstedt wrote: Date: Fri, 13 Jun 2003 16:32:50 +0200 From: Jonas Björnerstedt [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [DBCP] Data source configuration Hello, I would like to initialize my

Re: Upload Problem

2003-06-17 Thread Craig R. McClanahan
On Tue, 17 Jun 2003, Ashok Madhavan wrote: Date: Tue, 17 Jun 2003 11:07:52 -0700 (PDT) From: Ashok Madhavan [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: Upload Problem hi Craig, The stream.write()

RE: [Logging] What I find unfriendly about commons-logging...

2003-06-05 Thread Craig R. McClanahan
On Tue, 3 Jun 2003, Adam Jack wrote: Date: Tue, 3 Jun 2003 15:00:55 -0600 From: Adam Jack [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: 'Jakarta Commons Users List' [EMAIL PROTECTED] Subject: RE: [Logging] What I find unfriendly about

Re: [logging] LogConfigurationException

2003-06-05 Thread Craig R. McClanahan
On Thu, 5 Jun 2003, Andreas Probst wrote: Date: Thu, 05 Jun 2003 07:09:48 +0200 From: Andreas Probst [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: [logging] LogConfigurationException Having read the

Re: [Commons-Logging] Using Commons-Logging with an older Log4J (1.1.3 )

2003-06-04 Thread Craig R. McClanahan
On Tue, 3 Jun 2003, Jesus M. Salvo Jr. wrote: Date: Tue, 03 Jun 2003 17:52:53 +1000 From: Jesus M. Salvo Jr. [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Commons-Logging] Using Commons-Logging with an older Log4J ( 1.1.3 )

Re: [Logging] Facade

2003-06-04 Thread Craig R. McClanahan
On Tue, 3 Jun 2003, Adam Jack wrote: Date: Tue, 3 Jun 2003 06:42:58 -0600 From: Adam Jack [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Logging] Facade I have a wrapper around my commons logging calls, as

RE: [Logging] Facade

2003-06-04 Thread Craig R. McClanahan
On Tue, 3 Jun 2003, Adam Jack wrote: Date: Tue, 3 Jun 2003 10:02:36 -0600 From: Adam Jack [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: 'Craig R. McClanahan' [EMAIL PROTECTED], 'Jakarta Commons Users List' [EMAIL PROTECTED

Re: [Logging] What I find unfriendly about commons-logging...

2003-06-04 Thread Craig R. McClanahan
On Tue, 3 Jun 2003, Adam Jack wrote: Further, the defaults seem terrible. If I run in JDK 1.4 (and have logging configured) and C-L picks up the JDK1.4 driver, then I ought not need a C-L properties file to see log messages. IMHO whatever the underlying configuration has set-up, ought be

Re: [Digester] - Read only methods

2003-05-30 Thread Craig R. McClanahan
On Wed, 28 May 2003, Sloan Seaman wrote: Date: Wed, 28 May 2003 15:27:56 -0400 From: Sloan Seaman [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Digester] - Read only methods Is there any way to get Digester to call methods that

Re: Help with digester

2003-05-27 Thread Craig R. McClanahan
On Tue, 27 May 2003, C F wrote: Date: Tue, 27 May 2003 13:31:16 -0700 (PDT) From: C F [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Help with digester Hello, Could somebody please give me an example of how I might try to

Re: [logging] How to setLevel() for commons logging? (urgent :)

2003-04-03 Thread Craig R. McClanahan
On Thu, 3 Apr 2003, Thomas Nichols wrote: Of course, if you find it necessary to access these logger objects, it seems to me that using commons-logging is a waste of time -- you're going to be tying yourself to the underlying implementation anyway. I can live with a Log4J dependency in a

Re: [logging] How to setLevel() for commons logging? (urgent :)

2003-04-02 Thread Craig R. McClanahan
On Wed, 2 Apr 2003, Thomas Nichols wrote: Date: Wed, 02 Apr 2003 16:13:25 +0100 From: Thomas Nichols [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [logging] How to setLevel() for commons logging? (urgent :) Hi, I'm using Commons

Re: Digester - JVM pre-1.4 warning

2003-04-02 Thread Craig R. McClanahan
On Tue, 1 Apr 2003, Jai PP wrote: Date: Tue, 1 Apr 2003 19:17:46 -0800 (PST) From: Jai PP [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Digester - JVM pre-1.4 warning I am using the Digester inside oracle database JVM ( oracle

Re: Query | Apache Commons and Log4J

2003-04-02 Thread Craig R. McClanahan
On Wed, 2 Apr 2003, Bajwa Rajpreet-W3818C wrote: Date: Wed, 2 Apr 2003 14:45:31 -0600 From: Bajwa Rajpreet-W3818C [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Query | Apache Commons and Log4J Hi, I am working with Apache Commons

Re: Commons distribution

2003-03-31 Thread Craig R. McClanahan
On Mon, 31 Mar 2003, robert burrell donkin wrote: Date: Mon, 31 Mar 2003 21:36:01 +0100 From: robert burrell donkin [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: Commons distribution if the demand is

Re: FileUpload compatible with J2EE 1.2?

2003-03-27 Thread Craig R. McClanahan
On Thu, 27 Mar 2003 [EMAIL PROTECTED] wrote: Date: Thu, 27 Mar 2003 13:00:20 -0600 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: FileUpload compatible with J2EE 1.2? I was wondering if the commons FileUpload code is

Re: [digester] SetNextRule and multiple children

2003-03-27 Thread Craig R. McClanahan
On Thu, 27 Mar 2003, Durham David Cntr 805CSS/SCBE wrote: Date: Thu, 27 Mar 2003 16:36:28 -0600 From: Durham David Cntr 805CSS/SCBE [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [digester] SetNextRule and multiple children Having

Re: [Pool] Newbie question on pools (modified subject)

2003-03-19 Thread Craig R. McClanahan
On Wed, 19 Mar 2003, Donie Kelly wrote: Date: Wed, 19 Mar 2003 11:07:46 - From: Donie Kelly [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: 'Jakarta Commons Users List' [EMAIL PROTECTED] Subject: [Pool] Newbie question on pools (modified subject) Hi

Re: [digester] give Digester access to private data

2003-03-17 Thread Craig R. McClanahan
On Mon, 17 Mar 2003, Erik Price wrote: Date: Mon, 17 Mar 2003 11:34:18 -0500 From: Erik Price [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: Re: [digester] give Digester access to private data Dominique

Re: [BeanUtils] Got NullPointerException when get/set in indexproperty of a BasicDynaBean

2003-03-13 Thread Craig R. McClanahan
On Thu, 13 Mar 2003 [EMAIL PROTECTED] wrote: Date: Thu, 13 Mar 2003 13:19:29 -0500 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [BeanUtils] Got NullPointerException when get/set in index property of a BasicDynaBean Hi

Re: [Workflow] Status?

2003-03-12 Thread Craig R. McClanahan
On Thu, 13 Mar 2003 [EMAIL PROTECTED] wrote: Hi, Would anyoune know whether any further work is being planned on the workflow sandbox component? I was very eager try it out in an application. I haven't had any time recently to work on this package, but AFAIK the code that's there

Re: [digester] addSetNext call placement

2003-03-11 Thread Craig R. McClanahan
On Tue, 11 Mar 2003, Erik Price wrote: Date: Tue, 11 Mar 2003 11:28:14 -0500 From: Erik Price [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: Jakarta Commons Users List [EMAIL PROTECTED] Subject: [digester] addSetNext call placement Does it matter where you

Re: [Digester] Re: Unknown nodes in digester?

2003-03-11 Thread Craig R. McClanahan
what you want. Thanks, Jason Craig -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 1:34 AM To: Jakarta Commons Users List Subject: Re: Unknown nodes in digester? On Wed, 22 Jan 2003, Bill Chmura wrote: Date: Wed, 22

Re: [Digester] when would I want to setUseContextClassLoader(false)?

2003-03-08 Thread Craig R. McClanahan
On Sun, 9 Mar 2003, Brian Topping wrote: Date: Sun, 9 Mar 2003 01:46:45 -0500 From: Brian Topping [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Digester] when would I want to setUseContextClassLoader(false)? Hi all, I ran into

Re: [digester]

2003-03-06 Thread Craig R. McClanahan
On Thu, 6 Mar 2003, Erik Price wrote: Date: Thu, 06 Mar 2003 11:36:07 -0500 From: Erik Price [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [digester] I'm just getting my feet wet with Digester (literally just learning now), and

Re: BeanUtils

2003-03-06 Thread Craig R. McClanahan
On Thu, 6 Mar 2003 [EMAIL PROTECTED] wrote: Date: Thu, 6 Mar 2003 13:50:58 -0500 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BeanUtils I'm using the BeanUtils class to compare different properties from 2 objects. Let's

  1   2   >