The particular line that is failing is this one:
LookupManager mgr = (LookupManager) ctx.getBean("lookupManager");
where LookupManager is an interface, full classname:
org.appfuse.service.LookupManager
Have you redefined/defined your own bean called "lookupManager"? If so that
is more than likely the problem.
Mike.
On 7/17/07, Kane Dijkman <[EMAIL PROTECTED]> wrote:
Below is the log after running mvn war:inplace
After this ran the webapp/WEB-INF/lib folder was created and
populated. No struts.xml file was created in the classes folder though.
Per the original email I tried deleting the lib folder and then
running jetty again and I got the same error log (I can send it again
if it helps). I also tried running jetty with the lib folder left in
place and this also generated the same error.
Thanks,
Kane
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'war'.
[INFO]
------------------------------------------------------------------------
----
[INFO] Building AppFuse Spring MVC Application
[INFO] task-segment: [war:inplace]
[INFO]
------------------------------------------------------------------------
----
Downloading: http://repo1.maven.org/maven2/org/codehaus/xfire/bcprov-
jdk15/133/bcprov-jdk15-133.pom
Downloading: http://static.appfuse.org/repository/org/codehaus/xfire/
bcprov-jdk15/133/bcprov-jdk15-133.pom
Downloading: http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/
xmlsec-1.3.0.pom
Downloading: http://static.appfuse.org/repository/xml-security/xmlsec/
1.3.0/xmlsec-1.3.0.pom
Downloading: http://repo1.maven.org/maven2/wss4j/wss4j/1.5.1/
wss4j-1.5.1.pom
Downloading: http://static.appfuse.org/repository/wss4j/wss4j/1.5.1/
wss4j-1.5.1.pom
Downloading: http://repo1.maven.org/maven2/xfire/saaj-impl/1.3/saaj-
impl-1.3.pom
Downloading: http://static.appfuse.org/repository/xfire/saaj-impl/1.3/
saaj-impl-1.3.pom
[INFO] [war:inplace]
[INFO] Generating webapp in source directory... /Users/kane/Gigs/
MoneyCard/Eclipse/moneycard_web/src/main/webapp
[INFO] Exploding webapp...
[INFO] Assembling webapp moneycard_web in /Users/kane/Gigs/MoneyCard/
Eclipse/moneycard_web/src/main/webapp
[INFO] Overlaying 2 war(s).
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Mon Jul 16 18:23:04 PDT 2007
[INFO] Final Memory: 8M/14M
[INFO]
------------------------------------------------------------------------
On Jul 16, 2007, at 3:40 PM, Eric Fitzsimmons wrote:
> Not having any files in those directories is strange. Please post
> the log of when you run the "mvn:war-inplace " command.
>
> -Eric Fitzsimmons
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]