You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Andrea A.A. Gariboldi (JIRA)" <ji...@apache.org> on 2009/04/01 02:21:50 UTC

[jira] Created: (DIRSERVER-1344) DefaultPartitionNexus tries to add the system context entry every time the server is started

DefaultPartitionNexus tries to add the system context entry every time the server is started
--------------------------------------------------------------------------------------------

                 Key: DIRSERVER-1344
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1344
             Project: Directory ApacheDS
          Issue Type: Bug
            Reporter: Andrea A.A. Gariboldi
         Attachments: DefaultPartitionNexus.java.patch

The DefaultPartitionNexus calls the system partition add method to add the system context entry every time the server is started, causing for example the OraclePartition to raise constraints errors.


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


[jira] Assigned: (DIRSERVER-1344) DefaultPartitionNexus tries to add the system context entry every time the server is started

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

Emmanuel Lecharny reassigned DIRSERVER-1344:
--------------------------------------------

    Assignee: Emmanuel Lecharny

> DefaultPartitionNexus tries to add the system context entry every time the server is started
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1344
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1344
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Andrea A.A. Gariboldi
>            Assignee: Emmanuel Lecharny
>         Attachments: DefaultPartitionNexus.java.patch
>
>
> The DefaultPartitionNexus calls the system partition add method to add the system context entry every time the server is started, causing for example the OraclePartition to raise constraints errors.

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


[jira] Updated: (DIRSERVER-1344) DefaultPartitionNexus tries to add the system context entry every time the server is started

Posted by "Andrea A.A. Gariboldi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea A.A. Gariboldi updated DIRSERVER-1344:
---------------------------------------------

    Attachment: DefaultPartitionNexus.java.patch

This is my proposed patch to solve the issue.

> DefaultPartitionNexus tries to add the system context entry every time the server is started
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1344
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1344
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Andrea A.A. Gariboldi
>         Attachments: DefaultPartitionNexus.java.patch
>
>
> The DefaultPartitionNexus calls the system partition add method to add the system context entry every time the server is started, causing for example the OraclePartition to raise constraints errors.

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


[jira] Closed: (DIRSERVER-1344) DefaultPartitionNexus tries to add the system context entry every time the server is started

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

Emmanuel Lecharny closed DIRSERVER-1344.
----------------------------------------


> DefaultPartitionNexus tries to add the system context entry every time the server is started
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1344
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1344
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>            Reporter: Andrea A.A. Gariboldi
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>         Attachments: DefaultPartitionNexus.java.patch
>
>
> The DefaultPartitionNexus calls the system partition add method to add the system context entry every time the server is started, causing for example the OraclePartition to raise constraints errors.

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


[jira] Resolved: (DIRSERVER-1344) DefaultPartitionNexus tries to add the system context entry every time the server is started

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

Emmanuel Lecharny resolved DIRSERVER-1344.
------------------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?rev=778789&view=rev

Thanks Andrea !

> DefaultPartitionNexus tries to add the system context entry every time the server is started
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1344
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1344
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>            Reporter: Andrea A.A. Gariboldi
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>         Attachments: DefaultPartitionNexus.java.patch
>
>
> The DefaultPartitionNexus calls the system partition add method to add the system context entry every time the server is started, causing for example the OraclePartition to raise constraints errors.

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


[jira] Updated: (DIRSERVER-1344) DefaultPartitionNexus tries to add the system context entry every time the server is started

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

Emmanuel Lecharny updated DIRSERVER-1344:
-----------------------------------------

    Affects Version/s: 1.5.4
        Fix Version/s: 1.5.5

> DefaultPartitionNexus tries to add the system context entry every time the server is started
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1344
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1344
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>            Reporter: Andrea A.A. Gariboldi
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>         Attachments: DefaultPartitionNexus.java.patch
>
>
> The DefaultPartitionNexus calls the system partition add method to add the system context entry every time the server is started, causing for example the OraclePartition to raise constraints errors.

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