What I'm trying to do is have a
data table show all user entries from a db user table. The process flow is to enter you sign up info name, email, username click submit and be sent to a view where the data table displays all distinct users (nothing overly practical

other than playing around with primeface component and backing bean). Instead when the table renders it shows the same user over and over for how ever many rows are in the user db table. Attached is the UML file.
UserServiceImpl
*note when run in debug mode I get all users listed thus findAll() is working
UserManagedBean
dataTable.xhtml
applicationContext
webflow