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.

Reply via email to