never mind, this will make you thinking about your BalckBerry next time :D
2011/1/12 Brian Thompson
> That's never a good sign.
>
> -Brian
>
>
>
> On Wed, Jan 12, 2011 at 10:03 AM, Dave Newton
> wrote:
>
> > We've been butt-posted?!
> >
> > :D
> >
> > On Wed, Jan 12, 2011 at 11:00 AM, JOSE L MA
I was able to find a solution by creating a second converter,
PlaylistsConverter, which returns a List of Playlists instead:
public Object convertFromString(Map arg0, String[] arg1, Class arg2) {
if (arg1.length > 0 && arg1[0].trim() != "") {
List playlists = new ArrayList();
The PrepareInterceptor seems to have a bug; any exceptions that occur
in the prepare{MethoName} methods are being caught and ignored.
It should be re-throwing the exception so that normal Exception
handing logic will occur (in the Exception Interceptor).
Exception that occur in prepare() are not c
3 matches
Mail list logo