Gomez Aragoneses, Andres | 27 Oct 2004 12:50
Picon

RE: Bug in PropertyPopulator.Populate(...)?

I'm attaching the log file to this message.

> -----Mensaje original-----
> De: Gomez Aragoneses, Andres 
> Enviado el: miƩrcoles, 27 de octubre de 2004 12:49
> Para: mavnet-user <at> lists.sourceforge.net
> Asunto: Bug in PropertyPopulator.Populate(...)?
> 
> 
> Hello. I have managed to get the Friendbook-xsl example from 
> Maverick working on .NET 1.1, but I have found that a WARNING 
> exception is always being thrown to the log file.
> 
> It seems that a Maverick line of code is trying to access the 
> first ([0]) member of an array when it doesn't exist 
> (PropertyPopulator.cs: line 57).
> 
> Any insight into these would be greatly appreciated.
> 
> Thanks in advance.
> 
> 	Andrew
> 

2004-10-27 12:33:56,501 [3420] DEBUG Maverick.Dispatcher [] - Processing request for: /friendbook-xsl/welcome.m
2004-10-27 12:33:56,521 [3420] DEBUG Maverick.Dispatcher [] - Command path is:  welcome
2004-10-27 12:33:56,531 [3420] INFO  Maverick.Dispatcher [] - Running init
2004-10-27 12:33:56,541 [3420] INFO  Maverick.Dispatcher [] - Starting configuration load
(Continue reading)

Cort Schaefer | 7 Nov 2004 07:34
Favicon

RE: RE: Bug in PropertyPopulator.Populate(...)?

The PropertyPopulator tries to find properties for all of the values in the
request.  This message is normal for values that can't be found (although I
am not sure the exception really needs to be output).  I asked about this a
long time ago and Jim just suggested to change the logging level for the
PropertyPopulator to something above WARN in your log4net config file.

The log entry itself is correct, the exception text is probably not needed.
You could log an issue for this if bothers you.

Cort

-----Original Message-----
From: mavnet-user-admin <at> lists.sourceforge.net
[mailto:mavnet-user-admin <at> lists.sourceforge.net] On Behalf Of Gomez
Aragoneses, Andres
Sent: Wednesday, October 27, 2004 4:51 AM
To: mavnet-user <at> lists.sourceforge.net
Subject: [Mavnet-user] RE: Bug in PropertyPopulator.Populate(...)?

I'm attaching the log file to this message.

> -----Mensaje original-----
> De: Gomez Aragoneses, Andres 
> Enviado el: miƩrcoles, 27 de octubre de 2004 12:49
> Para: mavnet-user <at> lists.sourceforge.net
> Asunto: Bug in PropertyPopulator.Populate(...)?
> 
> 
> Hello. I have managed to get the Friendbook-xsl example from 
> Maverick working on .NET 1.1, but I have found that a WARNING 
(Continue reading)


Gmane