I've activated the DEBUG level but spring didn't write anything in the log.
Here my trace:
Code:
log4j:ERROR Could not find value for key log4j.appender.myMail
log4j:ERROR Could not instantiate appender named "myMail".
0 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@bfc8e0: display name [org.springframework.context.support.ClassPathXmlApplicationContext@bfc8e0]; startup date [Fri Nov 21 16:43:17 CET 2008]; root of context hierarchy
84 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [ApplicationContextInfraestructure.xml]
353 [main] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ThreadPoolExecutor
367 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'errorChannel': replacing [Root bean: class [org.springframework.integration.channel.QueueChannel]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.integration.channel.QueueChannel]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
383 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'correlatedBasicEventOutput': replacing [Generic bean: class [org.springframework.integration.config.ConsumerEndpointFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.integration.config.ConsumerEndpointFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
384 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'correlatedBasicEventInput': replacing [Generic bean: class [org.springframework.integration.endpoint.SourcePollingChannelAdapter]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Generic bean: class [org.springframework.integration.config.ConsumerEndpointFactoryBean]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null]
387 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [testcontext.xml]
442 [main] INFO org.springframework.context.support.ClassPathXmlApplicationContext - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@bfc8e0]: org.springframework.beans.factory.support.DefaultListableBeanFactory@16546ef
525 [main] INFO org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [config.properties]
642 [main] INFO org.springframework.integration.endpoint.PollingConsumer - started correlatedBasicEventInput
644 [main] INFO org.springframework.integration.endpoint.PollingConsumer - started correlatedBasicEventOutput
645 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@16546ef: defining beans [propertyConfigurer,errorChannel,org.springframework.integration.channel.MessagePublishingErrorHandler#0,taskScheduler,com.s2grupo.triton.integration.interceptors.ChannelInterceptor#0,com.s2grupo.triton.integration.interceptors.ChannelInterceptor#1,correlatedBasicEvent,correlatedBasicAlarm,org.springframework.integration.jms.JmsDestinationPollingSource#0,correlatedBasicEventInput,org.springframework.integration.jms.JmsSendingMessageHandler#0,correlatedBasicEventOutput,org.springframework.integration.jms.JmsDestinationPollingSource#1,correlatedBasicAlarmInput,org.springframework.integration.jms.JmsSendingMessageHandler#1,org.springframework.integration.jms.JmsSendingMessageHandler#2,tritonJmsFactory,emasJmsFactory,alarmTopicOut,alarmTopicIn,eventTopicOut,eventTopicIn,errorTopic,eventTopicTest,jmsFactory,testConnectionFactory,listenerTest,jmsContainer,errorListener,jmsErrorContainer]; root of factory hierarchy
665 [main] INFO org.springframework.integration.endpoint.SourcePollingChannelAdapter - started correlatedBasicAlarmInput
1007 [main] INFO org.springframework.integration.scheduling.SimpleTaskScheduler - started org.springframework.integration.scheduling.SimpleTaskScheduler@113beb5
1007 [main] INFO Main - ====> Cargando test de envio.
1008 [task-scheduler-2] INFO Main - Receiving in channelerrorChannel
1008 [Thread-3] INFO Main - Escribiendo...
1008 [main] INFO Main - ====> Cargado test de envio.
1048 [Thread-3] INFO Main - Mensage test enviado
2009 [task-scheduler-5] INFO Main - Receiving in channelerrorChannel
3009 [task-scheduler-4] INFO Main - Receiving in channelerrorChannel
3061 [Thread-3] INFO Main - Escribiendo...
3072 [Thread-3] INFO Main - Mensage test enviado
4010 [task-scheduler-5] INFO Main - Receiving in channelerrorChannel
5010 [task-scheduler-2] INFO Main - Receiving in channelerrorChannel