Picon
Favicon

[jira] [Created] (DIRSTUDIO-774) The 'Server' view should be visible by default

The 'Server' view should be visible by default
----------------------------------------------

                 Key: DIRSTUDIO-774
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-774
             Project: Directory Studio
          Issue Type: Improvement
    Affects Versions: 2.0.0-M2
            Reporter: Emmanuel Lecharny
            Priority: Minor
             Fix For: 2.0.0-M3

When we start Studio, the LdapServer view is not shown by default. It would be way better to have it visible.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Emmanuel Lécharny | 11 Feb 08:56
Picon

Compilation failure in trunk...

Hi guys,

this morning, I saw that Jenckins is reporting a compilation failure in 
trunk. This is my fault, I forgot to commit a file after a change I've 
done yesterday (the use of a constant instead of a strig for the 
LdapSession attribute "messageContainer").

I checked quickly, but there are other pending changes I have to check 
before I can commit this file, and as I still have some failing tests 
elsewhere, I will be bale to commit them only when I will get the tests 
passing.

DOn't worry, it's not really a big issue, I just get caught in a cascade 
of fixes while trying to load the Schema from a server in the API : I 
had to fix teh way we manage X-SCHEMA/X-NOT-HUMAN-READABLE extensions 
(they were not loaded into the LdapSyntax SchemaObject, and now, the 
MetaApache schema does not declare the associated X-<name> attributes.

Keep tunned !

--

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

Arul Madavadiyan | 11 Feb 02:16
Favicon
Gravatar

ApacheDs Embedded Version: Version 2.0.0-M5

Hi there

 

I am new to ApacheDs world and trying to bring directory service and ldap service up. But I am not able to bring it up. I do not find much documentation or working example for 2.0.0-M5.

 

I wonder if you have any working example for embedded ApacheDs that I can look it. I would appreciate your help.

 

Thanks

Arul

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp
Picon
Favicon

[jira] [Created] (DIRSTUDIO-773) IllegalArgumentException thrown when copying the RootDSE

IllegalArgumentException thrown when copying the RootDSE
--------------------------------------------------------

                 Key: DIRSTUDIO-773
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-773
             Project: Directory Studio
          Issue Type: Bug
          Components: studio-ldapbrowser
    Affects Versions: 2.0.0-M2, 2.0.0-M1, 1.5.3
            Reporter: Pierre-Arnaud Marcelot
            Assignee: Pierre-Arnaud Marcelot
            Priority: Minor
             Fix For: 2.0.0-M3

IllegalArgumentException thrown when copying the RootDSE.

Here's the complete stacktrace:
!ENTRY org.eclipse.ui 4 0 2012-02-10 16:12:50.849
!MESSAGE Argument not valid
!STACK 0
java.lang.IllegalArgumentException: Argument not valid
	at org.eclipse.swt.SWT.error(SWT.java:4263)
	at org.eclipse.swt.SWT.error(SWT.java:4197)
	at org.eclipse.swt.SWT.error(SWT.java:4168)
	at org.eclipse.swt.dnd.DND.error(DND.java:281)
	at org.eclipse.swt.dnd.DND.error(DND.java:227)
	at org.eclipse.swt.dnd.Clipboard.setContents(Clipboard.java:440)
	at org.eclipse.swt.dnd.Clipboard.setContents(Clipboard.java:371)
	at org.apache.directory.studio.ldapbrowser.common.actions.CopyAction.copyToClipboard(CopyAction.java:251)
	at org.apache.directory.studio.ldapbrowser.common.actions.CopyAction.run(CopyAction.java:161)
	at org.apache.directory.studio.ldapbrowser.common.actions.proxy.BrowserActionProxy.run(BrowserActionProxy.java:259)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:567)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:508)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:123)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1069)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4127)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1494)
	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1490)
	at org.eclipse.swt.widgets.Tree.sendKeyEvent(Tree.java:2576)
	at org.eclipse.swt.widgets.Control.keyDown(Control.java:2354)
	at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:600)
	at org.eclipse.swt.widgets.Tree.keyDown(Tree.java:1966)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5473)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
	at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2092)
	at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2252)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5535)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4989)
	at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5138)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
	at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3610)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Emmanuel Lécharny | 10 Feb 14:52
Picon

Mediawiki use of ApacheDS and Studio : cool !

http://www.ibm.com/developerworks/library/os-mediawiki-apacheds-ldap/index.html

--

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

Picon
Favicon

[jira] [Created] (DIRAPI-80) Cannot issue a direct operation without having connected to the server

Cannot issue a direct operation without having connected to the server
----------------------------------------------------------------------

                 Key: DIRAPI-80
                 URL: https://issues.apache.org/jira/browse/DIRAPI-80
             Project: Directory Client API
          Issue Type: Bug
    Affects Versions: 1.0.0-M10
            Reporter: Emmanuel Lecharny
             Fix For: 1.0.0-M11

We should be able to do an operation even if we are not connected to the server. In this case, we will use an
Anonymous connection, and the connector will be created on the fly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Picon
Favicon

[jira] [Created] (DIRSTUDIO-772) Entry UUID Editor can't display eDirectory GUID in v2.0M2

Entry UUID Editor can't display eDirectory GUID in v2.0M2
---------------------------------------------------------

                 Key: DIRSTUDIO-772
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-772
             Project: Directory Studio
          Issue Type: Bug
    Affects Versions: 2.0.0-M2
         Environment: Windows Vista 64-bit
            Reporter: Aleks M
            Priority: Minor

In Studio 1.5.3 I could specify Entry UUID Editor as the editor for the attribute called GUID in Novell eDirectory.
The Entry Editor in Studio would then display the GUID as a nice string:
bcdf4a91-ccb1-ae49-a18f-bcdf4a91ccb1

In 2.0 M2 this no longer works. The entry editor displays this next to the GUID attribute:
Invalid UUID

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Picon
Favicon

[jira] [Created] (DIRSTUDIO-771) Searches are not saved when closing Studio 2.0 M1/M2

Searches are not saved when closing Studio 2.0 M1/M2
----------------------------------------------------

                 Key: DIRSTUDIO-771
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-771
             Project: Directory Studio
          Issue Type: Question
          Components: studio-ldapbrowser
    Affects Versions: 2.0.0-M2
         Environment: Windows 7 64-bit
            Reporter: Aleks M

Hello
After installing Studio 2.0 M1 and today M2 my searches that I perform and that are shown in the LDAP Browser
tree are no longer saved when I close Studio.
After restarting it all my searches are gone and I have create new ones.
In which folder are they normally stored? I would like to check if they are written to disk.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Picon
Gravatar

Re: [ANNOUNCE] ApacheDS 2.0.0-M5 released

Le 7 févr. 2012 à 19:57, "Emmanuel Lécharny"
<elecharny@...> a écrit :
> On 2/7/12 7:44 PM, sebb wrote:
>> On 7 February 2012 15:18, Pierre-Arnaud
Marcelot<pamarcelot@...>  wrote:
>>> The Apache Directory team is pleased to announce the release of ApacheDS
>>> 2.0.0-M5, the fifth milestone toward a 2.0 version.
>> What is ApacheDS?
>>
>> A Detective Sergeant?
>> ;-)

Haha

> As soon as it does not mean "dull sh*t"...
>>
>> I expect followers of the dev and user lists will know, but the
>> message also goes to others who will not be familiar with the acronyms
>> used.
>
> Agreed. As we add a small description of Apache DS in each quarterly
> board reports, adding the same piece of text in the Announcement is
> probably a must have.

Indeed.
Next release announcement will Inge more informative.
Thanks for the heads up.

Regards,
Pierre-Arnaud

> Thanks Sebbaz !
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>

Alex Karasulu | 7 Feb 16:20
Picon
Favicon

Re: svn commit: r1241334 [1/2] - in /directory/shared/trunk/ldap: client/api/src/main/java/org/apache/directory/ldap/client/api/ codec/core/src/main/java/org/apache/directory/shared/ldap/codec/api/ model/src/main/java/org/apache/directory/shared/ldap



On Tue, Feb 7, 2012 at 4:51 AM, <elecharny-1oDqGaOF3Lkdnm+yROfE0A@public.gmane.org> wrote:
Author: elecharny

o Modified the X-HOMAN-READABLE extention to X-NOT-HUMAN-READABLE, to use the same extension than OpenLDAP (this will increase the compatibility

Nice move!

--
Best Regards,
-- Alex

Picon
Favicon
Gravatar

[ANNOUNCE] ApacheDS 2.0.0-M5 released

The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M5, the fifth milestone toward a 2.0 version.

Here are the release notes for Apache Directory ApacheDS 2.0.0-M5:
* [DIRSERVER-1660] - DMG based installer generation fails on Mac OSX Lion
* [DIRSERVER-1688] - Using rm -d is not portable to Slackware
* [DIRKRB-81] - The ReplayCacheEntry is marked as Serializable, but contains no serializable fields
* [DIRKRB-84] - EncryptionTypes are not correctly handled in the server

Note that this is a milestone, and some parts of the API or configuration can change before the 2.0 GA. We don't have any defined time frame for the 2.0-G1 release, we do expect to release a few more milestones before reaching the 2.0-GA.


The Apache Directory Team

Gmane