i am trying to start a struts – hibernate – spring project.
at this time it’s more playing around with it 😉
to get struts and spring working together is no problem at this time
(same with hibernate and spring ;-))
but when i’m trying to combine all three frameworks, i get into trouble.
e.g.:
i start a new project adding struts and spring capabilities.
that work’s fine, but when i start to integrate hibernate, my tomcat always tells me:
message Servlet action is not available
description The requested resource (Servlet action is not available) is not available.
even if i didn’t change something concerning the struts/spring part (which worked fine before i add hibernate capabilities).
could this be the result of overridden JARs? (when i add spring or hibernate capabilities to struts
i am asked if i want to keep or override some JARs?)
sorry if my question sounds stupid but i allready started working with java struts/hibernate/spring.
perhaps anybody has an idea? or perhaps some useful links etc. concering this topic (struts/hibernate/spring
Greets,
snuser2