From: John W. L. <Joh...@sa...> - 2011-07-05 18:27:54
|
That is strange. The method initialize() is a public method, so I don't know why the IllegalAccessError is occurring. Can you tell us more about your setup? Are you seeing this exception in a web server log or at your unit test console? John From: drudman [mailto:dr...@ci...] Sent: Tuesday, July 05, 2011 1:58 PM To: cob...@li... Subject: [Cobertura-devel] IllegalAccessError Hi, We started getting the following except during our unit tests. Any idea what this means? Thanks in advance for any help. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dojoTreeTopsJ' defined in class path resource [META-INF/spring/dojo-transform.xml]: Instantiation of bean failed; nested exception is java.lang.IllegalAccessError: tried to access method net.sourceforge.cobertura.coveragedata.ProjectData.initialize()V from class net.sourceforge.cobertura.coveragedata.TouchCollector |