You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Zoerner (JIRA)" <ji...@apache.org> on 2007/01/14 18:14:27 UTC

[jira] Created: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

venderVersion attribute contains maven placeholder as value
-----------------------------------------------------------

                 Key: DIRSERVER-829
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.0
         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
* Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
* Windows XP Professional SP2

            Reporter: Stefan Zoerner
            Priority: Minor
             Fix For: 1.5.0


If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:

$ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
version: 1
dn:
vendorVersion: ${pom.version}

The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner resolved DIRSERVER-829.
--------------------------------------

    Resolution: Fixed

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466333 ] 

Alex Karasulu commented on DIRSERVER-829:
-----------------------------------------

Perhaps someone must have turned off maven's resource filtering.  Anyone?

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

Posted by "Stefan Zoerner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466351 ] 

Stefan Zoerner commented on DIRSERVER-829:
------------------------------------------

Yes, filtering of resources was disabled for the core. I have changed it back:

http://svn.apache.org/viewvc?view=rev&revision=498452

Thanks for the hint, Alex! 

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner updated DIRSERVER-829:
-------------------------------------

    Affects Version/s: 1.0.1

Correction: I have this problem with the current 1.0.1 SNAPSHOT as well.

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner updated DIRSERVER-829:
-------------------------------------

    Fix Version/s: 1.0.1

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.0.1, 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner closed DIRSERVER-829.
------------------------------------


> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.0.1, 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner closed DIRSERVER-829.
------------------------------------


> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner resolved DIRSERVER-829.
--------------------------------------

    Resolution: Fixed

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.0.1, 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner reassigned DIRSERVER-829:
----------------------------------------

    Assignee: Stefan Zoerner

> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (DIRSERVER-829) venderVersion attribute contains maven placeholder as value

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

Stefan Zoerner reopened DIRSERVER-829:
--------------------------------------


> venderVersion attribute contains maven placeholder as value
> -----------------------------------------------------------
>
>                 Key: DIRSERVER-829
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-829
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.0.1, 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>         Assigned To: Stefan Zoerner
>            Priority: Minor
>             Fix For: 1.0.1, 1.5.0
>
>
> If a client requests the vendorVersion from the RootDSE, s/he gets "${pom.version}" as value:
> $ ldapsearch -h localhost -p 10389 -D "uid=admin,ou=system" -w ******-b "" -s base "(ObjectClass=*)" vendorVersion
> version: 1
> dn:
> vendorVersion: ${pom.version}
> The issue does not exist in previous versions, and is likely a side effect of the reorganisation activities for the 1.5 version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira