Switch to java.util.UUID for generating unique IDs
--------------------------------------------------

                 Key: CAMEL-2073
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2073
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core, camel-jms
    Affects Versions: 2.0.0
            Reporter: Martin Krasser
         Attachments: uuid.ptach

This is necessary to get camel-core running on Google App Engine, because the 
existing UUID generator implementation uses classes that are not on the App 
Engine's JRE whitelist (e.g. InetAddress). The provided patch replaces the 
current UUID generator and is designed for being extendable with other UUID 
generation strategies if needed. 

For details see 
http://www.nabble.com/Camel-on-Google-App-Engine-to25921155s22882.html.


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