Hi guys, as suggested by Maxim, I have changed teh code so that our Cursor interface now extends Closeable. It has some kind of huge impact on all our code, although it was not really a burden to take car of that. I know have changed teh API and ApacheDS. Studio has to be changed too (I'll do that this week-end).
The main impact is that the close() and close(Exception) methdos now throw IoException, so it hs to be caught where those methods are called. That's pretty much it.
