Re: [Studio] error while running from latest trunk

2014-07-01 Thread Kiran Ayyagari
Hi Stefan,

On Tue, Jul 1, 2014 at 11:23 AM, Stefan Seelmann m...@stefan-seelmann.de
wrote:

 Hi Kiran,

 I get the same error on Linux. I currently don't know what's going on,
 I'll try to find out. Sorry for that.

np at all, thanks for taking time to look at.


 Kind Regards,
 Stefan

 On 06/30/2014 12:02 PM, Kiran Ayyagari wrote:
  Hello dev,
 
   I am getting this[1] error when started from
  application/application-macosx-x86_64
   after building the trunk.
 
   I tried this after removing ~/.ApacheDirectoryStudio
 
   any hints?
 
  [1] http://i.imgur.com/VPmUaA4.png
 




-- 
Kiran Ayyagari
http://keydap.com


[jira] [Created] (DIRSTUDIO-987) strange behaviour with multi-valued RDN

2014-07-01 Thread Frizz Supertramp (JIRA)
Frizz Supertramp created DIRSTUDIO-987:
--

 Summary: strange behaviour with multi-valued RDN
 Key: DIRSTUDIO-987
 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-987
 Project: Directory Studio
  Issue Type: Bug
  Components: studio-ldapbrowser
Reporter: Frizz Supertramp


I have tried multiple versions of Apache Directory Studio - and there seems to 
be a problem with multi-valued RDNs.

For example I have entries like this in my LDAP (OpenDS):

DN: myAttribute1=val1 + myAttribute2=val2 + myAttribute3=val3, OU=example, 
DC=test

Note: I don't have a CN here, the RDN is solely defined by custom defined 
classes myAttribute1, myAttribute2 and myAttribute3.

In Apache Directory Studio, in the LDAP Browser window, I can not expand DNs 
like the one mentioned above. When I click on it and try to expand it, the 
whole tree collapses + re-opens again, showing ou=example (1+).

There's no way to show details / contents of such a DN!



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (MAVIBOT-40) We could probably merge the BTreeHeader page and the Root Page

2014-07-01 Thread Emmanuel Lecharny (JIRA)
Emmanuel Lecharny created MAVIBOT-40:


 Summary: We could probably merge the BTreeHeader page and the Root 
Page
 Key: MAVIBOT-40
 URL: https://issues.apache.org/jira/browse/MAVIBOT-40
 Project: Mavibot
  Issue Type: Improvement
Affects Versions: 1.0.0-M4
Reporter: Emmanuel Lecharny
Assignee: Emmanuel Lecharny
Priority: Minor


Currently, each BTree has at least 3 pages :
- BTreeHeader
- BTreeInfo
- RootPage

As we copy the BTreeHeader and the RootPage for each modification, we could 
probably merge them into one single page. That would save one update on disk.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


Re: [VOTE] Release Apache Mavibot 1.0.0-M5

2014-07-01 Thread Felix Knecht

+1

Regards
Felix

On 06/29/2014 06:02 PM, Emmanuel Lécharny wrote:

Hi !

This is the first release of Apache Mavibot, the MVCC BTree in Java !

This milestone is the fifth step toward a complete MVCC implementation. The 
main added features are :
- bulk load implementation
- subtrees handling

Some other fixes have been applied, and some preliminary work toward 
transaction support and free pages management.

The tests done on bulk load shows good performances so far : we can load 30 000 
entries in around 20 seconds (1500/s).

So let's vote now !


The revision :

http://svn.apache.org/r1606519


The SVN tag:
https://svn.apache.org/repos/asf/directory/mavibot/tags/1.0.0-M5/

The source and binary distribution packages:
http://people.apache.org/~elecharny/

The staging repository:
https://repository.apache.org/content/repositories/orgapachedirectory-1006/


Please cast your votes:
[ ] +1 Release Mavibot 1.0.0-M5
[ ] 0 abstain
[ ] -1 Do not release Mavibot 1.0.0-M5

Emmanuel





Re: [VOTE] Release of LDAP API 1.0.0-M23

2014-07-01 Thread Felix Knecht

+1

Regards
Felix

On 06/30/2014 07:32 AM, Emmanuel Lécharny wrote:

Hi,

This is a vote for the 23th milestone of the 1.0.0 LDAP API/Shared,
1.0.0-M23.

It's a bug fix release.

It contains a few bug fixes and improvements, and some feature added by Lucas 
(Templating for LdapConnection) :

Bugs


* [DIRAPI-190 https://issues.apache.org/jira/browse/DIRAPI-190] - 
Search request time limit should override connection timeout
* [DIRAPI-192 https://issues.apache.org/jira/browse/DIRAPI-192] - 
Rdn.escapeValue() should not escape unicode characters

Improvement
---

* [DIRAPI-168 https://issues.apache.org/jira/browse/DIRAPI-168] - 
Create an LdapConnectionFactory that is not pooled to create LdapConnection objects 
for an LdapConnectionConfig


The revision :

http://svn.apache.org/r1606612

The SVN tag:
http://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M23

The source and binary distribution packages:
http://people.apache.org/~elecharny/

The staging repository:
https://repository.apache.org/content/repositories/orgapachedirectory-1007


Please cast your votes:
[ ] +1 Release Shared/LDAP API 1.0.0-M23
[ ] 0 abstain
[ ] -1 Do not release Shared/LDAP API 1.0.0-M23


Emmanuel

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com






Re: [VOTE] Release of Apache Directory Server 2.0.0-M17

2014-07-01 Thread Felix Knecht

+1

Thanks and regards
Felix

On 06/30/2014 04:44 PM, Emmanuel Lécharny wrote:

Hi,

it's time for a new release of ApacheDS, version 2.0.0-M17.

Still a bug fix release, but we added the bulk_loader feature in a separate 
module.

The list of fixed bugs and improvments is the following :

Bugs


   * [DIRSERVER-1971
 https://issues.apache.org/jira/browse/DIRSERVER-1971] - Allow any
 sort of modification on operational attriutes while processing
 replication events in the consumer
   * [DIRSERVER-1976
 https://issues.apache.org/jira/browse/DIRSERVER-1976] - JDBM
 partition is not building new indices added to the configuration
   * [DIRSERVER-1979
 https://issues.apache.org/jira/browse/DIRSERVER-1979] - Adding
 child entries can't be found after restarting server
   * [DIRSERVER-1980
 https://issues.apache.org/jira/browse/DIRSERVER-1980] - pwdReset
 isn't replicated properly
   * [DIRSERVER-1982
 https://issues.apache.org/jira/browse/DIRSERVER-1982] - Couldn't
 see KDC Principal field under Kerberos settings
   * [DIRSERVER-1986
 https://issues.apache.org/jira/browse/DIRSERVER-1986] - Delegated
 authentication fails when password policy is enabled

New Features


[DIRSERVER-1967 https://issues.apache.org/jira/browse/DIRSERVER-1967] - Add 
the support for the WhoAmI extended operation

  Here are the associated links :

ApacheDS 2.0.0-M17
--
- SVN tag :

http://svn.apache.org/r1575355

https://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M17/

- Nexus repository:
https://repository.apache.org/content/repositories/orgapachedirectory-1008/

- Distribution packages:
http://people.apache.org/~elecharny


[ ] +1 : release ApacheDS 2.0.0-M17
[ ] ± 0 : I don't care
[ ] -1 : No, don't release ApacheDS 2.0.0-M17

-- Regards, Cordialement, Emmanuel Lécharny www.iktek.com


+1