Hi,tried to run WebServiceDemo from https://src.springframework.org/svn/...on/samples/ws/ and got the following WARNING but has it got to do with the highlighted info??
. The error stack is pretty huge so I could only provide the following from my console
Code:
Oct 16, 2008 4:07:15 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@13a328f: display name [org.springframework.context.support.ClassPathXmlApplicationContext@13a328f]; startup date [Thu Oct 16 16:07:15 CEST 2008]; root of context hierarchy
Oct 16, 2008 4:07:15 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from class path resource [temperatureConversion.xml]
Oct 16, 2008 4:07:15 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext@13a328f]: org.springframework.beans.factory.support.DefaultListableBeanFactory@860d49
Oct 16, 2008 4:07:15 PM org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker postProcessAfterInitialization
INFO: Bean 'internal.MessageBus' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
Oct 16, 2008 4:07:15 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@860d49: defining beans [internal.MessageBusAwareBeanPostProcessor,internal.MessageBus,fahrenheitChannel,org.springframework.integration.endpoint.DefaultEndpoint#0,temperatureConverter,celsiusChannel,celsiusChannel.adapter,console]; root of factory hierarchy
Oct 16, 2008 4:07:15 PM org.springframework.ws.soap.saaj.SaajSoapMessageFactory afterPropertiesSet
INFO: Creating SAAJ 1.3 MessageFactory with SOAP 1.1 Protocol
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus registerChannel
INFO: registered channel 'fahrenheitChannel'
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus registerChannel
INFO: registered channel 'celsiusChannel'
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus registerEndpoint
INFO: registered endpoint 'org.springframework.integration.endpoint.DefaultEndpoint#0'
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus registerEndpoint
INFO: registered endpoint 'celsiusChannel.adapter'
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus registerChannel
INFO: registered channel 'errorChannel'
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus activateEndpoint
INFO: activated subscription to channel 'celsiusChannel' for endpoint 'celsiusChannel.adapter'
Oct 16, 2008 4:07:16 PM org.springframework.integration.scheduling.spi.ProviderTaskScheduler start
INFO: task scheduler starting
Oct 16, 2008 4:07:16 PM org.springframework.integration.scheduling.spi.ProviderTaskScheduler start
INFO: task scheduler started successfully
Oct 16, 2008 4:07:16 PM org.springframework.integration.bus.DefaultMessageBus start
INFO: message bus started
Oct 16, 2008 4:07:16 PM org.springframework.integration.endpoint.AbstractEndpoint handleException
WARNING: exception occurred in endpoint 'org.springframework.integration.endpoint.DefaultEndpoint#0'
org.springframework.integration.message.MessageHandlingException: failure occurred in endpoint 'org.springframework.integration.endpoint.DefaultEndpoint#0'
at org.springframework.integration.endpoint.AbstractEndpoint.send(AbstractEndpoint.java:119)