You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jeff Levitt (JIRA)" <de...@db.apache.org> on 2005/05/09 03:49:05 UTC

[jira] Updated: (DERBY-87) org.apache.derby.database.UserUtility.add does not exist but is documented

     [ http://issues.apache.org/jira/browse/DERBY-87?page=all ]

Jeff Levitt updated DERBY-87:
-----------------------------

    Attachment: derby87.diff

Well it looks like this was fixed, because I dont see the text you are talking about on this page anymore.

However, it does look like the metadata information for the index on this page still includes the UserUtility.  So this small patch simply removes that.

So I think this is resolved with this patch!

> org.apache.derby.database.UserUtility.add does not exist but is documented
> --------------------------------------------------------------------------
>
>          Key: DERBY-87
>          URL: http://issues.apache.org/jira/browse/DERBY-87
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Reporter: Jean T. Anderson
>     Priority: Minor
>  Attachments: derby87.diff
>
> http://incubator.apache.org/derby/manuals/develop/develop109.html shows how to call org.apache.derby.database.UserUtility.add, but Derby doesn't support static method calls. The text below should be removed from src/documentation/content/xdocs/manuals/develop/develop109.ihtml:
> Note:
>     Derby provides a utility to make it easier to create and maintain the lists of read-only and full-access users. This utility is org.apache.derby.database.UserUtility. The following example shows how to use the utility to add a full access user:
> CALL org.apache.derby.database.UserUtility.add("mary",
>         UserUtility.FULL_ACCESS_PERMISSION);

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