On Thu, 21 Nov 2002, Davide Bruzzone wrote:
> Date: Thu, 21 Nov 2002 15:39:27 -0700 > From: Davide Bruzzone <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: Mysterious PropertyUtils problem... > > Greetings all... > > Has anyone ever seen something like this happen? > > java.lang.NullPointerException > at java.beans.Introspector.addMethod(Introspector.java:741) > at > java.beans.Introspector.getTargetMethodInfo(Introspector.java:705) > at java.beans.Introspector.getBeanInfo(Introspector.java:298) > at java.beans.Introspector.getBeanInfo(Introspector.java:81) > at > org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptors(PropertyUt > ils.java:925) Sounds like a bug in the JDK's introspection class. I've heard that 1.3.1 has some problems in this area -- is that what you're using? If it is a JDK bug, then the only suggestion would be to update (I'm pretty happy with 1.4.1's improvements in speed and reduced GC overhead). Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

