Hi,
after .jar packaging my maven-based project, I get the "Unable to locate NamespaceHandler" exception when I execute the application.
This is most likely caused by the assembly plugin, which...
Type: Posts; User: hazy; Keyword(s):
Hi,
after .jar packaging my maven-based project, I get the "Unable to locate NamespaceHandler" exception when I execute the application.
This is most likely caused by the assembly plugin, which...
I want to test a controller using the MockMvc class (which i installed from the spring-test-mvc project, as it is not yet included into the latest spring version)
I basicaly follow the examples in...
I solved it by updated my jdk to the latest version jdk1.6.0_24 and rebuilding the project. My previous version was jdk1.6.0_23
Apparently this behaviour requires the latest jdk....
Hi,
I have an application that generates put requests (RestTemplate). When I execute the application from STS everything works fine. If however I execute the application from command-line it fails,...
I try to deploy a simple roo generated gwt project to tomcat.
After having called "gwt setup" and "package perform", i start the application with "mvn tomcat:run" (from a command console).
When I...
I have the same "problem":
I started with a fresh installation of the latest STS.
Then I added the nucleus and google plugin.
Now I created a new roo project and entered the roo console.
...