Re: Connector: sessionCreated is not called (unstable behavior)

2009-03-03 Thread Victor
Just a question: why does Connector.run() thread exit when nHandles==0? Why not to continue executing select() in the loop infinitely? Thanks, Victor Victor wrote: Unfortunately, even with the patch in Connector and Processor, the problem is reproduced randomly, most of time everything

Preon - Binary data encoding framework

2009-03-03 Thread Ashish
Folks, Was browsing through dzone and came across this framework Preon. From its website Preon is a framework for dealing with binary encoded data. It intends to be to binary encoded data what Hibernate is to relational databases, and JAXB to XML Thought would be worth bringing it to notice of

Re: Preon - Binary data encoding framework

2009-03-03 Thread Emmanuel Lecharny
Ashish wrote: Folks, Was browsing through dzone and came across this framework Preon. From its website Preon is a framework for dealing with binary encoded data. It intends to be to binary encoded data what Hibernate is to relational databases, and JAXB to XML Thought would be worth bringing

Re: Preon - Binary data encoding framework

2009-03-03 Thread Alex Karasulu
Anything along these lines if functional could be very useful for various protocols. Would be nice to be able to plugin some ebnf from an RFC and just have a nice codec generated. Dreaming! Alex On Tue, Mar 3, 2009 at 10:06 AM, Emmanuel Lecharny elecha...@apache.orgwrote: Ashish wrote:

Re: AsyncWeb jars incomplete

2009-03-03 Thread Sangjin Lee
I was one of the people who were involved in bringing AHC over from the Geronimo sandbox (where it was first developed) to under asyncweb. Originally it was based on mina 1.1.x as at that time mina 2.0 was still in its active development. We did the bare minimum to make it compile against mina

Re: AsyncWeb jars incomplete

2009-03-03 Thread Jeff Genender
Ditto for me... glad to see folks making use of this. I could help a bit too, but my bandwidth is also tight. Glad to see this come up again. Jeff On Mar 3, 2009, at 10:13 AM, Sangjin Lee wrote: I was one of the people who were involved in bringing AHC over from the Geronimo sandbox

Re: AsyncWeb jars incomplete

2009-03-03 Thread Jacob Tomaw
Sangjin and Jeff, Thanks for the info and background. I will be sure to read up on the old threads you passed along. We are currently using the 1.0 AHC in our production environment, but we have other projects starting to use MINA 2. This is motivating me to build an AHC on MINA 2. I want to

Re: AsyncWeb jars incomplete

2009-03-03 Thread Emmanuel Lecharny
Jeff Genender wrote: Ditto for me... glad to see folks making use of this. I could help a bit too, but my bandwidth is also tight. Glad to see this come up again. Jeff Hi guys, The MINA 2.0 porting was done by Julien AFACS from the svn logs. It's currently using 2.0.0-M3 version, so it

Re: AsyncWeb jars incomplete

2009-03-03 Thread Emmanuel Lecharny
FYI, I just migrated to MINA 2.0.0-M4, and fixed some compilation errors. So far, asyncweb trunk is building now. -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

Re: AsyncWeb jars incomplete

2009-03-03 Thread Jacob Tomaw
Was it the patch from https://issues.apache.org/jira/browse/ASYNCWEB-25? Thanks, Jacob On Tue, Mar 3, 2009 at 12:00 PM, Emmanuel Lecharny elecha...@apache.orgwrote: FYI, I just migrated to MINA 2.0.0-M4, and fixed some compilation errors. So far, asyncweb trunk is building now. -- - Show

[jira] Resolved: (ASYNCWEB-25) Upgrade to MINA 2.0.0-M4

2009-03-03 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/ASYNCWEB-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved ASYNCWEB-25. --- Resolution: Fixed Patch applied in :

Re: AsyncWeb jars incomplete

2009-03-03 Thread Emmanuel Lecharny
Jacob Tomaw wrote: Was it the patch from https://issues.apache.org/jira/browse/ASYNCWEB-25? yes. I just marked the issue as resolved (forgot to do that lately) -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org

Re: Preon - Binary data encoding framework

2009-03-03 Thread Ashish
On Tue, Mar 3, 2009 at 8:36 PM, Emmanuel Lecharny elecha...@apache.org wrote: Ashish wrote: Folks, Was browsing through dzone and came across this framework Preon. From its website Preon is a framework for dealing with binary encoded data. It intends to be to binary encoded data what