From java-dev-return-97057-archive-asf-public=cust-asf.ponee.io@axis.apache.org Sat Nov 24 15:59:11 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C5EB318062B for ; Sat, 24 Nov 2018 15:59:10 +0100 (CET) Received: (qmail 38639 invoked by uid 500); 24 Nov 2018 14:59:09 -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 38625 invoked by uid 99); 24 Nov 2018 14:59:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2018 14:59:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3513DC019A for ; Sat, 24 Nov 2018 14:59:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id jiByxk5kIluz for ; Sat, 24 Nov 2018 14:59:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3BA3161026 for ; Sat, 24 Nov 2018 14:34:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 788DCE04AD for ; Sat, 24 Nov 2018 14:34:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0FA5121094 for ; Sat, 24 Nov 2018 14:34:00 +0000 (UTC) Date: Sat, 24 Nov 2018 14:34:00 +0000 (UTC) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5941) version issue - Jdk 8 SOAP WS calls MEP RawXMLINOnlyMessageReceiver instead of AbstractInOutMessageReceiver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5941?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1669= 7837#comment-16697837 ]=20 Andreas Veithen commented on AXIS2-5941: ---------------------------------------- Can you share a minimal test case to reproduce the problem? > version issue - Jdk 8 SOAP WS calls MEP RawXMLINOnlyMessageReceiver inste= ad of AbstractInOutMessageReceiver > -------------------------------------------------------------------------= ---------------------------------- > > Key: AXIS2-5941 > URL: https://issues.apache.org/jira/browse/AXIS2-5941 > Project: Axis2 > Issue Type: Bug > Reporter: Aparna > Priority: Major > > I have created a Java web server proxy using client's wsdl file (using ax= is2).=C2=A0 The service works fine when I use JDK 6/7.=C2=A0 When I switch = over to JDK 8 then internally it uses reflection and tries to find out API = method with void return type and OMElement as parameter which doesn't exist= in the ServiceSkeleton.=C2=A0 > =C2=A0 > I have posted the same question on StackOverFlow.=C2=A0 This is the link = for more details -=C2=A0[https://stackoverflow.com/questions/53372508/versi= on-issue-jdk-8-tomcat-8-web-service-calls-mep-rawxmlinonlymessagereceiv|htt= ps://www.google.com/url?q=3Dhttps://stackoverflow.com/questions/53372508/ve= rsion-issue-jdk-8-tomcat-8-web-service-calls-mep-rawxmlinonlymessagereceiv&= sa=3DD&source=3Dhangouts&ust=3D1542800419655000&usg=3DAFQjCNGyxOEKZUDa8A8uH= xkMdDRb1-baCg] > =C2=A0 > For JDK8 - when I post the request xml from SoapUi, the call goes to=C2= =A0org.apache.axis2.receivers.*RawXMLINOnlyMessageReceiver*=C2=A0where it f= inds the method(void) name using reflection which doesn't exist in the serv= iceSkeleton. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org