hello:
I want to use tiles to implement a web application. The basic tiles definition has a navigation menu and a main body. All examples I see use a static .jsp as the navigation menu, but I...
Type: Posts; User: tom yang; Keyword(s):
hello:
I want to use tiles to implement a web application. The basic tiles definition has a navigation menu and a main body. All examples I see use a static .jsp as the navigation menu, but I...
hi,I try the example clinic.roo,I have to modify the clinic pom.xml for java 5.0 , add code:
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>...
I tried it with the latest release of Tomcat 5.5.28,it still can not run, error is the same, the generated code by Roo may be are incompatible with something, but I do not know where it is.
this is tomcat log:
2010-2-2 21:14:46 org.apache.catalina.core.StandardHostValve custom
FATAL: Exception Processing ErrorPage[errorCode=404, location=/app/resourceNotFound]...
Thank Stefan,I use maven 2.2.1, login in by 'admin' user ,error happen at http://localhost:8080/pizzashop/topping?page=1&size=10.
the Spring Roo 1.0 ,The Tutorial Roo Pizza Shop application,fine run on tomcat 6.0.20,but run on tomcat 5.5.15 ,it happen error:
HTTP Status 500 -
...
Hi,
We are in an environment where we are locked in with using microsoft sql server 2000 (ms sql server jdbc sp3).We are using the Spring 1.2.6 jdbcTemplate for our queries. This code ,we will to...