You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Aleksander Adamowski (JIRA)" <ji...@apache.org> on 2009/01/07 18:28:44 UTC

[jira] Created: (DIRSERVER-1303) The documentation should mention that @ApplyLdifFiles annotation is unused

The documentation should mention that @ApplyLdifFiles annotation is unused
--------------------------------------------------------------------------

                 Key: DIRSERVER-1303
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: doc
    Affects Versions: 1.5.9
            Reporter: Aleksander Adamowski
            Priority: Minor


According to http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html the @ApplyLdifFiles is used by the integration test runner to apply custom changes to the temporary directory server instance.

However, unlike @ApplyLdifs annotation (which works fine), the information from @ApplyLdifFiles seems to be unused - it ends up in the org.apache.directory.server.core.integ.InheritableSettings class, and getLdifFiles() method seems to not be called from anywhere except the method itself (I've grepped the whole trunk sources of Apache DS).

The documentation should mention that this functionality isn't implemented yet.

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


[jira] Commented: (DIRSERVER-1303) The documentation should mention that @ApplyLdifFiles annotation is unused

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

Pierre-Arnaud Marcelot commented on DIRSERVER-1303:
---------------------------------------------------

I confirm what Aleksander says.

I tried to used it today and came up to the same conclusion...

Unfortunately it's not yet implemented yet.

I really think this should be fixed in the next release (after 1.5.4) as it's an important feature for users (like me today) using Apache DS as an embedded LDAP Server for running tests.

> The documentation should mention that @ApplyLdifFiles annotation is unused
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1303
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: doc
>    Affects Versions: 1.5.9
>            Reporter: Aleksander Adamowski
>            Priority: Minor
>
> According to http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html the @ApplyLdifFiles is used by the integration test runner to apply custom changes to the temporary directory server instance.
> However, unlike @ApplyLdifs annotation (which works fine), the information from @ApplyLdifFiles seems to be unused - it ends up in the org.apache.directory.server.core.integ.InheritableSettings class, and getLdifFiles() method seems to not be called from anywhere except the method itself (I've grepped the whole trunk sources of Apache DS).
> The documentation should mention that this functionality isn't implemented yet.

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


[jira] Commented: (DIRSERVER-1303) The documentation should mention that @ApplyLdifFiles annotation is unused

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

Pierre-Arnaud Marcelot commented on DIRSERVER-1303:
---------------------------------------------------

I confirm this is fixed.

It now works like a charm... :)

Thanks Emmanuel!

> The documentation should mention that @ApplyLdifFiles annotation is unused
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1303
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: doc
>    Affects Versions: 1.5.4
>            Reporter: Aleksander Adamowski
>            Priority: Minor
>             Fix For: 1.5.5
>
>
> According to http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html the @ApplyLdifFiles is used by the integration test runner to apply custom changes to the temporary directory server instance.
> However, unlike @ApplyLdifs annotation (which works fine), the information from @ApplyLdifFiles seems to be unused - it ends up in the org.apache.directory.server.core.integ.InheritableSettings class, and getLdifFiles() method seems to not be called from anywhere except the method itself (I've grepped the whole trunk sources of Apache DS).
> The documentation should mention that this functionality isn't implemented yet.

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


[jira] Closed: (DIRSERVER-1303) The documentation should mention that @ApplyLdifFiles annotation is unused

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

Emmanuel Lecharny closed DIRSERVER-1303.
----------------------------------------


closed

> The documentation should mention that @ApplyLdifFiles annotation is unused
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1303
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: doc
>    Affects Versions: 1.5.4
>            Reporter: Aleksander Adamowski
>            Priority: Minor
>             Fix For: 1.5.5
>
>
> According to http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html the @ApplyLdifFiles is used by the integration test runner to apply custom changes to the temporary directory server instance.
> However, unlike @ApplyLdifs annotation (which works fine), the information from @ApplyLdifFiles seems to be unused - it ends up in the org.apache.directory.server.core.integ.InheritableSettings class, and getLdifFiles() method seems to not be called from anywhere except the method itself (I've grepped the whole trunk sources of Apache DS).
> The documentation should mention that this functionality isn't implemented yet.

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


[jira] Updated: (DIRSERVER-1303) The documentation should mention that @ApplyLdifFiles annotation is unused

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

Emmanuel Lecharny updated DIRSERVER-1303:
-----------------------------------------

    Affects Version/s:     (was: 1.5.9)
                       1.5.4
        Fix Version/s: 1.5.5

> The documentation should mention that @ApplyLdifFiles annotation is unused
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1303
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: doc
>    Affects Versions: 1.5.4
>            Reporter: Aleksander Adamowski
>            Priority: Minor
>             Fix For: 1.5.5
>
>
> According to http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html the @ApplyLdifFiles is used by the integration test runner to apply custom changes to the temporary directory server instance.
> However, unlike @ApplyLdifs annotation (which works fine), the information from @ApplyLdifFiles seems to be unused - it ends up in the org.apache.directory.server.core.integ.InheritableSettings class, and getLdifFiles() method seems to not be called from anywhere except the method itself (I've grepped the whole trunk sources of Apache DS).
> The documentation should mention that this functionality isn't implemented yet.

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


[jira] Resolved: (DIRSERVER-1303) The documentation should mention that @ApplyLdifFiles annotation is unused

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

Emmanuel Lecharny resolved DIRSERVER-1303.
------------------------------------------

    Resolution: Fixed

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

> The documentation should mention that @ApplyLdifFiles annotation is unused
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1303
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: doc
>    Affects Versions: 1.5.4
>            Reporter: Aleksander Adamowski
>            Priority: Minor
>             Fix For: 1.5.5
>
>
> According to http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html the @ApplyLdifFiles is used by the integration test runner to apply custom changes to the temporary directory server instance.
> However, unlike @ApplyLdifs annotation (which works fine), the information from @ApplyLdifFiles seems to be unused - it ends up in the org.apache.directory.server.core.integ.InheritableSettings class, and getLdifFiles() method seems to not be called from anywhere except the method itself (I've grepped the whole trunk sources of Apache DS).
> The documentation should mention that this functionality isn't implemented yet.

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