On Fri, Oct 16, 2009 at 9:47 AM, Martin Krasser <d...@martin-krasser.de> wrote:
>
> I'm trying to get camel-core running on Google App Engine. It doesn't run
> out-of-the-box mainly because Camel's UUID generator. It uses InetAddress
> that is not on the JRE class whitelist. Replacing the implementation using
> Java's UUID class, I got a simple route running.
>
> Is there any special reason why Camel doesn't use Java's UUID class for
> generating IDs? Do you see any issues replacing the current implementation?
>

Maybe James can remember?
I do think part of the reason was that then the id will reflect which
host created the it.
For example if you route messages over JMS then camel-jms could
preserve this id.

But I do think its much more important to get Camel compliant with the
white list on GAE.

I dont see any issue replacing it to a non host based. Or make it more
pluggable out of the box.

> I'll summarize other issues with Camel on GAE in a separate post.
>

Cool please post your findings.



> Thanks,
> Martin
> --
> View this message in context: 
> http://www.nabble.com/Camel-on-Google-App-Engine-tp25921155p25921155.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to