반응형
Spring 으로 플젝하다가...
Quartz 를 사용해서 스케줄링 프로그램을 만드는데..
아래와 같은 에러가 발생했다.
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name
'org.springframework.scheduling.quartz.SchedulerFactoryBean' defined in ServletContext resource
[/WEB-INF/applicationContext.xml]: Invocation of init method failed;
nested exception is java.lang.NoClassDefFoundError:
javax/transaction/UserTransaction
================= 해결 방법 ==================
jta.jar 를 lib 에 추가한다. --;;
반응형
'프로그래밍 > Java' 카테고리의 다른 글
[log4j] log4j.properties 설정 파일 예제 (0) | 2009.07.10 |
---|---|
Enum 사용법. (0) | 2009.07.07 |
abstract 와 interface 의 차이. (0) | 2009.06.05 |
ajax, jsp 에서 한글 깨짐 문제. (1) | 2009.04.23 |
서블릿 설정 (0) | 2009.04.09 |