Hello, Not sure whether others are facing issues while building. I did and I made the following changes to the descriptors to keep everything working.
Hope it helps, Vinay Chandrasekharan Index: servicemix-wsn2005/pom.xml =================================================================== --- servicemix-wsn2005/pom.xml (revision 384917) +++ servicemix-wsn2005/pom.xml (working copy) @@ -58,6 +58,12 @@ <dependency> <groupId>com.sun.xml</groupId> + <artifactId>jaxws-rt</artifactId> + <version>2.0-JAXWS-2.0-EA3</version> + </dependency> + + <dependency> + <groupId>com.sun.xml</groupId> <artifactId>jaxws-tools</artifactId> <version>2.0-JAXWS-2.0-EA3</version> </dependency> Index: pom.xml =================================================================== --- pom.xml (revision 384917) +++ pom.xml (working copy) @@ -1378,9 +1378,9 @@ <version>20051114</version> </dependency> <dependency> - <groupId>org.codehaus.xfire</groupId> + <groupId>xfire</groupId> <artifactId>xfire-all</artifactId> - <version>1.0</version> + <version>1.0-M6a</version> </dependency> <dependency> <groupId>xml-apis</groupId> Index: servicemix-components/pom.xml =================================================================== --- servicemix-components/pom.xml (revision 384917) +++ servicemix-components/pom.xml (working copy) @@ -55,8 +55,9 @@ <artifactId>commons-pool</artifactId> </dependency> <dependency> - <groupId>org.codehaus.xfire</groupId> + <groupId>xfire</groupId> <artifactId>xfire-all</artifactId> + <version>1.0-M6a</version> </dependency> <dependency> <groupId>org.apache.servicemix.dependencies</groupId> Index: servicemix-jsr181/pom.xml =================================================================== --- servicemix-jsr181/pom.xml (revision 384917) +++ servicemix-jsr181/pom.xml (working copy) @@ -46,7 +46,7 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.codehaus.xfire</groupId> + <groupId>xfire</groupId> <artifactId>xfire-all</artifactId> </dependency> <dependency>