public void testPlainBean() throws Exception
{
// Set up the FrameworkAdapter. This is needed by any ConversationManager operation.
LocalFrameworkAdapter frameworkAdapter = new LocalFrameworkAdapter();
frameworkAdapter.setApplicationContext(applicationContext);
frameworkAdapter.setConversationMessager(new LogConversationMessager());
FrameworkAdapter.setCurrentInstance(frameworkAdapter);
// The object is proxied by a JDK proxy; this is the default behaviour. It therefore
// has all the interfaces of a SimpleBean, and is backed by a SimpleBean, but cannot
// be cast to one.