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/06/03 01:15:56 UTC

[jira] Created: (DIRSERVER-1511) Some operations are present in the Partition interface when they should not

Some operations are present in the Partition interface when they should not
---------------------------------------------------------------------------

                 Key: DIRSERVER-1511
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1511
             Project: Directory ApacheDS
          Issue Type: Improvement
    Affects Versions: 1.5.7
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.0-RC1


We have operations like Bind or Unbind that should not be present in the Partition interface. They should be removed.

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


[jira] Commented: (DIRSERVER-1511) Some operations are present in the Partition interface when they should not

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875133#action_12875133 ] 

Emmanuel Lecharny commented on DIRSERVER-1511:
----------------------------------------------

IMO, Bind and Unbind are useless even for a VD perspective. This should be handled in an interceptor, not in a partition.

> Some operations are present in the Partition interface when they should not
> ---------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1511
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1511
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.7
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>
> We have operations like Bind or Unbind that should not be present in the Partition interface. They should be removed.

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


[jira] Commented: (DIRSERVER-1511) Some operations are present in the Partition interface when they should not

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

Stefan Seelmann commented on DIRSERVER-1511:
--------------------------------------------

The javadoc of those methods state that they should be implemented when creating a virtual directory. Is this use case out of scope?


> Some operations are present in the Partition interface when they should not
> ---------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1511
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1511
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 1.5.7
>            Reporter: Emmanuel Lecharny
>             Fix For: 2.0.0-RC1
>
>
> We have operations like Bind or Unbind that should not be present in the Partition interface. They should be removed.

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