샘플게시판을 수정하고 있는데요
- 작성자 :
- 양*모
- 작성일 :
- 2012-08-23 09:53:50
- 조회수 :
- 2,007
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
심각: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sampleService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sampleDAO': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClient' defined in file [D:\eGovFrame-2.0\workspace.common\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\yang\WEB-INF\classes\egovframework\spring\context-sqlMap.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [egovframework/sqlmap/rte/sql-map-config.xml]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMap/insert'. Cause: com.ibatis.sqlmap.client.SqlMapException: Incorrect inline parameter map format (missmatched name=value pairs): mobile
전자정부 프레임워크를 사용해 게시판을 구현을 하고 있습니다.
기존에 DB연동을 하여 샘플게시판을 출력한후 출력한 게시판을 수정해보고자
몇개의 컬럼을 추가하였는데요 위와 같은 오류가 발생하는데 해결하는 방법을 잘 모르겠습니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sampleService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sampleDAO': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlMapClient' defined in file [D:\eGovFrame-2.0\workspace.common\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\yang\WEB-INF\classes\egovframework\spring\context-sqlMap.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [egovframework/sqlmap/rte/sql-map-config.xml]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMap/insert'. Cause: com.ibatis.sqlmap.client.SqlMapException: Incorrect inline parameter map format (missmatched name=value pairs): mobile
전자정부 프레임워크를 사용해 게시판을 구현을 하고 있습니다.
기존에 DB연동을 하여 샘플게시판을 출력한후 출력한 게시판을 수정해보고자
몇개의 컬럼을 추가하였는데요 위와 같은 오류가 발생하는데 해결하는 방법을 잘 모르겠습니다.
A
안녕하세요.. 양현모님..
query xml 파일 상에 오류입니다..
query 실행시의 오류가 아닌.. 형식 상의 오류로.. insert 처리 되는 부분을 확인해 보십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.
query xml 파일 상에 오류입니다..
query 실행시의 오류가 아닌.. 형식 상의 오류로.. insert 처리 되는 부분을 확인해 보십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.