On 2010-03-14 15.51, Niclas Hedhman wrote:
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)" ?
Fixed!
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev