java-rest-binding icon indicating copy to clipboard operation
java-rest-binding copied to clipboard

2.0.1 conflict with neo4j-kernel's package version of org.neo4j.helpers.collection.WrappingResourceIterator

Open chilang opened this issue 11 years ago • 0 comments

I'm getting

java.lang.IllegalAccessError: org/neo4j/helpers/collection/WrappingResourceIterator

in a project with neo4j 2.0.1. It looks like there is a version of org.neo4j.helpers.collection.WrappingResourceIterator in neo4j-kernel.jar which is package protected https://github.com/neo4j/neo4j/blob/master/community/kernel/src/main/java/org/neo4j/helpers/collection/WrappingResourceIterator.java

The kernel version gets picked up first and cause the error. Not sure which version is the original and what's the reason for the duplication?

chilang avatar Apr 16 '14 20:04 chilang