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? no matt - it was me who was missing something when i converted that class to use the 'new' way :) thanks - robert -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
