this should now be fixed in the latest version in cvs. - robert
On Monday, June 3, 2002, at 08:29 PM, Matt Smith wrote: > In CallMethodRule.java, v1.16, line 230: > > > digester.getClassLoader().loadClass(paramTypes[i]); > > is contained in a constructor that does not set the digester. Assumedly > the > digester is supposed to be set using the "new" way of maing the > association > (addRule), but this constructor accesses the digester before it's been > set, > so I think this will always cause an NPE. Am I missing something? > > -Matt > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]. > org> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]. > org> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
