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 2010/01/19 13:49:54 UTC

[jira] Created: (DIRSTUDIO-620) Wrong ObjectClass type shown in entries when schema is not read

Wrong ObjectClass type shown in entries when schema is not read
---------------------------------------------------------------

                 Key: DIRSTUDIO-620
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-620
             Project: Directory Studio
          Issue Type: Bug
    Affects Versions: 1.5.2
            Reporter: Emmanuel Lecharny
            Priority: Minor


If the schema cannot be read, the unknown ObjectClass are shown as STRUCTURAL, even if they are not, when showing an entry.

Blind guess : the OC's type default to STRUCTURAL when unknown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-620) Wrong ObjectClass type shown in entries when schema is not read

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann updated DIRSTUDIO-620:
--------------------------------------

    Fix Version/s: 2.0.0

> Wrong ObjectClass type shown in entries when schema is not read
> ---------------------------------------------------------------
>
>                 Key: DIRSTUDIO-620
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-620
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Emmanuel Lecharny
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> If the schema cannot be read, the unknown ObjectClass are shown as STRUCTURAL, even if they are not, when showing an entry.
> Blind guess : the OC's type default to STRUCTURAL when unknown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-620) Wrong ObjectClass type shown in entries when schema is not read

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802246#action_12802246 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-620:
--------------------------------------------------

Could you attach a screenshot please ?

Thanks.

P-A

> Wrong ObjectClass type shown in entries when schema is not read
> ---------------------------------------------------------------
>
>                 Key: DIRSTUDIO-620
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-620
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Emmanuel Lecharny
>            Priority: Minor
>
> If the schema cannot be read, the unknown ObjectClass are shown as STRUCTURAL, even if they are not, when showing an entry.
> Blind guess : the OC's type default to STRUCTURAL when unknown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-620) Wrong ObjectClass type shown in entries when schema is not read

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842653#action_12842653 ] 

Stefan Seelmann commented on DIRSTUDIO-620:
-------------------------------------------

Right guess. For unknown OC we just instantiate a new ObjectClassDescription object and set the name, and the default type is STRUCTURAL (according to RFC4512).

Let's see how the new schema manager will handle this case.


> Wrong ObjectClass type shown in entries when schema is not read
> ---------------------------------------------------------------
>
>                 Key: DIRSTUDIO-620
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-620
>             Project: Directory Studio
>          Issue Type: Bug
>    Affects Versions: 1.5.2
>            Reporter: Emmanuel Lecharny
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> If the schema cannot be read, the unknown ObjectClass are shown as STRUCTURAL, even if they are not, when showing an entry.
> Blind guess : the OC's type default to STRUCTURAL when unknown

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.