dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #03725
Re: Error running DHIS 2 on Jetty on Ubuntu
> There lots of similar reports out in google-land. This one
> (org.springframework.core.
> BridgeMethodResolver.findBridgedMethod(BridgeMethodResolver.java:63))
> seemed interesting. Any chance you are mixing spring versions?
>
> Bob.
>
>
You hit the nail on the head Bob! mvn dependency:tree reveals that
struts-spring-plugin introduces transitive dependencies to spring-context,
spring-beans and spring-web version 2.5.3. I have enforced version 2.5.6 by
including those in the dependency management in the root POM. I am sure we
can remove some of them but will wait with that until after the release.
Thanks a lot...
Follow ups
References