• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Don't know why there is a problem in my program

 
Greenhorn
Posts: 2
Eclipse IDE Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am tring to write the CRUDEWebAppMavenized application.. I am trying to learn Spring MVC with Hibernate and Maven.. I have gone through many videos to learn the basic modules of Spring like the Core module and AOP alongwith IoC/DI.. I have also read about the basic of Spring MVC.. Anyways, i got this code from youtube and i tried to follow whatever he does step by step.. As soon as i debug my server, I get the following message :


After researching a little, i though that it's happening because i don't have dom4j dependency added and so i went ahead and added the following in my pom.xml :



so now my pom.xml is :



hibernate.cfg.xml is :



log4j.xml



jdbc.properties :


spring-servlet.xml :



web.xml :



controller class :



I am using windows 8, eclipse kepler, maven and MySQL db.. Any help would be really appreciated and if you need any other source code, please just ask.. thanks in advance.. I have also attached a picture of my directory structure..
structure.jpg
[Thumbnail for structure.jpg]
 
Ranch Hand
Posts: 119
Spring MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What happen after you add the dom4j dependency in your pom.xml, did you still got the same error message?
 
Shahezad Virani
Greenhorn
Posts: 2
Eclipse IDE Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes still the same..
 
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic