• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting started with Spring Framework 3.1

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic