Wrox Programmer Forums
|
BOOK: Beginning Spring Framework 2 ISBN: 978-0-470-10161-2
This is the forum to discuss the Wrox book Beginning Spring Framework 2 by Thomas Van de Velde, Bruce Snyder, Christian Dupuis, Sing Li, Anne Horton, Naveen Balani; ISBN: 9780470101612
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Spring Framework 2 ISBN: 978-0-470-10161-2 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 27th, 2008, 04:56 AM
Registered User
 
Join Date: Jul 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with Xfire

I have done the following:
1. downloaded the code
2. run mvn compile (all the dependencies downloaded except xfire - the plugin is missing from the site)
3. modified the plugin to be downloaded to the following:
Code:
<plugin>
                <groupId>org.codehaus.xfire</groupId>
                <artifactId>xfire-all</artifactId>
                <configuration>
                    <package>
                        com.wrox.webservice.emailvalidation.client
                    </package>
                    <overwrtite>true</overwrtite>
                    <generateServerStubs>false</generateServerStubs>
                    <forceBare>false</forceBare>
                    <outputDirectory>
                        ${project.build.directory}/generated-sources
                    </outputDirectory>
                    <wsdls>
                        <wsdl>
                            http://ws.xwebservices.com/XWebEmail...alidation.wsdl
                        </wsdl>
                    </wsdls>
                </configuration>
            </plugin>
I now get the following error:
Code:
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The PluginDescriptor for the plugin Plugin [org.codehaus.xfire:xfire-all] was not found.
[INFO] ------------------------------------------------------------------------
Is there a fix to this problem, I have not found one on the web yet.

Joe Gaber
 
Old July 28th, 2008, 08:01 AM
jminatel's Avatar
Wrox Staff
Points: 18,059, Level: 58
Points: 18,059, Level: 58 Points: 18,059, Level: 58 Points: 18,059, Level: 58
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
Default

Joe: I moved this post to the forum for the book it appears to relate to. If this isn't the right book, please let me know.

Jim Minatel
Acquisitions Director
Wiley Technology Publishing
WROX Press
Blog: http://wroxblog.typepad.com/
Wrox online library: http://wrox.books24x7.com









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.