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 BB3F318B7B for ; Mon, 18 Apr 2016 23:40:26 +0000 (UTC) Received: (qmail 96904 invoked by uid 500); 18 Apr 2016 23:40:25 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 96540 invoked by uid 500); 18 Apr 2016 23:40:25 -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 96424 invoked by uid 99); 18 Apr 2016 23:40:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 23:40:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7C05C2C1F5D for ; Mon, 18 Apr 2016 23:40:25 +0000 (UTC) Date: Mon, 18 Apr 2016 23:40:25 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5760) Service class must have public as access modifier 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-5760?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1524= 6775#comment-15246775 ]=20 Hudson commented on AXIS2-5760: ------------------------------- SUCCESS: Integrated in Axis2 #3443 (See [https://builds.apache.org/job/Axis= 2/3443/]) AXIS2-5760: Fix broken modifier check introduced by AXIS2-1871. (veithen: r= ev 1739826) * axis2/modules/kernel/src/org/apache/axis2/util/Utils.java * axis2/modules/kernel/test/org/apache/axis2/util/FinalClass.java * axis2/modules/kernel/test/org/apache/axis2/util/UtilsTest.java > Service class must have public as access modifier > ------------------------------------------------- > > Key: AXIS2-5760 > URL: https://issues.apache.org/jira/browse/AXIS2-5760 > Project: Axis2 > Issue Type: Bug > Components: kernel > Affects Versions: 1.7.0 > Environment: Windows 7, Java 7_u80 and Java 8_u66 > axis2 version 1.7.1 > Reporter: Pascal Kn=C3=BCppel > Priority: Blocker > > I am acutally not really sure if this is a Bug or wrong configuration but= as wished here as an issue. > Hi I currently got the problem that I am not able to access my service. > I patched it from axis 1.5.1 to axis 1.7.1. The old version still works > fine but if I deploy the upgraded version and try to access it via a > simple testclient I get the following error message, that the server > does not even log with logging level on debug: > {code:xml} > > xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/"> > > > > soapenv:Server > Service class > de.fiverx.steuerberater.ws.v1.Service must have public as access > Modifier > > > > > {code} > my Service class looks as follows: > {code:title=3DService.java|borderStyle=3Dsolid} > package de.fiverx.steuerberater.ws.v1; > public final class Service implements > SteuerberaterOnlineServiceSkeletonInterface { > public > de.fiverx.steuerberater.gfi_bremen.v1.LadeAbrechnungsDatenErgebnis > ladeAbrechnungsDaten( > de.fiverx.steuerberater.gfi_bremen.v1.LadeAbrechnungsDatenAnfrage > ladeAbrechnungsDatenAnfrage0) { > return new LadeAbrechnungsDatenErgebnis(); > } > } > {code} > and at last my services.xml > {code:xml} > > > > > > > class=3D"de.fiverx.steuerberater.ws.v1.SteuerberaterOnlineServiceMess= ageReceiverInOut"/> > > name=3D"ServiceClass">de.fiverx.steuerberater.ws.v1.Service > false > true > mep=3D"http://www.w3.org/ns/wsdl/in-out" > namespace=3D"http://ws.gfi-bremen.de/online/services/SteuerberaterOnl= ine/v1"> > http://ws.gfi-bremen.de/online/services/SteuerberaterO= nline/v1#ladeAbrechnungsDaten > http://ws.gfi-bremen.de/online/services/Steuerbe= raterOnline/v1/SteuerberaterOnlinePortType/ladeAbrechnungsDatenResponse > > > > {code} > removing the final keyword does not help either. > Any suggestions what is going wrong here? > P.s.: I am currently updating 7 projects to this axis2 version and only 1= project does not have this error. The configuration though is pretty much = the same. That's why I do not understand what the mistake might be. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org