Could you try this?
<framework:entity-query
| name="randomPageImagesSmall" max-results="3" >
| <framework:ejbql>from PageImage</framework:ejbql>
| <framework:order>RAND()</framework:order>
| </framework:entity-query>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091096#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...