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 December 25th, 2007, 02:07 PM
Registered User
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Compllation problem

Getting Compile error while issuing mvn compiler:compile
following error getting

Looks package following not uploaded by wrox
com.wrox.webservice.emailvalidation.client.XWebEma ilValidationInterface; com.xwebservices.ws.xwebemailvalidation.emailvalid ation.v2.messages.ValidateEmailRequest;
com.xwebservices.ws.xwebemailvalidation.emailvalid ation.v2.messages.ValidateEmailResponse;


************************************************** *******
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.



F:\>cd F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web>mvn compil
er:compile
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'compiler'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - wrox:pixweb:war:0.0.1
[INFO] task-segment: [compiler:compile]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/xfire/...j-impl-1.3.pom

Downloading: http://repo1.maven.org/maven2/org/ap...iveio-core/3.0
.0-incubator/activeio-core-3.0.0-incubator.pom
[INFO] [compiler:compile]
[INFO] Compiling 44 source files to F:\vennasa\springfmwk2-wrox\9780470101612.
codedownload\wrox-pix-web\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[10,50] package com.
wrox.webservice.emailvalidation.client does not exist

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[11,75] package com.
xwebservices.ws.xwebemailvalidation.emailvalidatio n.v2.messages does not exist

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[12,75] package com.
xwebservices.ws.xwebemailvalidation.emailvalidatio n.v2.messages does not exist

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[21,16] cannot find
symbol
symbol : class XWebEmailValidationInterface
location: class com.wrox.beginspring.pix.action.RegistrationAction

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[101,15] cannot find
symbol
symbol : class XWebEmailValidationInterface
location: class com.wrox.beginspring.pix.action.RegistrationAction

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[106,24] cannot find
symbol
symbol : class XWebEmailValidationInterface
location: class com.wrox.beginspring.pix.action.RegistrationAction

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[85,16] cannot find
symbol
symbol : class ValidateEmailRequest
location: class com.wrox.beginspring.pix.action.RegistrationAction

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[85,51] cannot find
symbol
symbol : class ValidateEmailRequest
location: class com.wrox.beginspring.pix.action.RegistrationAction

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web\src\main\j
ava\com\wrox\beginspring\pix\action\RegistrationAc tion.java:[87,16] cannot find
symbol
symbol : class ValidateEmailResponse
location: class com.wrox.beginspring.pix.action.RegistrationAction


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24 seconds
[INFO] Finished at: Tue Dec 25 13:00:49 EST 2007
[INFO] Final Memory: 6M/21M
[INFO] ------------------------------------------------------------------------

F:\vennasa\springfmwk2-wrox\9780470101612. codedownload\wrox-pix-web>

************************************************** ******************
 
Old June 1st, 2008, 02:56 PM
Registered User
 
Join Date: Jun 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The same problem for me !
The package com.wrox.webservice.emailvalidation.client.XWebEma ilValidationInterface is missing in the source code of this book "Beginning Spring Framework 2".
How can i get this package in order to deploy the web sample wrox-pix-web ?
Thanks !

 
Old June 1st, 2008, 04:32 PM
Registered User
 
Join Date: Jun 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

it is a dependency problem.
it work now using the advice of http://p2p.wrox.com/topic.asp?TOPIC_ID=67845











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