Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 60893 invoked from network); 5 Jun 2008 18:41:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 18:41:15 -0000 Received: (qmail 81843 invoked by uid 500); 5 Jun 2008 18:41:15 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 81778 invoked by uid 500); 5 Jun 2008 18:41:15 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 81767 invoked by uid 99); 5 Jun 2008 18:41:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 11:41:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of weberjn@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 18:40:19 +0000 Received: by ug-out-1314.google.com with SMTP id q7so544119uge.13 for ; Thu, 05 Jun 2008 11:40:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=7sJOvaB2gTlmrg7dDdj6UBDN7yPjvRSBzep7jOP5q2Y=; b=LE+YL0DG7D24ullKpp5Fthz/itWI2cyr4lY1GTl50zYE0DrV0eED6d2CsMMJDDPNQM akgigLe8t7R0ZesJwfnWkZQJx8hVvZPKJ5/E3E2MLaMoKvW6I8lav3pvTsm03fqe/Q13 yKMu4BnZDu4QU2GXDqJLFSjDNjhTB4TpV+xNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=OmUBpB+obB00Md1BsiRRuUndPXHNuKcOwmwfm4kq1vvYRV+g2nODGzfDzlRUzr+PmW id/dlUPt4MfKPPNU5xoTq53aj1ohMrqSA+wPq9rr+6MQOYYqT8gVK9UjRfSEP3ljFIVA NcA44itnBH9PWZ9b/bJvda75mA496IPybL1DY= Received: by 10.67.98.4 with SMTP id a4mr651023ugm.37.1212691241965; Thu, 05 Jun 2008 11:40:41 -0700 (PDT) Received: by 10.67.40.16 with HTTP; Thu, 5 Jun 2008 11:40:41 -0700 (PDT) Message-ID: <1964cfb60806051140x58db784bh5dbe3a8442606731@mail.gmail.com> Date: Thu, 5 Jun 2008 20:40:41 +0200 From: "Juergen Weber" To: axis-dev@ws.apache.org Subject: Corba - harmless IDL generates NPE MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, the IDL below (which compiles fine with JacORB IDL) throws an exception when deployed in Axis2. Is there a fix or work-around for this bug? Which IDL element causes the problem? Thanks, Juergen ----------- java.lang.NullPointerException at org.apache.axis2.corba.deployer.SchemaGenerator.generateSchema(SchemaGenerator.java:170) at org.apache.axis2.corba.deployer.CorbaDeployer.processOperations(CorbaDeployer.java:462) at org.apache.axis2.corba.deployer.CorbaDeployer.populateService(CorbaDeployer.java:298) at org.apache.axis2.corba.deployer.CorbaDeployer.processService(CorbaDeployer.java:126) at org.apache.axis2.corba.deployer.CorbaDeployer.deploy(CorbaDeployer.java:96) at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData. java:136) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:597) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:330) at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:227) at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:131) at org.apache.axis2.deployment.FileSystemConfigurator.loadServices(FileSystemConfigurator.ja va:147) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(Configura tionContextFactory.java:82) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSy stem(ConfigurationContextFactory.java:184) at org.apache.axis2.transport.SimpleAxis2Server.(SimpleAxis2Server.java:48) at org.apache.axis2.transport.SimpleAxis2Server.main(SimpleAxis2Server.java:99) ------- module functiontest { exception FunctionTestException { string<120> text; }; typedef string<2> magict; struct BasicTypesS { char achar; short ashort; magict m1; long along; magict m2; boolean abooleanTrue; boolean abooleanFalse; string<3> astring; }; interface FunctionTestService { BasicTypesS testBasicTypes(in magict ms, in BasicTypesS b, in char achar, in short ashort, in long along, in boolean abooleanTrue, in boolean abooleanFalse, in magict me) raises (FunctionTestException); }; }; --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org