ASYNC Table and Binding Errors

I’m currently developing a portlet application with Designer 8.2.2 and MWS 8.2.2.

I have successfully created a database connection in the Data Source Explorer View and I can see all the tables. I dragged the table I want to reference into the design canvas of Designer and it created an Async Table Control. I save and publish and when I try running the application I get these errors in the portlet application:

Failed to evaluate binding expression: “#{testDB.autoRefresh}”
Failed to evaluate binding expression: “#{testDB.autoRefresh}”
Failed to evaluate binding expression: “#{HomeDefaultView.testDB}”

The table I’m referencing is named testDB and has four columns called ID, NAME_COL, CTRL_INSERT_DT and ACTIVE.

I have looked through all the SAG/CAF documentation have not been able to figure out what I did wrong and how to correct it.

Any ideas on how to resolve this will be appreciated.

Thanks.