Luigi, Do you happen to have a test that can reproduce this?
John On Tue, Mar 29, 2016 at 5:20 PM Luigi Bitonti <[email protected]> wrote: > Hi all, > I am having issues with using the orderAsc and orderDesc methods on > QueryResult as the order by clause always ends up having an "e." prepended > to its sort-by properties (e.g "...order by e.i.date_from" instead of > "...order by i.date_from". Is there any way to avoid that from happening?I > am using Deltaspike 1.4.2 but from what I can see in the > OrderByQueryStringPostProcessor source this is still the case in 1.5.4 and > also current git master. > Many thanks,Luigi
