Kranthi Kiran - 2007-04-04

Hi All,
I am trying to use the application with Business delegate. Throught BD I am geting time service in to my managed bean. I am getting this exception.

Can you please help?

2007-04-04 20:04:36 StandardContext[/SampleDate]Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [de.mindmatters.faces.quickstart.service.TimeServiceImpl] for bean with name 'timeSer' defined in ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.lang.ClassNotFoundException: de.mindmatters.faces.quickstart.service.TimeServiceImpl
Caused by: java.lang.ClassNotFoundException: de.mindmatters.faces.quickstart.service.TimeServiceImpl

Thanks,
Kranthi