DataSourceInfo.java changed to throw an exception if it can't load the password encoder instead of swallowing the exception and load the model without the encoder present. I'll fix it.
/dev/mrg On Thu, Aug 21, 2008 at 2:03 PM, Michael Gentry <[EMAIL PROTECTED]> wrote: > Nope, it still blows up. Let me look into it. I know why, I just > don't know what changed. I'll diff/etc. > > > On Thu, Aug 21, 2008 at 1:59 PM, Michael Gentry <[EMAIL PROTECTED]> wrote: >> Oh, I did miss that. I thought your comment was to someone else. >> I'll update and report back. >> >> Thanks! >> >> >> On Thu, Aug 21, 2008 at 1:42 PM, Andrus Adamchik <[EMAIL PROTECTED]> wrote: >>> You may have missed my last email in this thread. I actually fixed one case >>> of NPE in the password encoder loader. Can you update and try again? >>> >>> Andrus >>> >>> >>> On Aug 21, 2008, at 8:37 PM, Michael Gentry wrote: >>> >>>> Sorry, NPE should've been ClassNotFoundException. I'm not sure what >>>> changed between May and now, but I can look into it. >>>> >>>> /dev/mrg >>>> >>>> >>>> On Thu, Aug 21, 2008 at 1:33 PM, Michael Gentry <[EMAIL PROTECTED]> >>>> wrote: >>>>> >>>>> It appears to be happening due to an NPE if the password encoder class >>>>> is invalid/not in your class path. >>>> >>> >>> >> >
