Protocol Decoders on C++

2008-10-24 Thread Rodrigo Madera
Hello there, This might sound strange to some, since I'm actually looking for something in C++, but I think this is a good place to ask such a question. I'm wondering if anyone here has seen a framework in C++ that has something like the Protocol Decoder classes. MINA's great support for those k

Re: [jira] Resolved: (DIRMINA-626) Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig

2008-10-24 Thread Edwin Lee
Ah i see... i just realised that i have been using 1.5 to compile (in Eclipse). Strange. My workspace default have been set to 1.6 actually, but when i checked out the Maven project, it set the environment to 1.5 instead (which i also have). Regards, Edwin --- Emmanuel Lecharny <[EMAIL PROTE

Re: [jira] Resolved: (DIRMINA-626) Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig

2008-10-24 Thread Emmanuel Lecharny
Edwin Lee wrote: Thanks Emmanuel, it compiles alright now. FYI, this was pretty nasty : the @override annotation does not work the same way with JVM 1.5 and 1.6 versions. 1.6 jvms consider that this annotation can _also_ be used to describe methods that are not only present in one of the p

Re: [jira] Resolved: (DIRMINA-626) Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig

2008-10-24 Thread Edwin Lee
Thanks Emmanuel, it compiles alright now. Regards, Edwin --- "Emmanuel Lecharny (JIRA)" <[EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/DIRMINA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Emmanuel Lecharny resolved DIRMINA-62

[jira] Resolved: (DIRMINA-626) Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig

2008-10-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRMINA-626. --- Resolution: Fixed atm, I just removed the @override annotations. I don't think they

Re: Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig (trunk)

2008-10-24 Thread Emmanuel Lecharny
Hi, I confirm there are some problem ... The thing is that mina transport-serial project is _not_ included in the general pom.xml, so building MINA from scratch does not produce any error. However, the compilation failures are just due to some @override annotations which should be removed.

Re: Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig (trunk)

2008-10-24 Thread Emmanuel Lecharny
Edwin Lee wrote: Hi, i'm still getting a compilation error on the class org.apache.mina.transport.serial.DefaultSerialSessionConfig for the codes checked out through SVN (trunk). (Reported in http://issues.apache.org/jira/browse/DIRMINA-626) Am i missing anything here? Try to remove your mav

Re: Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig (trunk)

2008-10-24 Thread Julien Vermillard
On Fri, 24 Oct 2008 17:35:53 +0800 (CST) Edwin Lee <[EMAIL PROTECTED]> wrote: > Hi, > > i'm still getting a compilation error on the class > org.apache.mina.transport.serial.DefaultSerialSessionConfig for the > codes checked out through SVN (trunk). (Reported in > http://issues.apache.org/jira/br

Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig (trunk)

2008-10-24 Thread Edwin Lee
Hi, i'm still getting a compilation error on the class org.apache.mina.transport.serial.DefaultSerialSessionConfig for the codes checked out through SVN (trunk). (Reported in http://issues.apache.org/jira/browse/DIRMINA-626) Am i missing anything here? Thanks, Edwin New Email names fo