You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/01/21 21:35:35 UTC

[jira] [Created] (WICKET-5817) Wicket-JMX should depend on asm-util

Martin Grigorov created WICKET-5817:
---------------------------------------

             Summary: Wicket-JMX should depend on asm-util
                 Key: WICKET-5817
                 URL: https://issues.apache.org/jira/browse/WICKET-5817
             Project: Wicket
          Issue Type: Bug
          Components: wicket-jmx
    Affects Versions: 7.0.0-M4
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


Trying to start an application that depends on wicket-jmx fails with:

 java.lang.NoClassDefFoundError: org/objectweb/asm/Type
        at net.sf.cglib.core.TypeUtils.parseType(TypeUtils.java:184)
        at net.sf.cglib.core.KeyFactory.<clinit>(KeyFactory.java:66)
        at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
        at org.apache.wicket.jmx.Initializer.createProxy(Initializer.java:256)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)