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).
Printable View
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).
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
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).