Hello,
 I'm experimenting strange things when trying a simple spring integration:
on tapestry site it is written that I can use @Inject into spring
beans, and that "Spring Beans are no longer exposed as services,
unless 5.0 compatibility mode is enabled."

I've simply created a T5.1 application from archetype, but I'm
experiencing the opposite of what it's written on the site:

If I call
 @Inject private MySpringBean theBean;

inside the Index page, the component is resolved.

While if I call
If I call
 @Inject private MyTapestryService theT51service;
the service is null,

of course If I call
 @Inject private MyTapestryService theT51service; inside the index
page the service is resolved.


Am I missing something ?

Thanks in advance,
kiuma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to