Re: http stream based output

2007-04-13 Thread Eugene Labunsky
Dear Trustin, Thank you. I have checked my projects - they are working fine now! ;) 2007/4/14, Trustin Lee [EMAIL PROTECTED]: On 4/13/07, Eugene Labunsky [EMAIL PROTECTED] wrote: Dear Trustin, Please do not contact me directly unless there's any contract. Get help from the community

[no subject]

2007-04-12 Thread Eugene Labunsky
is the preferred method. If you are placing each line in to a HashMap as per the example, this could be your problem because HashMaps do not guarantee order. Check the API javadocs for more information. -- ..Cheers Mark On 4/12/07, Eugene Labunsky [EMAIL PROTECTED] wrote: Hello, I have problem with http

Re: http stream based output

2007-04-12 Thread Eugene Labunsky
. If you are placing each line in to a HashMap as per the example, this could be your problem because HashMaps do not guarantee order. Check the API javadocs for more information. -- ..Cheers Mark On 4/12/07, Eugene Labunsky [EMAIL PROTECTED] wrote: Hello, I have problem with http stream

Re: http stream based output

2007-04-12 Thread Eugene Labunsky
with a call to flush 3. don't use a buffered stream. I guess problems not in BufferWriter because if I'll remove some code from sample (header's parsing part) and keep output 1024 lines only it works fine. We need wait for Trustin's reply. Regards, Eugene Labunsky.

Re: Terminate client package problem

2007-01-23 Thread Eugene Labunsky
Sure, I'll try prepare it soon ... Thank you. 23.01.07, Niklas Therning [EMAIL PROTECTED] написал(а): Eugene Labunsky wrote: Hello, I have problem with client package - when link beetwen the client server (both based on MINA 1.0.1) closed client package exit with code 0. Sure

Terminate client package problem

2007-01-21 Thread Eugene Labunsky
-concurrent.jar from official web site for JAVA 5.0 - I have 1.5.x JDK). -- Regards, Eugene Labunsky.