I've not tried the CAML query syntax you used above but I'm wondering if that might be causing some conflict. Have you tried modifying the CAML query to ignore null values instead of trying to ignore an empty string? For instance....
CAMLQuery: "<IsNotNull><FieldRef Name='Title' /></IsNotNull>",
It may be a shot in the dark but worth a try.
Geoff