[appengine-java] Re: javax.annotation.Resource Spring 3.0.0.Release declarative DI on Google App Engine

2010-02-10 Thread Marcel Overdijk
Larry, Check out https://jira.springsource.org/browse/SPR-6679 and please vote. On Feb 10, 7:11 pm, Larry Cable wrote: > Not sure if this  helps or not but you cannot use the Spring > > > > markup in your GAE Spring applications ... > > This will of course work locally but because the > Commo

[appengine-java] Re: javax.annotation.Resource Spring 3.0.0.Release declarative DI on Google App Engine

2010-02-10 Thread Larry Cable
Not sure if this helps or not but you cannot use the Spring markup in your GAE Spring applications ... This will of course work locally but because the CommonAnnotationBeanPostProcessor attempts to load javax.annotation.Resource (and fails) then no annotation processing will occur ... there a

[appengine-java] Re: javax.annotation.Resource Spring 3.0.0.Release declarative DI on Google App Engine

2010-01-22 Thread Vijay Bansal
This is of some help to those who are trying for CXF-RS apps on GAE http://sinister2010.wordpress.com/2010/01/22/cxf-rs-on-google-app-engine-exposed3/ On Jan 14, 12:43 am, "Jason (Google)" wrote: > Hi Ralf. We may be able to add support for this annotation in a forthcoming > release. Please star

[appengine-java] Re: javax.annotation.Resource Spring 3.0.0.Release declarative DI on Google App Engine

2010-01-12 Thread Marcel Overdijk
Just read your post carefully now and notices that some parts of JSR-250 are supported. I'm wondering now the same why @Resource is not supported. Maybe GAE team can shed some light on this. Cheers, Marcel On 2 jan, 12:27, Ralf Sigmund wrote: > Hi, > i am a newbie to App Engine. So I tried to

[appengine-java] Re: javax.annotation.Resource Spring 3.0.0.Release declarative DI on Google App Engine

2010-01-12 Thread Marcel Overdijk
Encountering the same... Would be cool if GAE would support JSR-250 which it obviously does not. On 2 jan, 12:27, Ralf Sigmund wrote: > Hi, > i am a newbie to App Engine. So I tried to do some of my Spring > 3.0.0.RELEASE demo stuff. > > When using my favourite JAX-RS Implementation (Apache CXF 2