Code:
....
[INFO] Configuring Jetty for project: MVCMusicStore
[INFO] Webapp source directory = C:\Users\Alex\workspace\MVCMusicStore\src\main\webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = C:\Users\Alex\workspace\MVCMusicStore\target\classes
2012-04-19 13:58:03.597:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
[INFO] Context path = /music
[INFO] Tmp directory = determined at runtime
[INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = C:\Users\Alex\workspace\MVCMusicStore\src\main\webapp\WEB-INF\web.xml
[INFO] Webapp directory = C:\Users\Alex\workspace\MVCMusicStore\src\main\webapp
[INFO] Starting jetty 6.1.26 ...
2012-04-19 13:58:03.647:INFO::jetty-6.1.26
2012-04-19 13:58:03.744:INFO::No Transaction manager found - if your webapp requires one, please configure one.
2012-04-19 13:58:04.064:INFO:/music:Initializing Spring FrameworkServlet 'spring'
2012-04-19 13:58:04,064 INFO [org.springframework.web.servlet.DispatcherServlet] - <FrameworkServlet 'spring': initialization started>
2012-04-19 13:58:04,081 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - <Refreshing WebApplicationContext for namespace 'spring-servlet': startup date [Thu Apr 19 13:58:04 EEST 2012]; root of context hierarchy>
2012-04-19 13:58:04,105 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from ServletContext resource [/WEB-INF/spring-servlet.xml]>
2012-04-19 13:58:04,181 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] - <JSR-330 'javax.inject.Named' annotation found and supported for component scanning>
2012-04-19 13:58:04,308 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2012-04-19 13:58:04,339 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4ab41667: defining beans [storeController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0,org.springframework.format.support.FormattingConversionServiceFactoryBean#0,org.springframework.validation.beanvalidation.LocalValidatorFactoryBean#0,org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter#0,org.springframework.web.servlet.handler.MappedInterceptor#0,org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver#0,org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver#0,org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver#0,org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping,org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter,org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter,org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0,org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0,emf,jpaDialect,jpaAdapter,org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor#0,myTxManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,viewResolver,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy>
2012-04-19 13:58:04,435 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped "{[/Store/Browse],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.MVCMusicStore.Controllers.StoreController.getStoreBrowsePage(java.lang.String)>
2012-04-19 13:58:04,435 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped "{[/Store/],methods=[GET],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public java.lang.String com.MVCMusicStore.Controllers.StoreController.getStoreIndexPage(org.springframework.ui.ModelMap)>
2012-04-19 13:58:04,436 INFO [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped "{[/Store/Details],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView com.MVCMusicStore.Controllers.StoreController.getDetails(java.lang.Integer)>
2012-04-19 13:58:04,456 INFO [org.hibernate.validator.util.Version] - <Hibernate Validator 4.2.0.Final>
2012-04-19 13:58:04,728 INFO [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] - <Mapped URL path [/Images/**] onto handler 'org.springframework.web.servlet.resource.ResourceHttpRequestHandler#0'>
2012-04-19 13:58:04,781 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] - <Building JPA container EntityManagerFactory for persistence unit 'MVCMusicStorePU'>
2012-04-19 13:58:04,848 INFO [org.hibernate.annotations.common.Version] - <Hibernate Commons Annotations 3.2.0.Final>
2012-04-19 13:58:04,852 INFO [org.hibernate.cfg.Environment] - <Hibernate 3.6.0.Final>
2012-04-19 13:58:04,853 INFO [org.hibernate.cfg.Environment] - <hibernate.properties not found>
2012-04-19 13:58:04,855 INFO [org.hibernate.cfg.Environment] - <Bytecode provider name : javassist>
2012-04-19 13:58:04,856 INFO [org.hibernate.cfg.Environment] - <using JDK 1.4 java.sql.Timestamp handling>
2012-04-19 13:58:04,888 INFO [org.hibernate.ejb.Version] - <Hibernate EntityManager 3.6.0.Final>
2012-04-19 13:58:04,896 INFO [org.hibernate.ejb.Ejb3Configuration] - <Processing PersistenceUnitInfo [
name: MVCMusicStorePU
...]>
2012-04-19 13:58:04,946 INFO [org.hibernate.cfg.Configuration] - <Hibernate Validator not found: ignoring>
2012-04-19 13:58:04,963 INFO [org.hibernate.cfg.search.HibernateSearchEventListenerRegister] - <Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.>
2012-04-19 13:58:04,965 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - <Using Hibernate built-in connection pool (not for production use!)>
2012-04-19 13:58:04,965 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - <Hibernate connection pool size: 20>
2012-04-19 13:58:04,965 INFO [org.hibernate.connection.DriverManagerConnectionProvider] - <autocommit mode: true>
2012-04-19 13:58:04,966 ERROR [org.hibernate.connection.DriverManagerConnectionProvider] - <JDBC Driver class not found: com.mysql.jdbc.Driver>
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver