You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2015/06/26 19:48:04 UTC

[jira] [Commented] (DIRSTUDIO-1061) RawSchemaDefinition always shows single hyphen/dash (empty) for attributes or classes

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603294#comment-14603294 ] 

Emmanuel Lecharny commented on DIRSTUDIO-1061:
----------------------------------------------

It's clearly a bug. I'm investigating why the raw schema is not exposed, when it's actually available.

The pb is that we try to fetch the raw format from a Map using the key {{RAW_SCHEMA_DEFINITION_LDIF_VALUE}} when the present key is {{RAW0 '0x00' SCHEMA '0x00' DEFINITION '0x00' LDIF '0x00' VALUE}} (note : there are 0x00 chars where '_' are expected).
If I replace the String with '_' with the one with 0x00, I get the raw format.

Now to understand why we are storing a key with 0x00 in place of '_'...



> RawSchemaDefinition always shows single hyphen/dash (empty) for attributes or classes
> -------------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-1061
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1061
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 2.0.0-M9 (2.0.0.v20150606-M9)
>         Environment: openSUSE 13.1 x86_64
> NetIQ eDirectory 8.8 SP8 backend
> OpenLDAP backend
> ApacheDS 2.0.0 (within Apache Directory Studio)
>            Reporter: Aaron Burgemeister
>
> A part of Apache Directory Studio I use a fair bit is the view of the RawSchemaDefinition within the Schema Editor.  Attempting to use this in M9 (where I'm 99.99% sure it worked in M8, or whatever the previous public milestone was from 2013) yields nothing but the hyphen/dash that indicates nothing is there.
> Steps to duplicate:
> Point to a directory (ldap.forumsys.com:389 is public and duplicates the problem)
> Click on Root DSE
> LDAP (menu): Open Schema Editor
> Click on any class or attribute and attempt to get information when expanding the RawSchemaDefinition field.
> Expected Results: Show the raw schema definition.
> Actual Results: No raw schema definition anymore.
> Reproducible: Always
> I pointed to three different types of servers in case something was amiss with one of their schema representations, but all of them exhibit the same symptom, including the built-in ApacheDS instance that I created anew in Studio M9.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)