Guest User

Untitled

a guest
Jul 20th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 125 in XML document from ServletContext resource [/WEB-INF/springDispatcher-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 125; columnNumber: 93; cvc-complex-type.2.4.a: Invalid content was found starting with element 'bean'. One of '{"http://www.springframework.org/schema/beans":meta, "http://www.springframework.org/schema/beans":constructor-arg, "http://www.springframework.org/schema/beans":property, "http://www.springframework.org/schema/beans":qualifier, "http://www.springframework.org/schema/beans":lookup-method, "http://www.springframework.org/schema/beans":replaced-method, WC[##other:"http://www.springframework.org/schema/beans"]}' is expected.
  2.  
  3.  
  4. line /125 starts with:
  5. <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager">
  6. <property name="entityManagerFactory" ref="entityManagerFactory" />
  7. <property name="jpaDialect" ref="jpaDialect" />
  8. <property name="dataSource" ref="dataSource" />
  9. <property name="loadTimeWeaver">
  10. <bean class="org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver" />
  11. </property>
  12. </bean>
Advertisement
Add Comment
Please, Sign In to add comment