Results 1 to 3 of 3

Thread: Spring STS 2.7.1 - Spring MVC and Spring Roo

  1. #1
    Join Date
    Jul 2011
    Posts
    1

    Default Spring STS 2.7.1 - Spring MVC and Spring Roo

    Hi All

    i have a problem integrating Spring MVC and Spring Roo.
    i have created a project on Spring MVC, after creating a serie of Controller i have activated the Spring Roo Nature from Spring Tools.
    the Roo Shell work well the problem is with the first step configuring the Database

    Code:
    persistence setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE
    the Shell return

    Code:
    additionalBuildcommands element of the maven-eclipse-plugin required
    i have see the Maven plugin configuration but i don't understand wath i need to add?

    could you help me please, i'm novice :-(

  2. #2
    Join Date
    Jul 2011
    Posts
    2

    Default

    I also encounter this problem..........

  3. #3
    Join Date
    Jul 2011
    Posts
    2

    Default

    Do not know if solve this problem, but I make it works.
    Just new a Roo project, and copy the content in pom.xml from property to the end, paste to your origin project's pom.
    This problem cause by Template project, some values are not real, so we should modify pom.xml to specify some values.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •