views:

203

answers:

0

We are using JSF, Seam, and Hibernate. I am debugging a view that has a JSF Datatable that is getting its data from an EntityQuery. The EntityQuery has only the method getEjbql defined and is returning a query like "select viewA from ViewA viewA". The JSF DataTable is displaying the data correctly except for one column which is displaying only one or two values. For example, the column that is displaying the wrong values has values 1 through 6 in the database however in the datatable it is showing only values 3 & 4. I have checked that the number of rows being displayed in the datatable is the same number of rows returned when doing a select all directly in sqlplus.

Any hints on this would be greatly appreciated.