Re: GAE API in Maven repo

2009-11-07 Thread Martin Krasser
I forgot to mention that I couldn't find a Maven repo that contains the most recent GAE SDK. The 'official' Google Code project for maintaining such a repository is http://code.google.com/p/google-maven-repository but the latest SDK version there is 1.2.1. Requests for adding newer versions hav

Re: Log INFO message instead of WARN if no eventEndpoint available

2009-11-07 Thread Claus Ibsen
On Fri, Nov 6, 2009 at 6:06 PM, akuhtz wrote: > > Hi, > > Is it possible that the log of the WARN (see below) is changed into an INFO > message if no eventEndpoint is available in SpringCamelContext? > > SpringCamelContext, line 107+ > > if (eventEndpoint != null) { >   eventEndpoint.onApplication

GAE API in Maven repo

2009-11-07 Thread Martin Krasser
I'm currently working on Camel components for the Google App Engine (see CAMEL-2085) and have dependencies to the GAE APIs that are part of the GAE SDK. To which Maven repo should they go to (and how do I get them there)? I currently have them deployed to the Open eHealth Maven repository but t