Re: Build failed in Hudson: MINA-trunk » Apache MINA XBean Integration #44

2008-08-26 Thread Alex Karasulu
Fixed. Alex On Wed, Aug 27, 2008 at 12:41 AM, Alex Karasulu <[EMAIL PROTECTED]>wrote: > On it. > > Alex > > > On Tue, Aug 26, 2008 at 11:49 PM, Apache Hudson Server < > [EMAIL PROTECTED]> wrote: > >> See >> http://hudson.zones.apache.org/hudson/job/MINA-trunk/org.apache.mina$mina-integration-xbe

Re: Build failed in Hudson: MINA-trunk » Apache MINA XBean Integration #44

2008-08-26 Thread Alex Karasulu
On it. Alex On Tue, Aug 26, 2008 at 11:49 PM, Apache Hudson Server < [EMAIL PROTECTED]> wrote: > See > http://hudson.zones.apache.org/hudson/job/MINA-trunk/org.apache.mina$mina-integration-xbean/44/changes > > -- > [INFO] >

Re: Re : 2.0 Roadmap ?

2008-08-26 Thread Mark Webb
I agree with everything that you all have said here. The one thing I would add is about the documentation/tutorials. I look around at some other projects and sometimes the documentation is better, sometimes its worse. Focusing on the better projects, the documentation is spot-on professional. I

Re : [CONF] Apache MINA: LoggingFilter (page edited)

2008-08-26 Thread Edouard De Oliveira
Am i too tired or is there something wrong in the log methods ?               if (eventLevel == LogLevel.TRACE) {     logger.trace(message, cause);     } else if (eventLevel.getLevel() > LogLevel.INFO.getLevel()) {     logger.info(message, cause);     } else if (even

Re : 2.0 Roadmap ?

2008-08-26 Thread Edouard De Oliveira
Hi guys, Little late on the subject but better late than never as people says Code features : >- integrating proxy patch The proxy connector needs some javadocing and maybe some tighter integration with the core as it was primarily intended to work out of the box without any core modifications.

[MINA] [XBean] Adding new MINA XBean integration module

2008-08-26 Thread Alex Karasulu
Hi team, I just wanted to give y'all a heads up about a new XBean integration module I just added to the trunk here: https://svn.apache.org/repos/asf/mina/trunk/integration-xbean This module will simply generate an XML schema file from the sources which can be used in Spring configuration fi

Re: Anyone know why Spring integration was renamed to integration-beans?

2008-08-26 Thread Mark Webb
We did not want it to be "spring-centric". The goal was to support all of the IoC containers like xbeans, spring, pico. On Tue, Aug 26, 2008 at 1:04 PM, Trustin Lee (이희승) <[EMAIL PROTECTED]> wrote: > On Wed, 27 Aug 2008 01:36:19 +0900, Julien Vermillard > <[EMAIL PROTECTED]> wrote: > >> due to

Re: Anyone know why Spring integration was renamed to integration-beans?

2008-08-26 Thread 이희승
On Wed, 27 Aug 2008 01:36:19 +0900, Julien Vermillard <[EMAIL PROTECTED]> wrote: due to lack of doc/mails as usual http://markmail.org/message/o5lzxyrcnkawhnnj -- Trustin Lee - Principal Software Engineer, JBoss, Red Hat -- what we call human nature is actually human habit -- http://gleamyn

Re: Anyone know why Spring integration was renamed to integration-beans?

2008-08-26 Thread Julien Vermillard
On Tue, 26 Aug 2008 11:37:51 -0400 "Alex Karasulu" <[EMAIL PROTECTED]> wrote: > Hi, > > I started looking at moving to 2.0.0-M3 yesterday for ApacheDS. I > thought it was going to be trivial but lots of things have changed. > Also the spring integration stuff has been renamed I guess to > integr

Anyone know why Spring integration was renamed to integration-beans?

2008-08-26 Thread Alex Karasulu
Hi, I started looking at moving to 2.0.0-M3 yesterday for ApacheDS. I thought it was going to be trivial but lots of things have changed. Also the spring integration stuff has been renamed I guess to integration-beans. At first I looked for it and did not find spring stuff. Took a guess and fi

Re: [Fwd: Re: pre-close session hook?]

2008-08-26 Thread Julien Vermillard
On Tue, 26 Aug 2008 10:25:15 +0200 Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Wrong list ... > > forwardded to MINA dev ML. > I'm trying to catch up, I see no good reason to add a preclose hook. Any details ? Julien signature.asc Description: PGP signature

Re: 2.0 Roadmap ?

2008-08-26 Thread Emmanuel Lecharny
Hi guys, sorry for not having replied to this mail yesturday, I was busy with personal stuff. Thanks Julien for having done this summarize. I have to add that we didn't discussed all of the items on the list with Julien, but this is a very good thing that Julien added the important items. We

[jira] Updated: (DIRMINA-500) Cache for encoded messages.

2008-08-26 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard updated DIRMINA-500: -- Fix Version/s: (was: 2.0.0-M4) > Cache for encoded messages. > ---

[jira] Updated: (DIRMINA-250) Provide a test suite for a transport implementor.

2008-08-26 Thread Julien Vermillard (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Vermillard updated DIRMINA-250: -- Fix Version/s: (was: 2.0.0-M4) > Provide a test suite for a transport implementor.

Re: 2.0 Roadmap ?

2008-08-26 Thread Julien Vermillard
Hi, next step is to create a wiki page due to the size of the list :) comments inline .. On Mon, 25 Aug 2008 14:41:27 -0400 "Alex Karasulu" <[EMAIL PROTECTED]> wrote: > Hi all, > > On Mon, Aug 25, 2008 at 5:18 AM, Julien Vermillard > <[EMAIL PROTECTED]>wrote: > > > Hi, > > > > After meeting

[Fwd: Re: pre-close session hook?]

2008-08-26 Thread Emmanuel Lecharny
Wrong list ... forwardded to MINA dev ML. -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org --- Begin Message --- Is 'sessionClosing' available now in MINA-2.0-M3? Regards, Bing Yi Trustin Lee wrote: > > There isn't yet. I didn't add it because users can se