Please post the entire stacktrace of the most recent error, there isn't enough info to understand the current problem. I'm not sure if you still have missing classes on startup.
Also, since the Weblogic container has frequently had problems with AxisServlet, I suggest seeing if the show-archived-real-path-enabled param helps as explained in my previous emails. Regards, Robert On Sun, Jan 12, 2020 at 6:10 PM Junxiong Sun (NCS) <junxiong....@ncs.com.sg> wrote: > Hi Robert, > > > > As instructed, I have added in the following code under <phaseOrder > type="InFlow"> and <phaseOrder type="InFaultFlow">. > > > > > > Replaced with the following code. > > > > > > Previously I have also added the following codes under services.xml. > > > > Replaced with the following codes. > > > > > > Below is the error shown. Please kindly advise if there is any other > settings/configurations to be done. > > > > > > ####<Jan 13, 2020 11:44:22 AM SGT> <Error> <HTTP> <APPUAT01> <CAMSServer2> > <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default > (self-tuning)'> <<WLS Kernel>> <> <> <1578887062571> <BEA-101216> <Servlet: > "AxisServlet" failed to preload on startup in Web application: "test.war". > > org.apache.axiom.om.DeferredParsingException: > javax.xml.stream.XMLStreamException: Error at Line:419, token:[SPACE] ( > > )Unbalanced ELEMENT got:axisconfig expected:messageReceivers > > . > > . > > . > > ####<Jan 13, 2020 11:44:22 AM SGT> <Error> <Deployer> <APPUAT01> > <CAMSServer2> <[ACTIVE] ExecuteThread: '0' for queue: > 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> > <1578887062624> <BEA-149265> <Failure occurred in the execution of > deployment request with ID '1578887017199' for task '55'. Error is: > 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "AxisServlet" > failed to preload on startup in Web application: "test.war". > > org.apache.axiom.om.DeferredParsingException: > javax.xml.stream.XMLStreamException: Error at Line:419, token:[SPACE] ( > > )Unbalanced ELEMENT got:axisconfig expected:messageReceivers > > > > Thanks. > > > > Regards, > > > > -----Original Message----- > From: robertlazarski . <robertlazar...@gmail.com> > Sent: Sunday, 12 January 2020 2:16 AM > To: java-user@axis.apache.org > Subject: Re: [EXTERNAL]Re: Upgrade of Apache Axis2 Kernel > > > > I just noticed you need > > "org.apache.axis2.dispatchers.RequestURIBasedDispatcher" , not > "org.apache.axis2.engine.RequestURIBasedDispatcher" . > > > > For example, in your axis2.xml: > > > > <handler name="RequestURIBasedDispatcher" > > > > class="org.apache.axis2.dispatchers.RequestURIBasedDispatcher"> > > <order phase="Transport"/> </handler> > > > > Regards, > > Robert > > > > On Sat, Jan 11, 2020 at 8:10 AM robertlazarski . > > <robertlazar...@gmail.com> wrote: > > > > > > I have seen "AxisServlet" problems before in Weblogic, I suppose that > > > could create a ClassNotFoundException. > > > > > > I suggest trying the param "how-archived-real-path-enabled" as described > below: > > > > > > https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs > > > .oracle.com%2Fcd%2FE13222_01%2Fwls%2Fdocs100%2Fschemaref%2Fsecurity%2F > > > http.www.bea.com.ns.weblogic.920.domain%2Ftypes%2Fweb-app-containertyp > > > e.show-archived-real-path-enabled.html&data=02%7C01%7Cjunxiong.sun > > > %40ncs.com.sg%7C621955d51e6043a8800f08d796c2962e%7Cca90d8f589634b6ebca > > > 99ac468bcc7a8%7C1%7C1%7C637143634806005754&sdata=Okx%2FxH0rMEPwPXE > > > 78jiydxMor8U31OI9y%2BZaaIWIctI%3D&reserved=0 > > > > > > This config may help: > > > > > > <?xml version='1.0' encoding='UTF-8'?> <weblogic-web-app> > > > <container-descriptor> > > > <show-archived-real-path-enabled>true</show-archived-real-path-enabled > > > > </container-descriptor> </weblogic-web-app> > > > > > > Regards, > > > Robert > > > > > > On Thu, Jan 9, 2020 at 5:43 PM Junxiong Sun (NCS) > > > <junxiong....@ncs.com.sg> wrote: > > > > > > > > Hi Robert, > > > > > > > > Corrected the hyperlink. > > > > Please refer to the changed one. > > > > > > > > <messageReceiver mep=" > https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fwsdl%2Fin-only&data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7C621955d51e6043a8800f08d796c2962e%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C0%7C637143634806005754&sdata=Zegym74IcbmlwpeGNTCCl8i68yNi3MFX9QldD4%2BzU9c%3D&reserved=0 > " > > > > > class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver" /> > > > > <messageReceiver mep=" > https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fwsdl%2Fin-out&data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7C621955d51e6043a8800f08d796c2962e%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C0%7C637143634806015750&sdata=MjNRRQbzdqXMVZv0y1rQdJD6YhGKezcJhKjB%2FHKIzdo%3D&reserved=0 > " > > > > > > > > class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver" /> > > > > > > > > > > > > Thanks. > > > > > > > > Regards, > > > > > > > > -----Original Message----- > > > > From: Junxiong Sun (NCS) <junxiong....@ncs.com.sg> > > > > Sent: Friday, 10 January 2020 11:37 AM > > > > To: java-user@axis.apache.org > > > > Subject: RE: [EXTERNAL]Re: Upgrade of Apache Axis2 Kernel > > > > > > > > Hi Robert, > > > > > > > > I have issue when upgrading axis2 kernel 1.6.1 to 1.7.9. > > > > I have replaced the following code with the old ones in axis2.xml file. > > > > > > > > <messageReceiver mep=" > https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fwsdl%2Fin-only&data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7C621955d51e6043a8800f08d796c2962e%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C0%7C637143634806015750&sdata=5YXMWdFaHJ5iuZmwjv0x65H6KUtLBgLfPO0BITdePr8%3D&reserved=0 > " > > > > > class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver" /> > > > > <messageReceiver mep=" > https://apc01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fwsdl%2Fin-out&data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7C621955d51e6043a8800f08d796c2962e%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C0%7C637143634806015750&sdata=MjNRRQbzdqXMVZv0y1rQdJD6YhGKezcJhKjB%2FHKIzdo%3D&reserved=0 > " > > > > > > > > class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver" /> Below > error shown. > > > > Please advise if there is other file that needs to be changed. > > > > > > > > ####<Jan 9, 2020 3:49:22 PM SGT> <Error> <HTTP> <APPUAT01> <Server2> > <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default > (self-tuning)'> <<WLS Kernel>> <> <> <1578556162265> <BEA-101216> <Servlet: > "AxisServlet" failed to preload on startup in Web application: "test.war". > > > > > > > > org.apache.axis2.deployment.DeploymentException: > > > > org.apache.axis2.engine.RequestURIBasedDispatcher > > > > at > > > > org.apache.axis2.deployment.util.Utils.loadHandler(Utils.java:146) > > > > at > > > > org.apache.axis2.deployment.AxisConfigBuilder.processPhaseList(AxisC > > > > onfigBuilder.java:575) at > > > > org.apache.axis2.deployment.AxisConfigBuilder.processPhaseOrders(Axi > > > > sConfigBuilder.java:606) at > > > > org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisCon > > > > figBuilder.java:149) at > > > > org.apache.axis2.deployment.DeploymentEngine.populateAxisConfigurati > > > > on(DeploymentEngine.java:629) at > > > > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBased > > > > AxisConfigurator.java:157) at > > > > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisSe > > > > rvlet.java:584) at > > > > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:45 > > > > 4) at > > > > weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(S > > > > tubSecurityHelper.java:283) at > > > > weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticat > > > > edSubject.java:321) at > > > > weblogic.security.service.SecurityManager.runAs(SecurityManager.java > > > > :120) at > > > > weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecur > > > > ityHelper.java:64) at > > > > weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(Stub > > > > LifecycleHelper.java:58) at > > > > weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHe > > > > lper.java:48) at > > > > weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStub > > > > Impl.java:539) at > > > > weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebApp > > > > ServletContext.java:1985) at > > > > weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup > > > > (WebAppServletContext.java:1959) at > > > > weblogic.servlet.internal.WebAppServletContext.preloadResources(WebA > > > > ppServletContext.java:1878) at > > > > weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCo > > > > ntext.java:3153) at > > > > weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.ja > > > > va:1508) at > > > > weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482) > > > > at > > > > weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSt > > > > ateDriver.java:425) at > > > > weblogic.application.utils.StateMachineDriver.nextState(StateMachine > > > > Driver.java:52) at > > > > weblogic.application.internal.flow.ModuleStateDriver.start(ModuleSta > > > > teDriver.java:119) at > > > > weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedMo > > > > duleDriver.java:200) at > > > > weblogic.application.internal.flow.ModuleListenerInvoker.start(Modul > > > > eListenerInvoker.java:247) at > > > > weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSt > > > > ateDriver.java:425) at > > > > weblogic.application.utils.StateMachineDriver.nextState(StateMachine > > > > Driver.java:52) at > > > > weblogic.application.internal.flow.ModuleStateDriver.start(ModuleSta > > > > teDriver.java:119) at > > > > weblogic.application.internal.flow.StartModulesFlow.activate(StartMo > > > > dulesFlow.java:27) at > > > > weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.j > > > > ava:636) at > > > > weblogic.application.utils.StateMachineDriver.nextState(StateMachine > > > > Driver.java:52) at > > > > weblogic.application.internal.BaseDeployment.activate(BaseDeployment > > > > .java:205) at > > > > weblogic.application.internal.SingleModuleDeployment.activate(Single > > > > ModuleDeployment.java:43) at > > > > weblogic.application.internal.DeploymentStateChecker.activate(Deploy > > > > mentStateChecker.java:161) at > > > > weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(A > > > > ppContainerInvoker.java:79) at > > > > weblogic.deploy.internal.targetserver.BasicDeployment.activate(Basic > > > > Deployment.java:184) at > > > > weblogic.deploy.internal.targetserver.BasicDeployment.activateFromSe > > > > rverLifecycle(BasicDeployment.java:361) > > > > at > > > > weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(D > > > > eploymentAdapter.java:51) at > > > > weblogic.management.deploy.internal.DeploymentAdapter.activate(Deplo > > > > ymentAdapter.java:200) at > > > > weblogic.management.deploy.internal.AppTransition$2.transitionApp(Ap > > > > pTransition.java:30) at > > > > weblogic.management.deploy.internal.ConfiguredDeployments.transition > > > > Apps(ConfiguredDeployments.java:240) > > > > at > > > > weblogic.management.deploy.internal.ConfiguredDeployments.activate(C > > > > onfiguredDeployments.java:169) at > > > > weblogic.management.deploy.internal.ConfiguredDeployments.deploy(Con > > > > figuredDeployments.java:123) at > > > > weblogic.management.deploy.internal.DeploymentServerService.resume(D > > > > eploymentServerService.java:180) at > > > > weblogic.management.deploy.internal.DeploymentServerService.start(De > > > > ploymentServerService.java:96) at > > > > weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) > > > > at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) > > > > at weblogic.work.ExecuteThread.run(ExecuteThread.java:176) > > > > Caused By: java.lang.: > > > > org.apache.axis2.engine.RequestURIBasedDispatcher > > > > at > > > > weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generi > > > > cClassLoader.java:297) at > > > > weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClas > > > > sLoader.java:270) at > > > > weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeA > > > > wareClassLoader.java:64) at > > > > java.lang.ClassLoader.loadClass(ClassLoader.java:307) > > > > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > > > > at > > > > weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClas > > > > sLoader.java:179) at > > > > weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeA > > > > wareClassLoader.java:43) at java.lang.Class.forName0(Native Method) > > > > at java.lang.Class.forName(Class.java:169) > > > > at org.apache.axis2.util.Loader.loadClass(Loader.java:261) > > > > at org.apache.axis2.util.Loader.loadClass(Loader.java:229) > > > > at > > > > org.apache.axis2.deployment.util.Utils.loadHandler(Utils.java:113) > > > > at > > > > org.apache.axis2.deployment.AxisConfigBuilder.processPhaseList(AxisC > > > > onfigBuilder.java:575) at > > > > org.apache.axis2.deployment.AxisConfigBuilder.processPhaseOrders(Axi > > > > sConfigBuilder.java:606) at > > > > org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisCon > > > > figBuilder.java:149) at > > > > org.apache.axis2.deployment.DeploymentEngine.populateAxisConfigurati > > > > on(DeploymentEngine.java:629) at > > > > org.apache.axis2.deployment.WarBasedAxisConfigurator.<init>(WarBased > > > > AxisConfigurator.java:157) at > > > > org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisSe > > > > rvlet.java:584) at > > > > org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:45 > > > > 4) at > > > > weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(S > > > > tubSecurityHelper.java:283) at > > > > weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticat > > > > edSubject.java:321) at > > > > weblogic.security.service.SecurityManager.runAs(SecurityManager.java > > > > :120) at > > > > weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecur > > > > ityHelper.java:64) at > > > > weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(Stub > > > > LifecycleHelper.java:58) at > > > > weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHe > > > > lper.java:48) at > > > > weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStub > > > > Impl.java:539) at > > > > weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebApp > > > > ServletContext.java:1985) at > > > > weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup > > > > (WebAppServletContext.java:1959) at > > > > weblogic.servlet.internal.WebAppServletContext.preloadResources(WebA > > > > ppServletContext.java:1878) at > > > > weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCo > > > > ntext.java:3153) at > > > > weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.ja > > > > va:1508) at > > > > weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482) > > > > at > > > > weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSt > > > > ateDriver.java:425) at > > > > weblogic.application.utils.StateMachineDriver.nextState(StateMachine > > > > Driver.java:52) at > > > > weblogic.application.internal.flow.ModuleStateDriver.start(ModuleSta > > > > teDriver.java:119) at > > > > weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedMo > > > > duleDriver.java:200) at > > > > weblogic.application.internal.flow.ModuleListenerInvoker.start(Modul > > > > eListenerInvoker.java:247) at > > > > weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleSt > > > > ateDriver.java:425) at > > > > weblogic.application.utils.StateMachineDriver.nextState(StateMachine > > > > Driver.java:52) at > > > > weblogic.application.internal.flow.ModuleStateDriver.start(ModuleSta > > > > teDriver.java:119) at > > > > weblogic.application.internal.flow.StartModulesFlow.activate(StartMo > > > > dulesFlow.java:27) at > > > > weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.j > > > > ava:636) at > > > > weblogic.application.utils.StateMachineDriver.nextState(StateMachine > > > > Driver.java:52) at > > > > weblogic.application.internal.BaseDeployment.activate(BaseDeployment > > > > .java:205) at > > > > weblogic.application.internal.SingleModuleDeployment.activate(Single > > > > ModuleDeployment.java:43) at > > > > weblogic.application.internal.DeploymentStateChecker.activate(Deploy > > > > mentStateChecker.java:161) at > > > > weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(A > > > > ppContainerInvoker.java:79) at > > > > weblogic.deploy.internal.targetserver.BasicDeployment.activate(Basic > > > > Deployment.java:184) at > > > > weblogic.deploy.internal.targetserver.BasicDeployment.activateFromSe > > > > rverLifecycle(BasicDeployment.java:361) > > > > at > > > > weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(D > > > > eploymentAdapter.java:51) at > > > > weblogic.management.deploy.internal.DeploymentAdapter.activate(Deplo > > > > ymentAdapter.java:200) at > > > > weblogic.management.deploy.internal.AppTransition$2.transitionApp(Ap > > > > pTransition.java:30) at > > > > weblogic.management.deploy.internal.ConfiguredDeployments.transition > > > > Apps(ConfiguredDeployments.java:240) > > > > at > > > > weblogic.management.deploy.internal.ConfiguredDeployments.activate(C > > > > onfiguredDeployments.java:169) at > > > > weblogic.management.deploy.internal.ConfiguredDeployments.deploy(Con > > > > figuredDeployments.java:123) at > > > > weblogic.management.deploy.internal.DeploymentServerService.resume(D > > > > eploymentServerService.java:180) at > > > > weblogic.management.deploy.internal.DeploymentServerService.start(De > > > > ploymentServerService.java:96) at > > > > weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) > > > > at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) > > > > at weblogic.work.ExecuteThread.run(ExecuteThread.java:176) > > > > > > > > > > > > > > > > Thanks. > > > > > > > > Regards, > > > > > > > > -----Original Message----- > > > > From: robertlazarski . <robertlazar...@gmail.com> > > > > Sent: Tuesday, 7 January 2020 10:17 PM > > > > To: java-user@axis.apache.org > > > > Subject: Re: [EXTERNAL]Re: Upgrade of Apache Axis2 > > > > > > > > Yes it is. > > > > > > > > Regards, > > > > Robert > > > > > > > > On Mon, Jan 6, 2020 at 8:36 PM Junxiong Sun (NCS) < > junxiong....@ncs.com.sg> wrote: > > > > > > > > > > Hi Robert, > > > > > > > > > > Is axis2 1.7.9 compatible with jdk version 1.6 and apache tomcat > version 5.5.32? > > > > > > > > > > Thanks. > > > > > > > > > > Regards, > > > > > https://apc01.safelinks.protection.outlook.com/?url=www.ncs.com.sg > > > > > & > > > > > ;data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7C1cceeed82b0446efd6b008 > > > > > d793 > > > > > 7c7ad0%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C1%7C63714003515395 > > > > > 1391 > > > > > &sdata=BUmIqwG3yITaX6l0dQYhAaz8ijiOKCcCUjWNpDoCTSw%3D&rese > > > > > rved > > > > > =0 > > > > > > > > > > -----Original Message----- > > > > > From: robertlazarski . <robertlazar...@gmail.com> > > > > > Sent: Monday, 30 December 2019 10:26 PM > > > > > To: java-user@axis.apache.org > > > > > Subject: Re: [EXTERNAL]Re: Upgrade of Apache Axis2 > > > > > > > > > > This link is all we have, to migrate from 1.6.x to 1.7.9, it was > > > > > written for the 1.7.0 release notes though its still accurate for > > > > > 1.7.9 . > > > > > > > > > > https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2F > > > > > axis > > > > > .apache.org%2Faxis2%2Fjava%2Fcore%2Frelease-notes%2F1.7.0.html& > > > > > ;dat > > > > > a=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7C1cceeed82b0446efd6b008d793 > > > > > 7c7a > > > > > d0%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C1%7C637140035153951391 > > > > > & > > > > > ;sdata=6VZeSkwn%2BOXwvr6DchyxkJyteCc1HZt6mHNb3RVU3Xc%3D&reserv > > > > > ed=0 > > > > > > > > > > Regards, > > > > > Robert > > > > > > > > > > On Sun, Dec 29, 2019 at 4:15 PM Junxiong Sun (NCS) < > junxiong....@ncs.com.sg> wrote: > > > > > > > > > > > > Hi, > > > > > > > > > > > > Do you have documentation or guide of upgrading Axis 2 library > from 1.6.1 to 1.7.9? > > > > > > Please advise. > > > > > > > > > > > > Thanks. > > > > > > > > > > > > Regards, > > > > > > https://apc01.safelinks.protection.outlook.com/?url=www.ncs.com. > > > > > > sg&a > > > > > > mp > > > > > > ;data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7Cd92251258653409bd452 > > > > > > 08d7 > > > > > > 8d > > > > > > 344499%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C0%7C637133127946 > > > > > > 5150 > > > > > > 42 > > > > > > &sdata=eXwQfl7gmUYnkRL4Py2by1%2BUlfUvws3amrpU3OBOfOU%3D& > > > > > > rese > > > > > > rv > > > > > > ed=0 > > > > > > > > > > > > -----Original Message----- > > > > > > From: robertlazarski . <robertlazar...@gmail.com> > > > > > > Sent: Friday, 20 December 2019 12:36 AM > > > > > > To: java-user@axis.apache.org > > > > > > Subject: [EXTERNAL]Re: Upgrade of Apache Axis2 > > > > > > > > > > > > The release notes for 1.7.0, when it was released a while back, > provides a guide: > > > > > > > > > > > > https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F% > <https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%25> > > > > > > 2Fax > > > > > > is > > > > > > .apache.org%2Faxis2%2Fjava%2Fcore%2Frelease-notes%2F1.7.0.html&a > > > > > > mp;d > > > > > > at > > > > > > a=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7Cd92251258653409bd45208d7 > > > > > > 8d34 > > > > > > 44 > > > > > > 99%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C0%7C6371331279465150 > > > > > > 42&a > > > > > > mp > > > > > > ;sdata=7Tt01uObUzLK2xo13HUqdg7DDadFySaCgDjZQGhZWco%3D&reserv > > > > > > ed=0 > > > > > > > > > > > > Regards, > > > > > > Robert > > > > > > > > > > > > On Wed, Dec 18, 2019 at 9:07 PM Junxiong Sun (NCS) < > junxiong....@ncs.com.sg> wrote: > > > > > > > > > > > > > > Hi Apache Team, > > > > > > > > > > > > > > > > > > > > > > > > > > > > Is there any documentation or guides that I can refer for > > > > > > > upgrading of Axis= > > > > > > > > > > > > > > 2 library from version 1.6.1 to 1.7.9? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Regards, > > > > > > > https://apc01.safelinks.protection.outlook.com/?url=www.ncs.co > > > > > > > m.sg > > > > > > > &a > > > > > > > mp > > > > > > > ;data=02%7C01%7Cjunxiong.sun%40ncs.com.sg%7Cd7786caf161549edea > > > > > > > 6d08 > > > > > > > d7 > > > > > > > 84 > > > > > > > a1c60e%7Cca90d8f589634b6ebca99ac468bcc7a8%7C1%7C1%7C6371237026 > > > > > > > 5871 > > > > > > > 79 > > > > > > > 65 > > > > > > > &sdata=SPcJQHZSSDE%2BUR6Wlyy80Y8OT9S7dLfUNfjroNUtiIY%3D&am > > > > > > > p;re > > > > > > > se > > > > > > > rv > > > > > > > ed=0 > > > > > > > > > > > > > > > > > > > > > > > > > > ---------------------------------------------------------------- > > > > > > ---- > > > > > > - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > > > > > For additional commands, e-mail: java-user-h...@axis.apache.org > > > > > > > > > > > > > > > > > > ---------------------------------------------------------------- > > > > > > ---- > > > > > > - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > > > > > For additional commands, e-mail: java-user-h...@axis.apache.org > > > > > > > > > > ------------------------------------------------------------------ > > > > > --- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > > > > For additional commands, e-mail: java-user-h...@axis.apache.org > > > > > > > > > > > > > -------------------------------------------------------------------- > > > > - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > > > For additional commands, e-mail: java-user-h...@axis.apache.org > > > > > > > > > > > > -------------------------------------------------------------------- > > > > - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > > > For additional commands, e-mail: java-user-h...@axis.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > > For additional commands, e-mail: java-user-h...@axis.apache.org > > >