I downloaded the MINA 1.0.0 release from http://apache.fi/directory/mina/stable/1.0/1.0.0/
Then I proceeded to check the tutorials in http://directory.apache.org/subprojects/mina/getting_started.html
I'm however unable to find the SimpleServiceRegistry class from the downloaded release. Where is it supposed to be? None of the included jars have a org.apache.mina.registry package. Has this class been replaced?
In more detail, the release file I downloaded was mina-1.0.0-all.tar.gz , which contained the jars mina-core-1.0.0.jar mina-filter-codec-netty-1.0.0.jar mina-filter-compression-1.0.0.jar mina-filter-ssl-1.0.0.jar mina-integration-jmx-1.0.0.jar mina-integration-spring-1.0.0.jar mina-java5-1.0.0.jar + their source jars. Documentation, examples etc. -Eero Nevalainen, Indagon
