I'm trying to use ch.fastforward:magnolia-module-ocm:1.0.2. Here is the excerpt
from my module's POM:
<dependency>
<groupId>ch.fastforward</groupId>
<artifactId>magnolia-module-ocm</artifactId>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
Everytime I'm trying to create a class that extends OCMNumberedBean, I got an
exception on startup:
Magnolia failed to load module configuration. Please ensure you don't have any
legacy modules present in your web application.
com.google.inject.CreationException: Guice creation errors:
1) Error injecting constructor, java.lang.NoSuchMethodError:
org.objectweb.asm.ClassWriter.<init>(Z)V
at info.magnolia.freemarker.FreemarkerHelper.<init>(FreemarkerHelper.java:91)
Could anybody point me to the solution?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=78a6eb53-10f4-4592-a1f3-efc62f9e4fb8
----------------------------------------------------------------
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: <[email protected]>
----------------------------------------------------------------