[jira] Created: (DIRSERVER-714) Add proper memory settings -Xms and -Xmx to windows installer/daemon service manager for the JVM settings

2006-08-22 Thread Alex Karasulu (JIRA)
Add proper memory settings -Xms and -Xmx to windows installer/daemon service manager for the JVM settings -- Key: DIRSERVER-714 URL: http://issues.apache.org/

[jira] Created: (DIRSERVER-713) Init shell script contains incompatible -X switch instead of -D for jmx console

2006-08-22 Thread Alex Karasulu (JIRA)
Init shell script contains incompatible -X switch instead of -D for jmx console --- Key: DIRSERVER-713 URL: http://issues.apache.org/jira/browse/DIRSERVER-713 Project: Directo

[jira] Created: (DIRSERVER-712) Update license headers to use new legal issued header.

2006-08-22 Thread Alex Karasulu (JIRA)
Update license headers to use new legal issued header. -- Key: DIRSERVER-712 URL: http://issues.apache.org/jira/browse/DIRSERVER-712 Project: Directory ApacheDS Issue Type: Task C

[jira] Commented: (DIRSERVER-177) Bad filter makes filter parser hang rather than throw an exception

2006-08-22 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-177?page=comments#action_12429843 ] Emmanuel Lecharny commented on DIRSERVER-177: - ok, the issue is 4 months old, and we asked for more info, but didn't get some. We may close this is

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

2006-08-22 Thread Emmanuel Lecharny (JIRA)
Propagate the errors to the client if we get a DecoderException (was DIRSERVER-634) --- Key: DIRSERVER-711 URL: http://issues.apache.org/jira/browse/DIRSERVER-711 Project

[jira] Resolved: (DIRSERVER-634) Delete with illegal DN causes client to hang

2006-08-22 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-634?page=all ] Emmanuel Lecharny resolved DIRSERVER-634. - Resolution: Fixed Fixed ! A common work with Alex finally terminated this issue. The bad DN thew an exception, which was not catched. Now,

[jira] Commented: (DIRSERVER-630) If one tries to add an attribute without any value, an (illegal) attribute with empty value is created

2006-08-22 Thread Stefan Zoerner (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-630?page=comments#action_12429803 ] Stefan Zoerner commented on DIRSERVER-630: -- Here are the return codes for other server, just in order to complete the information here: Sun Java Syst

[jira] Closed: (DIRSERVER-709) Special case, in which removal of objectClass attribute does not cause an error

2006-08-22 Thread Stefan Zoerner (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-709?page=all ] Stefan Zoerner closed DIRSERVER-709. I have retested this one with the current build of the Apache DS 1.0 branch. It works perfect, hence I close the issue. Thanks Ersin! > Special case,

[jira] Created: (DIRSERVER-710) Exception tree should be reviewed

2006-08-22 Thread Emmanuel Lecharny (JIRA)
Exception tree should be reviewed - Key: DIRSERVER-710 URL: http://issues.apache.org/jira/browse/DIRSERVER-710 Project: Directory ApacheDS Issue Type: Task Affects Versions: 1.0-RC3 Reporter: E

[jira] Commented: (DIRSERVER-696) Adding entries with RDNs enclosed in quotes may lead to entries with illegal DNs

2006-08-22 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-696?page=comments#action_12429756 ] Emmanuel Lecharny commented on DIRSERVER-696: - This is really strange. creating an entry like : dn: ou="Scissors 8<",dc=example,dc=com ou: "Scissors

[jira] Updated: (DIRSERVER-696) Adding entries with RDNs enclosed in quotes may lead to entries with illegal DNs

2006-08-22 Thread Emmanuel Lecharny (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-696?page=all ] Emmanuel Lecharny updated DIRSERVER-696: Comment: was deleted > Adding entries with RDNs enclosed in quotes may lead to entries with illegal > DNs >

[jira] Updated: (DIRSERVER-696) Adding entries with RDNs enclosed in quotes may lead to entries with illegal DNs

2006-08-22 Thread Stefan Zoerner (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-696?page=all ] Stefan Zoerner updated DIRSERVER-696: - Comment: was deleted > Adding entries with RDNs enclosed in quotes may lead to entries with illegal > DNs > --

Re: svn commit: r433152 - in /directory/branches/apacheds/1.0/core/src/main/java/org/apache/directory/server/core/subtree: Subentry.java SubentryCache.java SubentryService.java SubtreeCache.java

2006-08-22 Thread Ersin Er
Hi, On 8/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: akarasulu Date: Sun Aug 20 22:14:20 2006 New Revision: 433152 ... --- directory/branches/apacheds/1.0/core/src/main/java/org/apache/directory/server/core/subtree/Subentry.java (added) +++ directory/branches/apacheds/1.0/co

Re: svn commit: r433483 - in /directory/branches/apacheds/1.0: core/src/main/java/org/apache/directory/server/core/schema/ server-unit/src/test/java/org/apache/directory/server/

2006-08-22 Thread Alex Karasulu
Ersin Er wrote: On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: akarasulu Date: Mon Aug 21 20:18:05 2006 New Revision: 433483 URL: http://svn.apache.org/viewvc?rev=433483&view=rev Log: fix for DIRSERVER-630 Added: directory/branches/apacheds/1.0/server-unit/src/test/java/

Re: mina

2006-08-22 Thread Emmanuel Lecharny
Short answer is : no.To ellaborate a little bit more, MINA by itself is just a network framework. You can add a filter which will be able to decode incoming bytes, whichever encoding has been use, assuming that the filter has some knowledge about the encoding. Supose you send BER encoded messages,

Re: MINA 0.9.5 for DS 1.0-RC4?

2006-08-22 Thread Ersin Er
Hi, If all tests are still passing after switching to 0.9.5 then no problem, in my opinion. -- Ersin On 8/22/06, Jörg Henne <[EMAIL PROTECTED]> wrote: Hi, since the DHCP stuff hinges on features added in MINA 0.9.5 I would love to see RC4 being compiled against MINA 0.9.5 instead of 0.9.4. Wh

MINA 0.9.5 for DS 1.0-RC4?

2006-08-22 Thread Jörg Henne
Hi, since the DHCP stuff hinges on features added in MINA 0.9.5 I would love to see RC4 being compiled against MINA 0.9.5 instead of 0.9.4. What do you think - is there anything that keeps us from switching? Joerg Henne

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

2006-08-22 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-617?page=comments#action_12429683 ] Ersin Er commented on DIRSERVER-617: I think we should have Administrators group for each partition and also for the whole system. To have administrators

[jira] Updated: (DIRSERVER-678) Add support for extended operations to the Core

2006-08-22 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-678?page=all ] Ersin Er updated DIRSERVER-678: --- Fix Version/s: (was: 1.1.0) (was: 1.0-RC4) Affects Version/s: (was: 1.1.0) (was: 1.0-RC4)

[jira] Closed: (DIRSERVER-613) 'accessControlSubentries' attribute should have been defined as Multi Valued

2006-08-22 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-613?page=all ] Ersin Er closed DIRSERVER-613. -- > 'accessControlSubentries' attribute should have been defined as Multi Valued > > >

[jira] Resolved: (DIRSERVER-613) 'accessControlSubentries' attribute should have been defined as Multi Valued

2006-08-22 Thread Ersin Er (JIRA)
[ http://issues.apache.org/jira/browse/DIRSERVER-613?page=all ] Ersin Er resolved DIRSERVER-613. Resolution: Fixed Fixed here http://svn.apache.org/viewvc?rev=433603&view=rev and here http://svn.apache.org/viewvc?rev=433604&view=rev > 'accessControlSub

Re: svn commit: r433483 - in /directory/branches/apacheds/1.0: core/src/main/java/org/apache/directory/server/core/schema/ server-unit/src/test/java/org/apache/directory/server/

2006-08-22 Thread Ersin Er
On 8/22/06, Ersin Er <[EMAIL PROTECTED]> wrote: On 8/22/06, Ersin Er <[EMAIL PROTECTED]> wrote: > On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: akarasulu > > Date: Mon Aug 21 20:18:05 2006 > > New Revision: 433483 > > > > URL: http://svn.apache.org/viewvc?rev=433483&view=re

Re: svn commit: r433483 - in /directory/branches/apacheds/1.0: core/src/main/java/org/apache/directory/server/core/schema/ server-unit/src/test/java/org/apache/directory/server/

2006-08-22 Thread Ersin Er
On 8/22/06, Ersin Er <[EMAIL PROTECTED]> wrote: On 8/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: akarasulu > Date: Mon Aug 21 20:18:05 2006 > New Revision: 433483 > > URL: http://svn.apache.org/viewvc?rev=433483&view=rev > Log: > fix for DIRSERVER-630 > > Added: > directory

mina

2006-08-22 Thread Zhandra Malimban
Hello ! We are an AS400 shop and are clueless as to what MINA is. Can we use MINA to decode ASN.1 BER-Encode Call Detail File ? Pls provide examples. Thanks. Zhandra