Thanks, done: https://issues.apache.org/jira/browse/TAP5-2002!
Best regards, Matias. On Tue, Sep 25, 2012 at 11:17 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 25 Sep 2012 10:56:03 -0300, Matías Blasi <matias.bl...@gmail.com> > wrote: > > Thanks Thiago, >> > > De nada! :) > > > It is a surprise for me! Because, it is into the "services" package... >> and> I'd be pretty sure about injecting it... but I would be wrong.... >> > > In this case, you're wrong. :) Not everything that is in the services > package is a Tapestry-IoC service. It needs to be declared as such. And > there are stuff that is injectable but isn't a service. Tapestry-IoC calls > them resources. > > > Anyway, something is confusing me, because my @Advise annotation is >> explicitly pointing to this interface: >> >> @Advise(serviceInterface=org.**apache.tapestry5.services.**Session.class) >> >> So, I don't understand why tap is trying to advise the hibernate-session. >> > > As Lance said, this looks like a bug. Could you file a JIRA please? > > > -- > Thiago H. de Paula Figueiredo >