Hello, I am trying to use the EntityBuffer -class but seem to be doing something wrong here.
I did: XMReader task = new ... EntityBuffer buffer = new EntityBuffer(BUFFERCAPACITY); task.setSink(buffer); buffer.setSink(sink); buffer.run(); task.run(); It seems that this hangs indefinately waiting for entities to come in from the buffer. Do I need to call some special method or use a special manager-class to make the buffer start it's Executor or Thread? Marcus _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
