On Sun, Mar 14, 2010 at 8:55 PM, Rickard Öberg <[email protected]> wrote:
>
> http://www.jroller.com/rickard/entry/implementing_dci_in_qi4j
>

I think a typing error;

InteractionContext map = new InteractionContext();
RootContext context =
assembler.objectBuilderFactory().newObjectBuilder( RootContext.class
).use(stack ).newInstance();
InboxContext inboxContext = context.user( userId ).inbox();

Shouldn't it be "use(map)" instead of "use(stack)" ?


Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to