Здравствуйте!
Ваше письмо принято за спам и удалено.
Если вы считаете это ошибкой, то позвоните пожалуйста по телефону
+7(812)578-09-03 в службу поддержки.
===Вашего письмо===
Return-Path: <[EMAIL PROTECTED]>
Received: from <[EMAIL PROTECTED]>
by inc.ru (CommuniGate Pro RULES 4.1.8)
with RULES id 2333750; Wed, 28 May 2008 15:47:59 +0400
X-Autogenerated: Mirror
X-Mirrored-by: <[EMAIL PROTECTED]>
Received: from mail.netltd.ru (account [EMAIL PROTECTED])
by inc.ru (CommuniGate Pro RPOP 4.1.8)
with RPOP id 2333749 for [EMAIL PROTECTED]; Wed, 28 May 2008 15:47:58 +0400
X-Antivirus-passed: yes
X-Real-To: [EMAIL PROTECTED]
Received: from <[EMAIL PROTECTED]>
by inc.ru (CommuniGate Pro RULES 4.1.8)
with RULES id 22468819; Wed, 28 May 2008 15:47:23 +0400
X-Autogenerated: Mirror
X-Mirrored-by: <[EMAIL PROTECTED]>
X-Antispam-passed: yes
X-Antispam: yes
X-Real-To: <[EMAIL PROTECTED]>
X-Antivirus: yes
Received: from mail.apache.org ([140.211.11.2] verified)
by inc.ru (CommuniGate Pro SMTP 4.1.8)
with SMTP id 22468816 for [EMAIL PROTECTED]; Wed, 28 May 2008 15:47:23 +0400
Received: (qmail 38775 invoked by uid 500); 28 May 2008 11:47:19 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[email protected]>
List-Id: "Maven Users List" <users.maven.apache.org>
Reply-To: "Maven Users List" <[email protected]>
Delivered-To: mailing list [email protected]
Received: (qmail 38764 invoked by uid 99); 28 May 2008 11:47:19 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 04:47:19 -0700
X-ASF-Spam-Status: No, hits=-4.0 required=10.0
tests=RCVD_IN_DNSWL_MED,SPF_PASS
X-Spam-Check-By: apache.org
Received-SPF: pass (athena.apache.org: domain of [EMAIL PROTECTED] designates
192.223.178.26 as permitted sender)
Received: from [192.223.178.26] (HELO maillnx-us311.fmr.com) (192.223.178.26)
by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 11:46:29 +0000
x-sendergroup: RELAYLIST
X-filenames: None
Received: from msgmrosm01win.dmn1.fmr.com ([172.26.7.127])
by maillnx-us311.fmr.com with SMTP; 28 May 2008 07:46:35 -0400
Received: from MSGMROIV02WIN.DMN1.FMR.COM (10.37.74.75)
by MSGMROSM01WIN.dmn1.fmr.com (Sigaba Gateway v4.1)
with ESMTP id 199342015; Wed, 28 May 2008 07:46:34 -0400
Received: from MSGMROIM01WIN.DMN1.FMR.COM ([172.26.2.194]) by
MSGMROIV02WIN.DMN1.FMR.COM with SMTP_server; Wed, 28 May 2008 07:46:34 -0400
Received: from msgmmkclf2win.fmr.com ([10.33.182.33]) by
MSGMROIM01WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713);
Wed, 28 May 2008 07:46:34 -0400
X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: RE: Axis2 and Maven2
Date: Wed, 28 May 2008 07:46:33 -0400
Message-ID: <[EMAIL PROTECTED]>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: Axis2 and Maven2
Thread-Index: AcjAp1ljHQzRwhq2SGmezHBd3f+JogAEPnDA
References: <[EMAIL PROTECTED]>
From: "Hayes, Peter" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>,
<[EMAIL PROTECTED]>
X-OriginalArrivalTime: 28 May 2008 11:46:34.0421 (UTC)
FILETIME=[7AA50650:01C8C0B8]
X-Virus-Checked: Checked by ClamAV on apache.org
I use the following dependencies with axis 2:
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
<version>1.4</version>
</dependency>
Pete
-----Original Message-----
From: Karl Heinz Marbaise [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2008 5:43 AM
To: Maven Users List
Subject: Axis2 and Maven2
Hello,
i have a pom which defines a phase to create an WSDL from Java code...
The following part in my POM i have added to have the PlugIn:
<plugin>
<groupId>org.apache.axis2.maven2</groupId>
<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
<version>1.1</version>
<configuration>
<className>com.soebes.testaxis2.service.WeatherService</className>
<outputFileName>HelloImpl.ws</outputFileName>
<targetNamespace>http://testaxis2.weatherservice</targetNamespace>
<schemaTargetNamespace>http://testaxis2.weatherservice</schemaTargetNamespace>
</configuration>
<executions>
<execution>
<goals>
<goal>java2wsdl</goal>
</goals>
</execution>
</executions>
</plugin>
.....
The dependency part:
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
<version>1.4</version>
</dependency>
....
But all times a run the mvn compile i got the following output:
Downloading: http://repo1.maven.org/maven//jaxen/poms/jaxen-1.1-beta-10.pom
Downloading:
http://ws.zones.apache.org/repository//jaxen/poms/jaxen-1.1-beta-10.pom
Downloading:
http://repo1.maven.org/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
Downloading:
http://repository.atlassian.com/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
Downloading:
http://svn.atlassian.com/svn/public/contrib/repository/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
Downloading:
https://maven-repository.dev.java.net/nonav/repository//jaxen/poms/jaxen-1.1-beta-10.pom
Downloading:
http://repo1.maven.org/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
[INFO] [axis2-java2wsdl:java2wsdl {execution: default}]
java.lang.Exception: java.lang.ClassNotFoundException:
com.soebes.testaxis2.service.WeatherService
at
org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.generate(Java2WSDLCodegenEngine.java:58)
at
org.apache.axis2.maven2.java2wsdl.Java2WSDLMojo.execute(Java2WSDLMojo.java:146)
So my question is: Does someone has a running POM with Axis2 (1.4)
...running ?
Or does someone here has a suggestions?
Thanks in advance.....
Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Wьrselen http://www.soebes.de
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]