Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 3808 invoked from network); 2 Nov 2006 14:52:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 14:52:02 -0000 Received: (qmail 52456 invoked by uid 500); 2 Nov 2006 14:51:53 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 52432 invoked by uid 500); 2 Nov 2006 14:51:53 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 52401 invoked by uid 99); 2 Nov 2006 14:51:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 06:51:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ONURAL@nortel.com designates 47.140.192.55 as permitted sender) Received: from [47.140.192.55] (HELO zrtps0kn.nortel.com) (47.140.192.55) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 06:51:15 -0800 Received: from zcarhxm2.corp.nortel.com (zcarhxm2.corp.nortel.com [47.129.230.99]) by zrtps0kn.nortel.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id kA2EoWt00298 for ; Thu, 2 Nov 2006 09:50:32 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: (AXIS2-1556) Needs to be RE-OPENED : DeploymentException with segmented wsdl files Date: Thu, 2 Nov 2006 09:50:14 -0500 Message-ID: <87AC5F88F03E6249AEA68D40BD3E00BE0C24DB4B@zcarhxm2.corp.nortel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: (AXIS2-1556) Needs to be RE-OPENED : DeploymentException with segmented wsdl files Thread-Index: Acb8p2bca6WTjdX7T5CzzjhAnek9VAAY5RmgAAkaawAAV4saIA== From: "Gul Onural" To: X-Virus-Checked: Checked by ClamAV on apache.org The JIRA AXIS2-1556 has been closed with "Fixed" status. However the issue still exists, the only change is that the exception I was getting originally is now a bit different... I have uploaded a new example to reproduce it...But I don't see the JIRA reopened. What process I should follow in this case ? Should I clone the existing JIRA ? Or whoever is maintaining the JIRA database needs to just re-open it ? Gul -----Original Message----- From: Onural, Gul (CAR:SI12)=20 Sent: Tuesday, October 31, 2006 4:00 PM To: axis-user@ws.apache.org Subject: RE: (AXIS2-1556) DeploymentException with segmented wsdl files =20 Dim, I have tried the fix but it now fails with another exception. I have followed your suggestion and added style=3D"document" in operation and use=3D"literal" etc. I have also used soap namespace instead of soap12, but it didn't make any difference. I have uploaded modified version of my sample to (SimpleService.zip) JIRA. I suggest you reopen the JIRA. I don't think it allows me to chage the status of the JIRA. Gul -----Original Message----- From: Davanum Srinivas (JIRA) [mailto:jira@apache.org] Sent: Monday, October 30, 2006 11:45 PM To: Onural, Gul (CAR:SI12) Subject: [jira] Resolved: (AXIS2-1556) DeploymentException with segmented wsdl files [ http://issues.apache.org/jira/browse/AXIS2-1556?page=3Dall ] Davanum Srinivas resolved AXIS2-1556. ------------------------------------- Resolution: Fixed Gul. Fixed structural problems in Axis2. Now all that remains is fixing your wsdl (add style=3D"document" in operation and use=3D"literal" etc). = Check the Axis2SampleDocLit.wsdl for how to specify these. Fix is in SVN r469369 thanks, dims > DeploymentException with segmented wsdl files > --------------------------------------------- > > Key: AXIS2-1556 > URL: http://issues.apache.org/jira/browse/AXIS2-1556 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.1 > Environment: Axis2 1.1 (Oct. 30 nightly build) Tomcat version > 5.5.17 Java 1.5 Linux Redhat > Reporter: Gul Onural > Priority: Blocker > Attachments: ws.zip > > > The attachement ws.zip can be used to reproduce the issue explained below. > Gul > I am getting org.apache.axis2.deployment.DeploymentException (entire exception stack trace is down below in the e-mail) from the service I am trying to deploy to Tomcat version 5.5.17, using the Axis2 nightly (Oct 30). > This service worked with Axis2 release version. The only difference I have is that I have got the SimpleService.wsdl splitted into several wsdl files (one for the service definitions, one for the bindings and one for the port type definitions). > The following is my services.xml.=20 > My .aar file contains multiple service implementation classes but, I removed them from the services.xml file below, for simplicity. > The name of the wsdl file containing the service definitions has the same name as the name of the .aar file. The .aar file contains all the wsdl files under META-INF directory. > That's all I can verify, since the exception stack trace doesn't tell that much to go further. > Can anyone help me to understand what would be wrong ? > Thanks, > Gul > Services.xml > =3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > > > > com.test.example.SimpleService > true > > urn:createSimpleExample > urn:mycompany.com:web-services:SimpleServicePortTyp e:createSimpleExample > > > > Exception Stack trace : > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Error: org.apache.axis2.deployment.DeploymentException: null; nested=20 > exception is: java.lang.NullPointerException; nested exception is: > org.apache.axis2.AxisFault: null; nested exception is:=20 > java.lang.NullPointerException; nested exception is:=20 > org.apache.axis2.deployment.DeploymentException: null; nested=20 > exception is: java.lang.NullPointerException; nested exception is: > org.apache.axis2.AxisFault: null; nested exception is:=20 > java.lang.NullPointerException at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLs > (ArchiveReader.java:307) at > org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine > .java:513) at > org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoLi > st.java:196) at > org.apache.axis2.deployment.RepositoryListener.update(RepositoryListen > er.java:203) at > org.apache.axis2.deployment.RepositoryListener.checkServices(Repositor > yListener.java:150) at > org.apache.axis2.deployment.RepositoryListener.startListener(Repositor > yListener.java:195) at > org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(Sc > hedulerTask.java:61) at > org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask. > java:68) at > org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run > (Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) > at java.util.TimerThread.run(Timer.java:462) Caused by:=20 > org.apache.axis2.deployment.DeploymentException: null; nested=20 > exception is: java.lang.NullPointerException; nested exception is: > org.apache.axis2.AxisFault: null; nested exception is:=20 > java.lang.NullPointerException at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLF > ile(ArchiveReader.java:202) at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLs > (ArchiveReader.java:287) ... 10 more Caused by:=20 > org.apache.axis2.AxisFault: null; nested exception is:=20 > java.lang.NullPointerException at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServic > e(WSDL11ToAxisServiceBuilder.java:253) at=20 > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLF > ile(ArchiveReader.java:200) ... 11 more Caused by:=20 > java.lang.NullPointerException at > com.ibm.wsdl.xml.WSDLReaderImpl.parseImport(Unknown Source) at=20 > com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) at=20 > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at=20 > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at=20 > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at=20 > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at=20 > com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) at=20 > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.readInTheWSDLF > ile(WSDL11ToAxisServiceBuilder.java:1606) at=20 > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.setup(WSDL11To > AxisServiceBuilder.java:273) at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServic > e(WSDL11ToAxisServiceBuilder.java:186) ... 12 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org