Re: Introspection and Enums

2003-08-16 Thread robert burrell donkin
hi chris i don't think that this is possible with beanutils (at the moment). beanutils is intended to support only java beans - and that means empty constructors. beanutils is in the process of beanification and there has been talk about adding more pluggable strategies. if this happens then

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

[HttpClient] 400 Bad Request

2003-08-16 Thread Ed Ludke
Hey all, I'm trying to log into a several different sites and I've had success with 2 outta 3. The third gives me a 400 Bad Request and I'm not quite sure why. The response to the actual POST looks ok, but something goes wrong with the redirects. My test code is based on FormLoginDemo.java

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

[betwixt/digester] mapping interfaces to classes

2003-08-16 Thread Gary S. Cuozzo
I've been struggling with betwixt and trying to get it work with classes that make use of methods that accept/return interfaces. Is there any way to tell betwixt (or the underlying digester) when it sees an interface in the xml data that it should actually create an instance of some specific

re: [HttpClient] 400 Bad Request

2003-08-16 Thread adrian.sutton
Hi Ed, It looks like the server is returning a relative redirection and you're treating it as absolute. I believe this is a problem with out documentation actually. The server is returning: Location: redir.asp which should be combined with the original URL to get something like: GET

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