A couple questions:
What is the type resulting from <framework:entity-query> in the components.xml? It
appears to be Query, since #{people.resultList} is used in JSF.
Is there any way to inject the results of an entity query into a JavaBean, sort of like:
@In("#{people.resultList}")
List people;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031715#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...