[
https://issues.apache.org/activemq/browse/CAMEL-3140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61954#action_61954
]
Claus Ibsen commented on CAMEL-3140:
------------------------------------
Ah we should only change the generator if its the AMQ one so the code should be
{code}
if (getUuidGenerator() instanceof ActiveMQUuidGenerator) {
// use java uuid generator as ActiveMQ uses JDK API which is not
allowed on GAE
setUuidGenerator(new JavaUuidGenerator());
}
{code}
> Document required usage of JavaUUIDGenerator when running Camel on GAE
> ----------------------------------------------------------------------
>
> Key: CAMEL-3140
> URL: https://issues.apache.org/activemq/browse/CAMEL-3140
> Project: Apache Camel
> Issue Type: Task
> Components: camel-gae
> Affects Versions: 2.4.0
> Reporter: Martin Krasser
> Assignee: Martin Krasser
> Priority: Minor
> Fix For: 2.5.0
>
>
> JavaUUIDGenerator won't be the default one in Camel 2.5 and Camel GAE apps
> will need to configure the JavaUUIDGenerator explicitly. The former
> ActiveMQUUIDGenerator uses APIs that are not on the GAE JDK whitelist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.