> return subject.getExecute( new Callable() {

Oops.  That should be:

subject.execute( new Callable() {
...

Cheers,

Les

Reply via email to