Hi Razvan, apparently Spring core is not on your classpath. Dropping the Blossom jar into WEB-INF/lib isn't enough. I'd suggest you look into the latest Magnolia documentation here https://documentation.magnolia-cms.com/display/DOCS/Installing+a+module and use Gradle or Maven to manage your project dependencies. In this case, you need to add the required Spring dependencies to your build.gradle (or pom.xml) file. I'm no Spring/Blossom expert but looking at its pom.xml (https://git.magnolia-cms.com/projects/BLOSSOM/repos/blossom/browse/pom.xml?at=refs%2Ftags%2Fmagnolia-module-blossom-3.1.3) you need at least spring-aop and spring-webmvc (I assume at least one of the two pulls in spring-core dependency as well).
HTH, Federico -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=059b3faf-f241-4a53-b14a-162b84f77efe ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------