You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Clint Checketts (JIRA)" <ji...@apache.org> on 2010/09/22 01:59:33 UTC

[jira] Updated: (WICKET-3069) java.rmi not allowed on GAE

     [ https://issues.apache.org/jira/browse/WICKET-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clint Checketts updated WICKET-3069:
------------------------------------

    Attachment: UUID_patch.txt

Changing from java.rmi.server.UID to java.util.UUID.

> java.rmi not allowed on GAE
> ---------------------------
>
>                 Key: WICKET-3069
>                 URL: https://issues.apache.org/jira/browse/WICKET-3069
>             Project: Wicket
>          Issue Type: Sub-task
>          Components: wicket
>    Affects Versions: 1.4.13, 1.5-M3
>         Environment: Google App Engine
>            Reporter: Clint Checketts
>            Priority: Minor
>         Attachments: UUID_patch.txt
>
>
> java.rmi.server.UID() is used to generate a unique identifier. GAE doesn't allow using the java.rmi libraries.
> Changing to java.util.UUID will acheive the same results. The java.rmi method was probably just a left over from pre-Java 5 compatibility.

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