You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eran Chinthaka (JIRA)" <ji...@apache.org> on 2005/09/07 09:01:30 UTC

[jira] Created: (AXIS2-210) Axis2 UUID Generator

Axis2 UUID Generator
--------------------

         Key: AXIS2-210
         URL: http://issues.apache.org/jira/browse/AXIS2-210
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
  Components: core  
    Reporter: Eran Chinthaka
 Assigned to: Eran Chinthaka 
    Priority: Minor
     Fix For: 0.92


The simple UUID generator in MIMEOutputUtils.getRandomStringOf18Characters() seems being used by other parts of Axis2. So I think its better to refactor that in to commons module, so that any one can use it.

-- 
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


[jira] Resolved: (AXIS2-210) Axis2 UUID Generator

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-210?page=all ]
     
Eran Chinthaka resolved AXIS2-210:
----------------------------------

    Resolution: Fixed

UUID generation can now be found in commons module, o.a.a.util.UUIDGenerator.

One can use it by UUIDGenerator.getUUID() which will return a String. If you have problem with the name I put, you know what to do ..... :)

> Axis2 UUID Generator
> --------------------
>
>          Key: AXIS2-210
>          URL: http://issues.apache.org/jira/browse/AXIS2-210
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: core
>     Reporter: Eran Chinthaka
>     Assignee: Eran Chinthaka
>     Priority: Minor
>      Fix For: 0.92

>
> The simple UUID generator in MIMEOutputUtils.getRandomStringOf18Characters() seems being used by other parts of Axis2. So I think its better to refactor that in to commons module, so that any one can use it.

-- 
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