Re: Guice's AOP extension not working on super type

2013-09-04 Thread mayumi
Turned out that whenever you override a method intercepted in the child class, interception is cancelled. On Wednesday, 28 August 2013 13:55:49 UTC-5, mayumi wrote: > > I have a following hierarchical structure: > > public class ItemImpl extends RepositoryBase { >@Injec

Guice's AOP extension not working on super type

2013-09-03 Thread mayumi
I have a following hierarchical structure: public class ItemImpl extends RepositoryBase { @Inject ItemImpl( dependency ) { super( dependency ) } } public class RepositoryBase extends Base { public RepositoryBase( dependency ) { //Constructor without @Inject super( depe

Does Guice uses JNDI to look up for a Key with Binding instance?

2011-05-16 Thread mayumi
Hi I am reading the source code to understand how this framework works internally and I am not clear how the Injector looks up for a instance give Key? It will be helpful if you could refer to a particular file for an example. Thanks. -- You received this message because you are subscribed to th