I'm using the seam generated list class derived from EntityQuery. 

Ex. SubCategoryList

I have added a method to it like

forCategory(int categoryId) to retrieve list of subcategories for a given 
category id and setting ejbQl to an appropriate query.

I can't reuse the object to pass a different category id to get different 
lists. I used refresh to clear the state. But it looks like refresh does not 
nullify parsedEjbql variable therefore it is giving the same list even though 
you set a different query.

Did anyone come across this issue?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042725#4042725

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042725
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to