LazyQuerycontainer + filterTable is not working

[b]
FilterTable filter = new FilterTable ();
if i am using
beanitemcontainer bean = BeanItemContainer(clazz);
filtertable.setContainerDataSource(dataSource);

for this fiterting is worikng.

but when
BeanQueryFactory queryFactory = new BeanQueryFactory(OrderBeanQuery.class);
Map<String,Object> queryConfiguration=new HashMap<String,Object>();
queryConfiguration.put(“orderService”,kmraServiceFacade.getManager((CFSServicesConstants.ORDER_MANAGER)));
queryFactory.setQueryConfiguration(queryConfiguration);
LazyQueryContainer container =new LazyQueryContainer(queryFactory,null,50,false);
filter .setContainerDataSource(container);

filtering is not worknig.

[/b]


please give the solution