Getting java.lang.ClassNotFoundException: com.company.model.ExpenseReportDAOImpl

Hi,
I am getting

java.lang.ClassNotFoundException: com.company.model.ExpenseReportDAOImpl

when I try

BusinessDataAPI businessDataAPI = TenantAPIAccessor.getBusinessDataAPI(apiSession);
result = businessDataAPI.getProcessBusinessDataReferences( h.getParentProcessInstanceId(), 0, 100);
BusinessObjectDAOFactory daoFactory = new BusinessObjectDAOFactory();

	            ExpenseReportDAO ksD = daoFactory.createDAO(apiSession, ExpenseReportDAO.class);

I am using Bonita 7.2.0

My pom.xml is has following entries.

Any help is greatly appreciated

org.bonitasoft.engine bonita-client 7.2.0 org.bonitasoft.engine bonita-client-pojo 7.2.0 system C:\BonitaBPMCommunity-7.2.0\workspace\default\lib\bdm-client-pojo.jar org.bonitasoft.engine bonita-server 7.2.0

I suggest reading this post:

http://community.bonitasoft.com/node/22005#node-22022

regards
Seán

PS: If this reply answers your question, please mark a resolved.

Thanks for your reply.I followed the instructions given in the link and also the following link.

http://documentation.bonitasoft.com/how-access-and-display-business-data-custom-page-0

Now it is working.

Thanks & Regards
Rajesh Kohir