{
@Override
protected void invokeApplication() throws Exception
{
// MEI is not installed by default, so we need to enable it
Component.forName("entitytest.someComponent").addInterceptor(new ManagedEntityInterceptor());
Component.forName("entitytest.nestedComponent").addInterceptor(new ManagedEntityInterceptor());
Conversation.instance().begin(true, false);
invokeAction("#{entitytest.someComponent.createSomeThings}");
invokeAction("#{entitytest.someComponent.loadThings}");