The moose likes Other Application Frameworks and the fly likes Wicket + Spring + Annotations First Steps. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Wicket + Spring + Annotations First Steps." Watch "Wicket + Spring + Annotations First Steps." New topic
Author

Wicket + Spring + Annotations First Steps.

Roberto Guerra
Greenhorn

Joined: Mar 09, 2007
Posts: 8
I am trying to integrate some Spring services into a new Wicket application using annotations. I get this error:

annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)


I have wicket-spring and wicket-spring-annot in my classpath.
Wicket Version : 1.4

Am I missing some library?.

The wicket documentation on this is pretty sparse.
Roberto Guerra
Greenhorn

Joined: Mar 09, 2007
Posts: 8
OK, solved it. Was a maven issue, not a wicket issue.
 
 
subject: Wicket + Spring + Annotations First Steps.
 
developer file tools