Hi, I'm using the pom.xml in the modules trunk but seems that the opt-tomcat7 (and 6, I think) is missing a <scope> tag. The current pom.xml brings all tomcat7 dependencies and we don't need that.
...
Type: Posts; User: agodinhost; Keyword(s):
Hi, I'm using the pom.xml in the modules trunk but seems that the opt-tomcat7 (and 6, I think) is missing a <scope> tag. The current pom.xml brings all tomcat7 dependencies and we don't need that.
...
Hmm, ok, I think that I did understood this one, but how about the other annotations? The @Service and the @Repository are not working with this setup ...
Why this annotation, @ManagedBean, can't be used in this scenario? As far as I know this is a JSF annotation ...
Seems that the same applies for the @Service, @Repository and @Controller (they also...