• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
Curse your sudden but inevitable betrayal! And this tiny ad too!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic