the error is the same as the title *Spring dependency-check' is not allowed to appear in element 'bean'*
Le mercredi 10 août 2022 à 15:47:20 UTC+2, iweb Appe a écrit : > <https://stackoverflow.com/posts/73307439/timeline> > > I am using a gwt app and when I upgraded spring from 2.X to 5X I get this > error when I deploy on jetty > <bean id="demo.sessionFactory" > class = "org.springframework.oring.hibernate5.LocalSessionFactoryBean" > abstract="false" lazy-init="defaullt" autowire="default" > dependency-check="default"> > <property name="hibernateProperties"> > <ref bean="demo.hibernateProperties"/> > </property> > </bean> > > I made sure to change the xsd file version to 2.5 but I still get the > error. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/72fe129a-c983-48e8-8482-55959f5f6680n%40googlegroups.com.
