2010-11-04 5 views
2

J'utilise la dernière SpringSource la version ToolSuite (STS) 2.5.0 (basé sur Eclipse) et au démarrage je reçois ce message d'erreur:Traitement des régions sales -> AbstractInterceptorDrivenBeanDefinitionDecorator

An internal error occurred during: "Processing Dirty Regions". 
org/springframework/aop/config/AbstractInterceptorDrivenBeanDefinitionDecorator 

L'erreur se produit en ouvrant mon application -config.xml

An internal error occurred during: "Initialize Beans Graph 'app-config.xml'". 
org/springframework/aop/config/AbstractInterceptorDrivenBeanDefinitionDecorator 

Le contenu de celui-ci:

<?xml version="1.0" encoding="UTF-8"?> 
<beans xmlns="http://www.springframework.org/schema/beans" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:context="http://www.springframework.org/schema/context" 
xsi:schemaLocation=" 
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd 
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> 

<!-- Scans the classpath of this application for @Components to deploy as beans --> 
<context:component-scan base-package="com.domain.project" /> 

<!-- Application Message Bundle --> 
<bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource"> 
    <property name="basename" value="/WEB-INF/messages/messages" /> 
    <property name="cacheSeconds" value="0" /> 
</bean> 

<!-- Configures Spring MVC --> 
<import resource="mvc-config.xml" /> 
</beans> 

Est-ce Quelqu'un sait comment je peux résoudre ce problème?

Merci d'avance & Cordialement.

+0

Vous voulez dire v2.5.0, pas v3.5.0 – skaffman

+0

Oh, bien sûr, vous avez raison, je vais le changer. – Tim

+0

Dans la version 2.5.1. J'ai aussi ce problème. – Tim

Répondre

0

Cela ressemble à un bug STS. Vous ne devriez jamais voir ce message autrement.