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

[jira] Resolved: (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 ]

Igor Vaynberg resolved WICKET-3069.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.4.13
                   1.5-M3
       Resolution: Fixed

> 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
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.13, 1.5-M3
>
>         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.