[ https://issues.apache.org/jira/browse/CXF-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352767#comment-16352767 ]
Daniel Kulp commented on CXF-7621: ---------------------------------- And if that doesn't work... create a FULL maven project with wsdl and such that can reproduce it. Looking at stack traces in this case is almost pointless. > Facing issue while upgrading to Java 8 and Webspehre 8.5.5.11 > ------------------------------------------------------------- > > Key: CXF-7621 > URL: https://issues.apache.org/jira/browse/CXF-7621 > Project: CXF > Issue Type: Bug > Reporter: Kirti > Priority: Major > Fix For: NeedMoreInfo > > Attachments: VioWSWeb_build.xml, pom.xml > > > Hi, > *I am working on upgrading java from 6 to 8 and WebSphere from 8.5.5.3 to > 8.5.5.11 . Facing below issue while hitting web services wsdl.* > *Currently we are using spring 2.5 and apache cxf 2.3.9. Please suggest.* > *2018-01-22 13:40:16,046 [server.startup : 2] ERROR > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:331) > - Context initializat* > *ion failed* > *org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'BOSService': Invocation of init method failed; nested > exception is javax.xml.ws.* > *WebServiceException: > org.apache.cxf.service.factory.ServiceConstructionException* > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1572) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) > at > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) > at > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) > at > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) > at > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755) > at > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762) > at > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) > at > org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:434) > at > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306) > at > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106) > at > com.vesystems.ws.services.impl.CustomContextLoaderListener.contextInitialized(Unknown > Source) > at > com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1732) > at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:415) > at > com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88) > at > com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:171) > at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:904) > at > com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:789) -- This message was sent by Atlassian JIRA (v7.6.3#76005)