context-security 오류 관련
- 작성자 :
- 김*원
- 작성일 :
- 2013-09-25 10:15:50
- 조회수 :
- 1,683
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
eGovFrame Template Project > Portal Site 샘플 프로젝트 생성 후 context-security.xml 오류 발생합니다.
프로젝트를 생성만 했는데 오류가 뜨네요.
context-security.xml 53번 오류 라인
<b:bean id="filterSecurityInterceptor"
class="org.springframework.security.intercept.web.FilterSecurityInterceptor">
--> 오류 발생 라인
<custom-filter before="FILTER_SECURITY_INTERCEPTOR" /> --> 오류 발생
-- 오류 내용
Error occured processing XML
'org.springframework.beans.factory.support.BeanDefinitionBuilder.addConstructorArg(Ljava/lang/Object;)Lorg/
springframework/beans/factory/support/BeanDefinitionBuilder;'. See Error Log for more details
-- 오류 내용
<b:property name="authenticationManager" ref="authenticationManager" />
<b:property name="accessDecisionManager" ref="accessDecisionManager" />
<b:property name="objectDefinitionSource" ref="databaseObjectDefinitionSource" />
</b:bean>
오류 화면 캡쳐 첨부합니다.
해결 방법을 알려주십시오.
감사합니다.
윈도우 7 , eGovFrame-2.6 64it, tomcat 7.0 사용중입니다.
프로젝트를 생성만 했는데 오류가 뜨네요.
context-security.xml 53번 오류 라인
<b:bean id="filterSecurityInterceptor"
class="org.springframework.security.intercept.web.FilterSecurityInterceptor">
--> 오류 발생 라인
<custom-filter before="FILTER_SECURITY_INTERCEPTOR" /> --> 오류 발생
-- 오류 내용
Error occured processing XML
'org.springframework.beans.factory.support.BeanDefinitionBuilder.addConstructorArg(Ljava/lang/Object;)Lorg/
springframework/beans/factory/support/BeanDefinitionBuilder;'. See Error Log for more details
-- 오류 내용
<b:property name="authenticationManager" ref="authenticationManager" />
<b:property name="accessDecisionManager" ref="accessDecisionManager" />
<b:property name="objectDefinitionSource" ref="databaseObjectDefinitionSource" />
</b:bean>
오류 화면 캡쳐 첨부합니다.
해결 방법을 알려주십시오.
감사합니다.
윈도우 7 , eGovFrame-2.6 64it, tomcat 7.0 사용중입니다.
A
안녕하세요. 김성원님.
혹 spring framework나 spring security 적용 버전을 변경하신 경우이신가요?
해당 문제는 spring security가 공통컴포넌트에 적용된 버전 2.0.4가 아닌 상위 버전으로 변경되신 경우 같습니다.
이 경우가 아니신 경우라면, workspace 밑에 .metadata/.log 파일을 첨부로 다시 올려 주십시오.
그럼, 즐거운 하루되십시오.
감사합니다.
혹 spring framework나 spring security 적용 버전을 변경하신 경우이신가요?
해당 문제는 spring security가 공통컴포넌트에 적용된 버전 2.0.4가 아닌 상위 버전으로 변경되신 경우 같습니다.
이 경우가 아니신 경우라면, workspace 밑에 .metadata/.log 파일을 첨부로 다시 올려 주십시오.
그럼, 즐거운 하루되십시오.
감사합니다.