Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F1D58200C01 for ; Wed, 4 Jan 2017 22:37:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F118D160B21; Wed, 4 Jan 2017 21:37:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 44725160B3A for ; Wed, 4 Jan 2017 22:37:00 +0100 (CET) Received: (qmail 76782 invoked by uid 500); 4 Jan 2017 21:36:58 -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 76585 invoked by uid 99); 4 Jan 2017 21:36:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2017 21:36:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 994242C2A69 for ; Wed, 4 Jan 2017 21:36:58 +0000 (UTC) Date: Wed, 4 Jan 2017 21:36:58 +0000 (UTC) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-5827) axis2-wsdl2code-maven-plugin shouldn't use Log4j MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 04 Jan 2017 21:37:01 -0000 [ https://issues.apache.org/jira/browse/AXIS2-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-5827: ----------------------------------- Affects Version/s: 1.7.4 Priority: Minor (was: Major) Component/s: (was: codegen) Tools > axis2-wsdl2code-maven-plugin shouldn't use Log4j > ------------------------------------------------ > > Key: AXIS2-5827 > URL: https://issues.apache.org/jira/browse/AXIS2-5827 > Project: Axis2 > Issue Type: Bug > Components: Tools > Affects Versions: 1.7.4 > Reporter: Petr Dvorak > Assignee: Andreas Veithen > Priority: Minor > > I am using axis2-wsdl2code-maven-plugin to generate my SOAP service client. The plugin itself works correctly and it generates a correct SOAP client, but I get following warning in console with every build: > {code} > log4j:WARN No appenders could be found for logger (org.apache.axiom.locator.DefaultOMMetaFactoryLocator). > log4j:WARN Please initialize the log4j system properly. > {code} > I know I need to configure Log4j properties, but I haven't found any documentation / help on how to do this for {{axis2-wsdl2code-maven-plugin}}... > This is my {{pom.xml}} file: > {code:xml} > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> > 4.0.0 > powerauth-java-client-axis > 0.13.0 > powerauth-java-client-axis > PowerAuth 2.0 Service Client - Axis > > io.getlime.security > powerauth-parent > 0.13.0 > ../pom.xml > > > > org.apache.axis2 > axis2 > 1.6.3 > > > org.apache.axis2 > axis2-adb > 1.6.3 > > > org.apache.axis2 > axis2-transport-http > 1.6.3 > > > org.apache.axis2 > axis2-transport-local > 1.6.3 > > > org.apache.ws.commons.axiom > axiom-api > 1.2.20 > > > org.apache.ws.commons.axiom > axiom-impl > 1.2.20 > > > org.apache.ws.security > wss4j > 1.6.19 > > > wsdl4j > wsdl4j > > > > > > > org.apache.axis2 > axis2-wsdl2code-maven-plugin > 1.6.4 > > > > wsdl2code > > > io.getlime.powerauth.soap > ${basedir}/src/main/resources/soap/wsdl/service.wsdl > > > > > > > > > {code} -- 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