Re: Asynchronous Http Client donation

2007-08-27 Thread Kevin Smeltzer
Is this a project for doing transfer through HTTP using Mina? If so it could be very valuable (to me anyways) :-D On 8/27/07, Mark [EMAIL PROTECTED] wrote: I have been moving things around, creating the 3 separate subprojects. Everything is compiling and seems to be in good shape. I posted a

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
Kevin, On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: I am having a problem connecting to my a Mina based server from a Mina based client application. The client appreas to connect using this code: session = connectFuture.getSession(); The server log shows that the client connects

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
By the way thank you for convincing me to try Mina! The networking portion of my game server is running about 10 times faster now! Awesome! On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Yes I did that. The connection IS made. It appears that the IoSession reference returned by this code

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
Sure what is the best way to send? As an attachment or in the body of the e-mail? On 7/25/07, Trustin Lee [EMAIL PROTECTED] wrote: On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Yes I did that. The connection IS made. It appears that the IoSession reference returned by this code

Re: Building MinaTimeServerTutorial

2007-07-25 Thread Kevin Smeltzer
(preferably 1.6, but 1.5.8+ will do) Jeroen Brattinga Kevin Smeltzer wrote: I am using JCreator so try not to laugh! :-D I have tried to use Eclipse but it just crashes when I try and unzip the 700MB zip file. Not a very good installation strategy if you ask me! Mina seems to be working well

Re: Building MinaTimeServerTutorial

2007-07-25 Thread Kevin Smeltzer
://subclipse.tigris.org/install.html). In the spirit of fairness and competitiveness, NetBeans is another very nice, robust IDE. On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Ok I didn't tell the whole truth. I got it working at some point. And then I didn't use it. I suppose I was comfortable

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
feature, it's best to create a JIRA issue for this. http://issues.apache.org/jira/browse/DIRMINA Thanks, Maarten On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Sure what is the best way to send? As an attachment or in the body of the e-mail? On 7/25/07, Trustin Lee [EMAIL PROTECTED

Re: Building MinaTimeServerTutorial

2007-07-25 Thread Kevin Smeltzer
:-D My home computer is an AMD 2300 with 728MB of ram and 256MB ATI Video card. It should be fast (enough)! On 7/25/07, Mark Webb [EMAIL PROTECTED] wrote: or getting more coffee ;) What are the specs on your computer? On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: It could be that I

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
) { e.printStackTrace(); } } } On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Can I create a bug report for this software? I'm only a user of Mina not a developer. The reason I ask is that I went to the page and I don't see an add button anywhere :-P On 7/25/07, Maarten Bosteels

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
Cool! Once I'm done working on my current project I will snoop around the source code hehehe. Where is the add report button or link. Is it really small or hidden somewhere under a rock? On 7/25/07, Maarten Bosteels [EMAIL PROTECTED] wrote: On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
What other parts of the code do you need? On 7/25/07, Mark Webb [EMAIL PROTECTED] wrote: did you log in? Also, the code snippet you posted here is incomplete. On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Cool! Once I'm done working on my current project I will snoop around

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
[EMAIL PROTECTED] wrote: did you log in? Also, the code snippet you posted here is incomplete. On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: Cool! Once I'm done working on my current project I will snoop around the source code hehehe. Where is the add report button or link

Re: Mina connection problem

2007-07-25 Thread Kevin Smeltzer
Ok sound good. But how much of the code? On 7/25/07, Mark Webb [EMAIL PROTECTED] wrote: I would add the code as an attachment to a bug entry. On 7/25/07, Kevin Smeltzer [EMAIL PROTECTED] wrote: What other parts of the code do you need? On 7/25/07, Mark Webb [EMAIL PROTECTED] wrote: did

[jira] Created: (DIRMINA-404) The IoSession returned by session = connectFuture.getSession() is different than the one passed to sessionOpened(IoSession session)

2007-07-25 Thread Kevin Smeltzer (JIRA)
-404 URL: https://issues.apache.org/jira/browse/DIRMINA-404 Project: MINA Issue Type: Bug Affects Versions: 1.1.1 Environment: Windows XP Reporter: Kevin Smeltzer Priority: Trivial // CLIENT MODULE public class bgMinaClient

Re: TextLineDecoder decode function

2007-07-25 Thread Kevin Smeltzer
I've seen this on Windows telnet as well. It seems to send characters as soon as you type them without waiting for you to press ENTER. But I obviously know nothing about the technical answer to that question :-D On 7/25/07, alimli [EMAIL PROTECTED] wrote: Hi, First, I want to mention that I'm

Mina connection problem

2007-07-24 Thread Kevin Smeltzer
class get destroyed somehow? If so, why? Thanks everyone. Kevin Smeltzer