Hi All
I'm very new to Spring MVC and trying to plumb it with Hibernate. I'm having bit of hard times at the moment, can someone please help me with this error. It appears in servlet-context.xml on <annotation-driven />;
Many thanksCode:cvc-complex-type.2.4.a: Invalid content was found starting with element 'annotation-driven'. One of '{"http://www.springframework.org/ schema/beans":description, "http://www.springframework.org/schema/beans":import, "http://www.springframework.org/schema/beans":alias, "http://www.springframework.org/schema/beans":bean, WC[##other:"http://www.springframework.org/schema/beans"]}' is expected.


Reply With Quote