Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17B167359 for ; Thu, 25 Aug 2011 15:03:56 +0000 (UTC) Received: (qmail 71257 invoked by uid 500); 25 Aug 2011 15:03:54 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 70934 invoked by uid 500); 25 Aug 2011 15:03:53 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 70903 invoked by uid 99); 25 Aug 2011 15:03:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 15:03:53 +0000 X-ASF-Spam-Status: No, hits=-2000.9 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2011 15:03:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DE876CF8DA for ; Thu, 25 Aug 2011 15:03:29 +0000 (UTC) Date: Thu, 25 Aug 2011 15:03:29 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: <610459199.13827.1314284609908.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <602892565.8188.1314159089202.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXIS2-5128) Error when running the client in pojoguidespring sample. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091055#comment-13091055 ] Hudson commented on AXIS2-5128: ------------------------------- Integrated in Axis2 #943 (See [https://builds.apache.org/job/Axis2/943/]) Applied patch for AXIS2-5128. sagara : Files : * /axis/axis2/java/core/trunk/modules/samples/pojoguidespring/src/client/WeatherSpringRPCClient.java > Error when running the client in pojoguidespring sample. > -------------------------------------------------------- > > Key: AXIS2-5128 > URL: https://issues.apache.org/jira/browse/AXIS2-5128 > Project: Axis2 > Issue Type: Bug > Components: samples > Affects Versions: 1.7.0 > Environment: axis2-1.7.0-SNAPSHOT > Reporter: Pavithra Madurangi > Fix For: 1.7.0 > > Attachments: pojoguidespring.patch > > > -Go to AXIS2_HOME/samples/pojoguidespring directory, build the service and as per the instructions, run the client by entering the command "ant rpc.client" > When the client is run, it gives following error > [java] Exception in thread "main" org.apache.axis2.AxisFault: namespace mismatch require http://service.spring.sample found http://service.spring.sample/xsd > [java] at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) > [java] at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) > [java] at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) > [java] at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) > [java] at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) > [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:555) > [java] at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:531) > [java] at org.apache.axis2.rpc.client.RPCServiceClient.invokeBlocking(RPCServiceClient.java:102) > [java] at client.WeatherSpringRPCClient.main(WeatherSpringRPCClient.java:51) > [java] Java Result: 1 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org