• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

running before I can crawl ( or how to add Spring to an existing Hibernate standalone app)

 
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So I'm trying to transmorgify a working standalone Java/Hibernate/MySQL app to use Spring.
I've got this far by cutting and pasting snippets from all over cyberspace and RTFMing a bit:

ApplicationContext.xml

and
StateDAOHibernate

and StateDAO

and State

and finally my app
TheNewApp.java


but the app barfs on the line indicated with the following stacktrace


so something's messed-up or incomplete with my configuration but I can't spot it (hmmm, time to RTM more).
In the meantime can someone tell me what I need to get this working?

As always, all tips/hints/constructive criticism/and especially examples are all welcome.

TIA,

Still-learning Stuart
 
Stuart Rogers
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A hint received from someone in another forum led to the solution: here's the updated ApplicationContext.xml



Thanks for looking,

Still-learning Stuart>
 
a fool thinks himself to be wise, but a wise man knows himself to be a fool - shakespeare. foolish tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic