aspose file tools
The moose likes Spring and the fly likes Getting started with Spring Framework 3.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Getting started with Spring Framework 3.1" Watch "Getting started with Spring Framework 3.1" New topic
Author

Getting started with Spring Framework 3.1

Marcos Vidolin
Greenhorn

Joined: May 10, 2011
Posts: 25
Hello guys,

I'm trying to build a Maven project with JSF 2 and Spring Framework 3.1 running on Jetty.
I have a class with a @Controller but when I try to access a method declared at this class I got a erro: caixaController resolved to null


It seems the class was not loaded.

These are my configurations files:

pom.xml


web.xml


spring-persistence.xml


controller



Can you help, please???

Tks
Haina Minawa
Ranch Hand

Joined: Oct 13, 2011
Posts: 119
Marcos Vidolin wrote:
I have a class with a @Controller but when I try to access a method declared at this class I got a erro: caixaController resolved to null


I am not sure I understand what you really meant. What is the code which you tried to access? Or did you type a URL in browser and the server returns an exception?

Please be more clear.
 
 
subject: Getting started with Spring Framework 3.1
 
Similar Threads
How to change jetty binding port number in maven.
Spring 3.0.2 and Active MQ 5.4.1 Issues
Missing CXF plugins??
Spring 3.1-M1 Cacheable annotation with Ehcache configuration
Spring Major version '3' expected