Hi Emmanuel, Thank you very much for the information and it helped me a lot. How ever, i could not found any document on how we can migrate the existing implementations.
Could some one tell me what are the new classes we can find which did the earlier functionalities with following classes. org.apache.mina.util.NewThreadExecutor org.apache.mina.common.ExecutorThreadModel org.apache.mina.transport.socket.SocketConnector ( Now this has changed to an interface) org.apache.mina.util.SessionUtil SocketConnectorConfig SocketSessionConfig SocketAcceptorConfig Apart from that , i could not found an equal method for ByteBuffer.release() in IoBuffer. Could some one help me on this since i am in a blocked state with this migration. Thanks Shammi On Tue, Jan 28, 2014 at 1:08 PM, Emmanuel Lécharny <[email protected]>wrote: > Le 1/28/14 6:18 AM, Shammi Jayasinghe a écrit : > > Hi , > > > > We are currently using mina-core 1.1.7 version and we have > > org.apache.mina.common package inside that. We are using import > > org.apache.mina.common.ByteBuffer in our source code. Now we are trying > to > > upgrade to mina-core 2.0.7 version and we are unable to find the above > > package or the class inside that. So could you please tell me, where can > i > > find the compatible mina.common package which contains above classes. > > The ByteBuffer class has been renamed IoBuffer in Mina 2. > > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > > -- Best Regards, * Shammi Jayasinghe* Associate Tech Lead WSO2, Inc.; http://wso2.com, mobile: +94 71 4493085
