Hi Markus,

I use the following dependencies for my xfire client

    <!-- xfire dependencies -->
    <dependency>
      <groupId>org.codehaus.xfire</groupId>
      <artifactId>xfire-aegis</artifactId>
      <version>1.2.6</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.xfire</groupId>
      <artifactId>xfire-core</artifactId>
      <version>1.2.6</version>
      <exclusions>
        <exclusion>
          <groupId>javax.mail</groupId>
          <artifactId>mail</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apache.ws.commons</groupId>
          <artifactId>XmlSchema</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

Cheers,

Siegfried Goeschl


MPF wrote:
Hi!
Now i added following dependencies:

but some packages missed:
javax.xml.bin.annotation does not exist
org.codehaus.xfire.jaxb2 does not exist

my webservice use XFire 1.2.6

If you wrong understood: the webservice work (i can combile it and make a
war file), the problem ist the webapplication wich use this webservice :(

best regards.



Siegfried Goeschl wrote:
Hi Markus,

I'm not using the xfire-plugin but

+) which XFire version are you using - starting with 1.2.3 it ships with a full pom declaring all dependencies

+) when using older version you might check out http://xfire.codehaus.org/Dependency+Guide

Cheers,

Siegfried Goeschl



MPF wrote:
Hi!
I have a webapplication (myFaces) which also use a webservice of mine -
so i
installed the Xfire plugin and created the code which the wsdl of the
webservice. on localhost all work, but now i wanted to create a war file
and
got a build error.

did i need xfire dependencies at my pom file? whom?

following build errors i got:
C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplImpl.java:[4,17] package javax.jws does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
e.java:[4,17] package javax.jws does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
e.java:[5,17] package javax.jws does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
e.java:[6,17] package javax.jws does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
e.java:[7,17] package javax.jws does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
e.java:[8,22] package javax.jws.soap does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\AnyType2AnyTy
peMap.java:[6,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\AnyType2AnyTy
peMap.java:[7,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\AnyType2AnyTy
peMap.java:[8,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\AnyType2AnyTy
peMap.java:[9,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ressComplex.java:[4,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ressComplex.java:[5,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ressComplex.java:[6,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ressComplex.java:[7,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ressComplex.java:[8,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\FormatService
ResponseModelResponse.java:[4,33] package javax.xml.bind.annotation does
not
exi
st

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\FormatService
ResponseModelResponse.java:[5,33] package javax.xml.bind.annotation does
not
exi
st

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\FormatService
ResponseModelResponse.java:[6,33] package javax.xml.bind.annotation does
not
exi
st

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\FormatService
ResponseModelResponse.java:[7,33] package javax.xml.bind.annotation does
not
exi
st

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\FormatService
ResponseModelResponse.java:[8,33] package javax.xml.bind.annotation does
not
exi
st

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ress.java:[4,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ress.java:[5,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ress.java:[6,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ress.java:[7,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GetGeocodeAdd
ress.java:[8,33] package javax.xml.bind.annotation does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[8,26] package org.codehaus.xfire does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[9,32] package org.codehaus.xfire.aegis does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[10,38] package org.codehaus.xfire.annotations does not
exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[11,45] package org.codehaus.xfire.annotations.jsr181
does
not
exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[12,33] package org.codehaus.xfire.client does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[13,32] package org.codehaus.xfire.jaxb2 does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[14,34] package org.codehaus.xfire.service does not
exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[15,34] package org.codehaus.xfire.service does not
exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[16,31] package org.codehaus.xfire.soap does not exist

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\geo\GeocodeServic
eImplClient.java:[17,36] package org.codehaus.xfire.transport does not
exist

then following messages:
C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\model\AddressMode
l.java:[41,1] cannot find symbol
symbol: class XmlAccessorType
@XmlAccessorType(XmlAccessType.FIELD)

C:\work\projects\BUERGE~2\src\main\java\at\pcd\wam\technologie\model\AddressMode
l.java:[42,1] cannot find symbol
symbol: class XmlType
@XmlType(name = "AddressModel", propOrder = {

So some/all xfire dependencies missed?

best regards.
---------------------------------------------------------------------
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]

Reply via email to