[ 
https://issues.apache.org/jira/browse/AXIS2-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506153#comment-16506153
 ] 

Petr Dvorak commented on AXIS2-5827:
------------------------------------

Is there any roadmap for 1.8.0 release? We are postponing our issue that 
depends on this one for several releases...

> 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
>             Fix For: 1.8.0
>
>
> 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}
> <project xmlns="http://maven.apache.org/POM/4.0.0"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>     <modelVersion>4.0.0</modelVersion>
>     <artifactId>powerauth-java-client-axis</artifactId>
>     <version>0.13.0</version>
>     <name>powerauth-java-client-axis</name>
>     <description>PowerAuth 2.0 Service Client - Axis</description>
>     <parent>
>         <groupId>io.getlime.security</groupId>
>         <artifactId>powerauth-parent</artifactId>
>         <version>0.13.0</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <dependencies>
>         <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2</artifactId>
>             <version>1.6.3</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-adb</artifactId>
>             <version>1.6.3</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-transport-http</artifactId>
>             <version>1.6.3</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-transport-local</artifactId>
>             <version>1.6.3</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.ws.commons.axiom</groupId>
>             <artifactId>axiom-api</artifactId>
>             <version>1.2.20</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.ws.commons.axiom</groupId>
>             <artifactId>axiom-impl</artifactId>
>             <version>1.2.20</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.ws.security</groupId>
>             <artifactId>wss4j</artifactId>
>             <version>1.6.19</version>
>         </dependency>
>         <dependency>
>             <groupId>wsdl4j</groupId>
>             <artifactId>wsdl4j</artifactId>
>         </dependency>
>     </dependencies>
>     <build>
>         <plugins>
>             <!-- tag::wsdl[] -->
>             <plugin>
>                 <groupId>org.apache.axis2</groupId>
>                 <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
>                 <version>1.6.4</version>
>                 <executions>
>                     <execution>
>                         <goals>
>                             <goal>wsdl2code</goal>
>                         </goals>
>                         <configuration>
>                             
> <packageName>io.getlime.powerauth.soap</packageName>
>                             
> <wsdlFile>${basedir}/src/main/resources/soap/wsdl/service.wsdl</wsdlFile>
>                         </configuration>
>                     </execution>
>                 </executions>
>             </plugin>
>             <!-- end::wsdl[] -->
>         </plugins>
>     </build>
> </project>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to