Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.5.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
As a result of a POJO method call groovy.lang.MetaClassImpl.initialize() indirectly calls java.lang.Class.getDeclaredMethods().
This leads to a NoClassDefFoundError if one of the class' method signatures references a type that is not in the classpath - event though the method names are different.
The same code works in Java with the same classpath.
can you give an example for the POJO and explain which classes are in the classpath and which classes are not?