3 Replies Latest reply on Jan 27, 2009 6:14 AM by asoldano

    Dependency on jbossws-native

    asoldano

      Hi,
      I see the following in the AS5 ejb3 module's pom.xml:

       <dependency>
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-jaxws</artifactId>
       </dependency>
      

      What's the reason for this dependency? Ideally you should not depend on a specific ws stack, but on jbossws-common / jbossws-spi

      Thanks