-
Jul 13th, 2010, 05:31 PM
#1
Basic GTW app not working against today's git source [rev f0b1005] l
* ROO LOG
// Spring Roo 1.1.0.M3 [rev f0b1005] log opened at 2010-07-14 00:14:02
project --topLevelPackage be.export.shopping
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity --class ~.model.Product --testAutomatically
field string --fieldName name
field date --fieldName entryDate --type java.util.Date
gwt setup
perform tests
perform package
quit
// Spring Roo 1.1.0.M3 [rev f0b1005] log closed at 2010-07-14 00:24:01
* COMMAND LINE
mvn tomcat:run (Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200))
* WEB BROWSER
surfing to http://localhost:8080/shopping yields :
SEVERE: Exception Processing ErrorPage[exceptionType=java.lang.Exception, location=/app/uncaughtException]
javax.servlet.ServletException: Circular view path [uncaughtException]: would dispatch back to the current handler URL [/shopping/app/uncaughtException] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
at org.springframework.web.servlet.view.InternalResou rceView.prepareForRendering(InternalResourceView.j ava:292)
at org.springframework.web.servlet.view.InternalResou rceView.renderMergedOutputModel(InternalResourceVi ew.java:214)
at org.springframework.web.servlet.view.AbstractView. render(AbstractView.java:250)
at org.springframework.web.servlet.DispatcherServlet. render(DispatcherServlet.java:1063)
at org.springframework.web.servlet.DispatcherServlet. doDispatch(DispatcherServlet.java:801)
at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:719)
-
Jul 14th, 2010, 07:10 AM
#2
anybody to reproduce this ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules