Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Eclipse Roo project templates

  1. #11
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Can you please expand on what is wrong with the application context on Windows? If it's a Roo issue we are keen to fix it for you (the Roo issue tracker is at http://jira.springframework.org/browse/ROO BTW).
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  2. #12

    Default =)

    thank you for prompt response Ben. I will issue in the tracker. let me gather the details first. by the way, can anyone tell me where i can download jar file with this class javax.validation.constraints.NotNull ? one of the file need this

  3. #13
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    When you create a Roo project and then use JSR 303 arguments for the first time in field creation commands, the POM will automatically be updated to include the JSR 303 annotation library. As such you shouldn't need to specify it manually. Nonetheless, the library added is:

    Group ID: javax.validation
    Artifact: com.springsource.javax.validation
    Version: 1.0.0.CR1

    Note the above are the SpringSource Enterprise Bundle Repository names, which is what Roo uses by default (as we can ensure such JARs are properly versioned, have valid POMs and OSGi manifests etc).
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

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