I wrote an email web service and deployed it on both Tomcat 6 and jBoss EAP
4.3. It deploys and works fine on both servers.
But... during deploy on jBoss I see the error messages at the bottom of the
listing. Note that this does not seem to affect the ability to function.
Does anybody have an idea as to why this is happening, and if possible how to
correct it?
b.
2009-07-15 15:40:13,449 INFO [org.jboss.web.tomcat.service.TomcatDeployer]
deploy, ctxPath=/UtilityWebServices,
warUrl=.../tmp/deploy/tmp3909931085383771154UtilityWebServices-exp.war/
2009-07-15 15:40:13,762 INFO [org.apache.catalina.core.ContainerBase]
Initializing Spring root WebApplicationContext
2009-07-15 15:40:13,762 INFO [org.springframework.web.context.ContextLoader]
Root WebApplicationContext: initialization started
2009-07-15 15:40:14,059 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from ServletContext resource
[/WEB-INF/applicationContext-app.xml]
2009-07-15 15:40:14,293 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from ServletContext resource
[/WEB-INF/applicationContext-ws.xml]
2009-07-15 15:40:14,387 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from class path resource [META-INF/cxf/cxf.xml]
2009-07-15 15:40:14,449 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
2009-07-15 15:40:14,840 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
2009-07-15 15:40:15,199 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean '.proxyFactory': replacing [Root bean:
class
[org.apache.cxf.jaxws.spring.JaxWsProxyFactoryBeanDefinitionParser$JAXWSSpringClientProxyFactoryBean];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null] with [Root
bean: class
[org.apache.cxf.jaxws.spring.JaxWsProxyFactoryBeanDefinitionParser$JAXWSSpringClientProxyFactoryBean];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null]
2009-07-15 15:40:15,340 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from file
[D:\JBoss\jbossEAP4.3CP03\jboss-eap-4.3\jboss-as\server\default\deploy\CustomApplications\CECommon.sar\applicationContext-auditTrail.xml]
2009-07-15 15:40:15,574 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from file
[D:\JBoss\jbossEAP4.3CP03\jboss-eap-4.3\jboss-as\server\default\tmp\deploy\tmp3909931085383771154UtilityWebServices-exp.war\WEB-INF\classes\applicationContext-client.xml]
2009-07-15 15:40:15,605 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from class path resource [META-INF/cxf/cxf.xml]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'cxf': replacing [Generic bean: class
[org.apache.cxf.bus.CXFBusImpl]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.bus.CXFBusImpl]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.bus.spring.BusApplicationListener': replacing [Generic bean:
class [org.apache.cxf.bus.spring.BusApplicationListener]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.bus.spring.BusApplicationListener]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor': replacing
[Generic bean: class
[org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor': replacing [Generic bean:
class [org.apache.cxf.bus.spring.Jsr250BeanPostProcessor]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.bus.spring.Jsr250BeanPostProcessor]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.bus.spring.BusExtensionPostProcessor': replacing [Generic bean:
class [org.apache.cxf.bus.spring.BusExtensionPostProcessor]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.bus.spring.BusExtensionPostProcessor]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'org.apache.cxf.resource.ResourceManager':
replacing [Generic bean: class
[org.apache.cxf.bus.resource.ResourceManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.bus.resource.ResourceManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'org.apache.cxf.configuration.Configurer':
replacing [Generic bean: class
[org.apache.cxf.configuration.spring.ConfigurerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.configuration.spring.ConfigurerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,652 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.binding.BindingFactoryManager': replacing [Generic bean: class
[org.apache.cxf.binding.BindingFactoryManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.binding.BindingFactoryManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.transport.DestinationFactoryManager': replacing [Generic bean:
class [org.apache.cxf.transport.DestinationFactoryManagerImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.transport.DestinationFactoryManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.transport.ConduitInitiatorManager': replacing [Generic bean:
class [org.apache.cxf.transport.ConduitInitiatorManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.transport.ConduitInitiatorManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'org.apache.cxf.wsdl.WSDLManager':
replacing [Generic bean: class [org.apache.cxf.wsdl11.WSDLManagerImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.wsdl11.WSDLManagerImpl]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'org.apache.cxf.phase.PhaseManager':
replacing [Generic bean: class [org.apache.cxf.phase.PhaseManagerImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.phase.PhaseManagerImpl]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.workqueue.WorkQueueManager': replacing [Generic bean: class
[org.apache.cxf.workqueue.WorkQueueManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.workqueue.WorkQueueManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.buslifecycle.BusLifeCycleManager': replacing [Generic bean:
class [org.apache.cxf.buslifecycle.CXFBusLifeCycleManager]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.buslifecycle.CXFBusLifeCycleManager]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'org.apache.cxf.endpoint.ServerRegistry':
replacing [Generic bean: class [org.apache.cxf.endpoint.ServerRegistryImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.endpoint.ServerRegistryImpl]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.endpoint.ServerLifeCycleManager': replacing [Generic bean:
class [org.apache.cxf.endpoint.ServerLifeCycleManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.endpoint.ServerLifeCycleManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.endpoint.ClientLifeCycleManager': replacing [Generic bean:
class [org.apache.cxf.endpoint.ClientLifeCycleManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.endpoint.ClientLifeCycleManagerImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.transports.http.QueryHandlerRegistry': replacing [Generic bean:
class [org.apache.cxf.transport.http.QueryHandlerRegistryImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.transport.http.QueryHandlerRegistryImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.endpoint.EndpointResolverRegistry': replacing [Generic bean:
class [org.apache.cxf.endpoint.EndpointResolverRegistryImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.endpoint.EndpointResolverRegistryImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean 'org.apache.cxf.headers.HeaderManager':
replacing [Generic bean: class [org.apache.cxf.headers.HeaderManagerImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.headers.HeaderManagerImpl]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.catalog.OASISCatalogManager': replacing [Generic bean: class
[org.apache.cxf.catalog.OASISCatalogManager]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.catalog.OASISCatalogManager]; scope=singleton; abstract=false;
lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true;
primary=false; factoryBeanName=null; factoryMethodName=null;
initMethodName=null; destroyMethodName=null; defined in class path resource
[META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.endpoint.ServiceContractResolverRegistry': replacing [Generic
bean: class [org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]] with [Generic bean: class
[org.apache.cxf.endpoint.ServiceContractResolverRegistryImpl]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf.xml]]
2009-07-15 15:40:15,699 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from class path resource [META-INF/cxf/cxf-extension-soap.xml]
2009-07-15 15:40:15,730 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.binding.soap.SoapBindingFactory': replacing [Generic bean:
class [org.apache.cxf.binding.soap.SoapBindingFactory]; scope=singleton;
abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-extension-soap.xml]] with [Generic bean:
class [org.apache.cxf.binding.soap.SoapBindingFactory]; scope=singleton;
abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-extension-soap.xml]]
2009-07-15 15:40:15,730 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.binding.soap.SoapTransportFactory': replacing [Generic bean:
class [org.apache.cxf.binding.soap.SoapTransportFactory]; scope=singleton;
abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-extension-soap.xml]] with [Generic bean:
class [org.apache.cxf.binding.soap.SoapTransportFactory]; scope=singleton;
abstract=false; lazyInit=true; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-extension-soap.xml]]
2009-07-15 15:40:15,730 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.binding.soap.customEditorConfigurer': replacing [Generic bean:
class [org.springframework.beans.factory.config.CustomEditorConfigurer];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-extension-soap.xml]] with [Generic bean:
class [org.springframework.beans.factory.config.CustomEditorConfigurer];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-extension-soap.xml]]
2009-07-15 15:40:15,730 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML
bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
2009-07-15 15:40:15,762 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Overriding bean definition for bean
'org.apache.cxf.transport.servlet.ServletTransportFactory': replacing [Generic
bean: class [org.apache.cxf.transport.servlet.ServletTransportFactory];
scope=singleton; abstract=false; lazyInit=false; autowireMode=0;
dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-servlet.xml]] with [Generic bean: class
[org.apache.cxf.transport.servlet.ServletTransportFactory]; scope=singleton;
abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=null;
factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in
class path resource [META-INF/cxf/cxf-servlet.xml]]
2009-07-15 15:40:16,559 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Pre-instantiating singletons in
org.springframework.beans.factory.support.defaultlistablebeanfact...@8edd79:
defining beans
[mailSender,ctxProperties,cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apache.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFactoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.transport.servlet.ServletTransportFactory,email,.proxyFactory,emailRelay,auditDao,org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor#0,entityManagerFactory,dataSource,transactionManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,emailClient.proxyFactory,emailClient];
root of factory hierarchy
2009-07-15 15:40:19,356 ERROR [STDERR] Jul 15, 2009 3:40:19 PM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service {http://email.utilityws.cndc.net/}EmailImplService from
class net.cndc.utilityws.email.Email
2009-07-15 15:40:20,731 ERROR [STDERR] Jul 15, 2009 3:40:20 PM
org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be /Email
2009-07-15 15:40:20,934 ERROR [STDERR] Jul 15, 2009 3:40:20 PM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service {http://email.utilityws.cndc.net/}EmailService from
class net.cndc.utilityws.email.Email
2009-07-15 15:40:23,731 ERROR [STDERR] Jul 15, 2009 3:40:23 PM
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
INFO: Creating Service {http://email.utilityws.cndc.net/}EmailService from
class net.cndc.utilityws.email.Email
2009-07-15 15:40:23,746 INFO [org.springframework.web.context.ContextLoader]
Root WebApplicationContext: initialization completed in 9984 ms
2009-07-15 15:40:23,746 ERROR [STDERR] Jul 15, 2009 3:40:23 PM
org.apache.cxf.transport.servlet.CXFServlet updateContext
INFO: Load the bus with application context
2009-07-15 15:40:23,762 INFO [org.apache.cxf.bus.spring.BusApplicationContext]
Refreshing org.apache.cxf.bus.spring.busapplicationcont...@4416b: display name
[org.apache.cxf.bus.spring.busapplicationcont...@4416b]; startup date [Wed Jul
15 15:40:23 CDT 2009]; parent:
org.springframework.web.context.support.xmlwebapplicationcont...@14bcb5c
2009-07-15 15:40:23,840 ERROR [STDERR] Jul 15, 2009 3:40:23 PM
org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
INFO: No cxf.xml configuration file detected, relying on defaults.
2009-07-15 15:40:23,840 INFO [org.apache.cxf.bus.spring.BusApplicationContext]
Bean factory for application context
[org.apache.cxf.bus.spring.busapplicationcont...@4416b]:
org.springframework.beans.factory.support.defaultlistablebeanfact...@13dd7d1
2009-07-15 15:40:23,840 INFO
[org.springframework.beans.factory.support.DefaultListableBeanFactory]
Pre-instantiating singletons in
org.springframework.beans.factory.support.defaultlistablebeanfact...@13dd7d1:
defining beans []; parent:
org.springframework.beans.factory.support.defaultlistablebeanfact...@8edd79
2009-07-15 15:40:23,856 ERROR [STDERR] Jul 15, 2009 3:40:23 PM
org.apache.cxf.transport.servlet.AbstractCXFServlet replaceDestinationFactory
INFO: Servlet transport factory already registered