Yup, That was my mistake. I went back too far in Restore from Local History to fix some dependency issues and the Unit Tests passed, so I didn't catch that. I've added the calls to the eventContextFactory back once again so we are completely bottlenecking the creation of the EventContext at runtime.
DW On Mon, Jan 25, 2010 at 6:25 AM, Chris Blackwell <[email protected]> wrote: > make that getEventContextFactory().new(..) > > 2010/1/25 Chris Blackwell <[email protected]> > >> Changing those calls to use >> getBean("modelglue.eventContextFactory").new(...) seems to get things >> working as i had expected >> > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<model-glue%[email protected]> > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- “Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew.” Guillaume Apollinaire quotes -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
