Page 1 of 1

About Question enthuware.oce-jpad.v6.2.428 :

Posted: Mon Jul 22, 2013 11:14 pm
by pagarciaortega
Hi,

I would like to report that in the explanation of this question, i think you are using @OrderBy incorrectly argument.

you are specifying :
@OrderBy("joiningDate") //or @OrderBy("joiningDate DSC") or @OrderBy("joiningDate ASC")

the DSC is not a valid value based on the javadoc.

I think you should use 'DESC'.

Re: About Question enthuware.oce-jpad.v6.2.428 :

Posted: Tue Jul 23, 2013 8:22 am
by admin
You are right. This has now been fixed.

thank you for your feedback!