thanks for your both replies, i just recognized that i made a mistake
when importing jar files as external archive.
i had no "red" error alert in eclipse so i thought anything runs
correctly, after i added "mina-core-0.9.5-sources.jar"
it works very well.
btw. i know the problematic with the "\0 messag temintor" bit, but MINA
doesent look to care about that on my first tests
before i tried MINA i tried to develop a socketserver from the sample with
buffered reader from sun java tutorial, when i was finished i had 2
final versions one that hang up when the "\0"
is missing and one that dies on large messages by parsing the message
bit by bit and checking for valid xml documents,
but like i wrote 3 rows before, it looks like MINA doesent care about a
missing "\0".
sorry for the email, and thanks again for your time.
Greetz Sascha
As Trustin Lee told , use telnet test case first;
and something important is that alway plus "\0" at the end of your xml
string.
On 9/18/06, Trustin Lee <[EMAIL PROTECTED]> wrote: