-
Notifications
You must be signed in to change notification settings - Fork 1
Description
WARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [C:\JavaWeb\workspace.metadata.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\ex01\WEB-INF\classes\mappers\messageMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'MessageVO'. Cause: java.lang.ClassNotFoundException: Cannot find class: MessageVO
at .....생략