Using Mina for HTTP/1.0

2006-08-30 Thread Randy Watler
I am attempting to use Mina to build a scalable Ajax web application test harness, (a Mina client). So far, so good... :-). One quick question: I have an operational HTTP message decoder in place, but I am not sure how to support the parsing of a complete HTTP response when the HTTP

Re: disable hexdumps

2006-08-30 Thread Trustin Lee
Could you please give us the full stack trace and the message? Trustin On 8/30/06, lneves [EMAIL PROTECTED] wrote: Hello all, Is there a switch somewhere to disable the hexdumps when errors occur? Thanks. Luis Neves -- what we call human nature is actually human habit --

Re: Problem during upgrade from 0.7.3 to 0.8.2

2006-08-30 Thread Trustin Lee
Hi Kaj, It seems like you didn't add any ThreadPoolFilter. Calling session.close(true) causes the current thread wait for the SocketIoProcessor to close the underlying channel. If you didn't add a ThreadPoolFilter, then this means you are running in the same context with SocketIoProcessor.

Re: Using Mina for HTTP/1.0

2006-08-30 Thread Trustin Lee
I've just created a JIRA issue for this: http://issues.apache.org/jira/browse/DIRMINA-248 Let's continue discussion there from now on. Thank you, Trustin On 8/31/06, Trustin Lee [EMAIL PROTECTED] wrote: Hi Randy, On 8/31/06, Randy Watler [EMAIL PROTECTED] wrote: I am attempting to use

[jira] Created: (DIRMINA-248) ProtocolDecoder should get notified when a connection is closed.

2006-08-30 Thread Trustin Lee (JIRA)
ProtocolDecoder should get notified when a connection is closed. Key: DIRMINA-248 URL: http://issues.apache.org/jira/browse/DIRMINA-248 Project: Directory MINA Issue Type:

Re: MINA as pure OSGi bundles?

2006-08-30 Thread Trustin Lee
Hi Peter, On 8/31/06, Peter Neubauer [EMAIL PROTECTED] wrote: Hi, we would like to use MINA in an OSGi based system and wonder if MINA is available as pure OSGi bundles, and how to get/compile them? Thanks a lot for hints! OSGi library bundle for the latest version doesn't exist for now

Re: Using Executor based ThreadPool

2006-08-30 Thread Trustin Lee
There's a mina-java5 submodule which uses Java 5 Executors. You could look into it. Trustin On 8/30/06, Vinod Panicker [EMAIL PROTECTED] wrote: Hi, Is there a recommended way in which the Executor based ThreadPool is to be used? We've modified mina-core to make it load the Executor based

Re: exceptionCaught() functionality

2006-08-30 Thread Trustin Lee
Hi Vinod, On 8/30/06, Vinod Panicker [EMAIL PROTECTED] wrote: Hi, Currently if the application calls a write() on MINA, it will get notified of any exceptions via the exceptionCaught() method. The problem is that the application does not have any information as to what data could not be

[jira] Closed: (DIRSERVER-291) If configuration object is missing in env to startup server a default StartupConfiguration can be presumed.

2006-08-30 Thread Alex Karasulu (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-291?page=all ] Alex Karasulu closed DIRSERVER-291. --- Fix Version/s: 1.1.0 Resolution: Fixed for 1.0 here: http://svn.apache.org/viewvc?view=revrevision=438383 for 1.1 here:

[VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Alex Karasulu
Hi all, We've solved all major, critical and blocking issues since RC3. There are a huge number of enhancements and bug fixes. The performance should be a few magnitudes better and more configuration options are provided for tweaking. Here's a list of all the JIRA items resolved since

[jira] Assigned: (DIRSERVER-724) EXPORT/IMPORT permissions are not handled correctly by the Authz service

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-724?page=all ] Ersin Er reassigned DIRSERVER-724: -- Assignee: Ersin Er EXPORT/IMPORT permissions are not handled correctly by the Authz service

[jira] Assigned: (DIRSERVER-725) Access control permission Import is only meaningful for prescriptive ACI

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-725?page=all ] Ersin Er reassigned DIRSERVER-725: -- Assignee: Ersin Er Access control permission Import is only meaningful for prescriptive ACI

[jira] Commented: (DIRSERVER-724) EXPORT/IMPORT permissions are not handled correctly by the Authz service

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-724?page=comments#action_12431490 ] Ersin Er commented on DIRSERVER-724: Fixed for 1.0 here: http://svn.apache.org/viewvc?rev=438396view=rev EXPORT/IMPORT permissions are not handled

[jira] Commented: (DIRSERVER-725) Access control permission Import is only meaningful for prescriptive ACI

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-725?page=comments#action_12431491 ] Ersin Er commented on DIRSERVER-725: Fixed for 1.0 here: http://svn.apache.org/viewvc?rev=438396view=rev Access control permission Import is only

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Ersin Er
Hi, [X] +1 Release ApacheDS 1.0-RC4 Let's get this release out! On 8/30/06, Alex Karasulu [EMAIL PROTECTED] wrote: Hi all, We've solved all major, critical and blocking issues since RC3. There are a huge number of enhancements and bug fixes. The performance should be a few magnitudes

[jira] Updated: (DIRSERVER-617) Add ACI for Administrators group if not already present

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-617?page=all ] Ersin Er updated DIRSERVER-617: --- Fix Version/s: 1.0 (was: 1.0-RC4) Add ACI for Administrators group if not already present

[jira] Closed: (DIRSERVER-724) EXPORT/IMPORT permissions are not handled correctly by the Authz service

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-724?page=all ] Ersin Er closed DIRSERVER-724. -- Resolution: Fixed Fixed for 1.1 here: http://svn.apache.org/viewvc?rev=438406view=rev EXPORT/IMPORT permissions are not handled correctly by the Authz

[jira] Closed: (DIRSERVER-725) Access control permission Import is only meaningful for prescriptive ACI

2006-08-30 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-725?page=all ] Ersin Er closed DIRSERVER-725. -- Resolution: Fixed Fixed for 1.1 here: http://svn.apache.org/viewvc?rev=438406view=rev Access control permission Import is only meaningful for prescriptive

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Emmanuel Lecharny
[X ] +1 Release ApacheDS 1.0-RC4 Just in time ! I think this is really a better version, some really serious bugs have been found and fixed ! Go 1.0-RC4, Go ! Emmanuel

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Trustin Lee
On 8/30/06, Alex Karasulu [EMAIL PROTECTED] wrote: [X] +1 Release ApacheDS 1.0-RC4Cool!Trustin-- what we call human nature is actually human habit--http://gleamynode.net/--PGP key fingerprints: * E167 E6AF E73A CBCE EE414A29 544D DE48 FE95 4E7E* B693 628E 6047 4F8F CFA4455E 1C62 A7DC 0255 ECA6

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Jim Jagielski
On Aug 30, 2006, at 2:34 AM, Alex Karasulu wrote: Let's vote! [X] +1 Release ApacheDS 1.0-RC4 [ ] +/-0 Abstain [ ] -1 Do *not* release ApacheDS 1.0-RC4 go fer it!

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Enrique Rodriguez
Alex Karasulu wrote: ... Let's vote! [ X ] +1 Release ApacheDS 1.0-RC4 [ ] +/-0 Abstain [ ] -1 Do *not* release ApacheDS 1.0-RC4 Enrique

disable hexdumps

2006-08-30 Thread lneves
Hello all, Is there a switch somewhere to disable the hexdumps when errors occur? Thanks. Luis Neves

RE: Problem during upgrade from 0.7.3 to 0.8.2

2006-08-30 Thread Kaj.Bjurman
Hi, I don't know how to do that, and I don't know what to add except for the information which I already have posted. This worked as a workaround: public void exceptionCaught(final IoSession session, Throwable e) throws Exception { String logString = Caught exception on

[jira] Commented: (DIRSERVER-711) Propagate the errors to the client if we get a DecoderException (was DIRSERVER-634)

2006-08-30 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-711?page=comments#action_12431593 ] Emmanuel Lecharny commented on DIRSERVER-711: - DONE !! Here is the list of generated errors : UnbindRequest (1) : --- 125 :

[jira] Closed: (DIRSERVER-711) Propagate the errors to the client if we get a DecoderException (was DIRSERVER-634)

2006-08-30 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-711?page=all ] Emmanuel Lecharny closed DIRSERVER-711. --- Resolution: Fixed All the 66 cases have been fixed and tested. Propagate the errors to the client if we get a DecoderException (was

RE: Embedded directory not opening a listening port

2006-08-30 Thread Gregg Freeman
Alex, Thank you for the assist, that did the trick for me. I noticed your upcoming presentation as I was googling around for a solution. I'm sure it will be awesome! Good luck with it. Best Regards, Gregg -Original Message- From: Alex Karasulu [mailto:[EMAIL PROTECTED] Sent:

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread Stefan Zoerner
Alex Karasulu wrote: [ ] +1 Release ApacheDS 1.0-RC4 [ ] +/-0 Abstain [ ] -1 Do *not* release ApacheDS 1.0-RC4 +1 Greetings from Hamburg, Stefan

MINA as pure OSGi bundles?

2006-08-30 Thread Peter Neubauer
Hi, we would like to use MINA in an OSGi based system and wonder if MINA is available as pure OSGi bundles, and how to get/compile them? Thanks a lot for hints! /peter

Re: MINA as pure OSGi bundles?

2006-08-30 Thread Ersin Er
Hi Peter, You may have a look at this: http://svn.apache.org/repos/asf/directory/trunks/apacheds/osgi/ However, I am not sure about it's state. HTH, On 8/30/06, Peter Neubauer [EMAIL PROTECTED] wrote: Hi, we would like to use MINA in an OSGi based system and wonder if MINA is available as

Re: MINA as pure OSGi bundles?

2006-08-30 Thread Ersin Er
And Peter, you might want to ask the question to mina-dev list to get better responses. Cheers, On 8/30/06, Ersin Er [EMAIL PROTECTED] wrote: Hi Peter, You may have a look at this: http://svn.apache.org/repos/asf/directory/trunks/apacheds/osgi/ However, I am not sure about it's state. HTH,

Re: MINA as pure OSGi bundles?

2006-08-30 Thread Peter Neubauer
Erstin, thanks for the fast answer, will do! /peter On 8/30/06, Ersin Er [EMAIL PROTECTED] wrote: And Peter, you might want to ask the question to mina-dev list to get better responses. Cheers, On 8/30/06, Ersin Er [EMAIL PROTECTED] wrote: Hi Peter, You may have a look at this:

MINA as pure OSGi bundles?

2006-08-30 Thread Peter Neubauer
Hi, we would like to use MINA in an OSGi based system and wonder if MINA is available as pure OSGi bundles, and how to get/compile them? Thanks a lot for hints! /peter

Re: [VOTE] Release ApacheDS 1.0-RC4

2006-08-30 Thread John E. Conlon
[x] +1 Release ApacheDS 1.0-RC4 [ ] +/-0 Abstain [ ] -1 Do *not* release ApacheDS 1.0-RC4