getComponent().getBeanClass().getAnnotation(Conversational.class).ifNotBegunOutcome();
if ( "".equals(outcome) )
{
Events.instance().raiseEvent("org.jboss.seam.noConversation");
throw new NoConversationException( "no long-running conversation for @Conversational bean: " + getComponent().getName() );
}
else
{
//Deprecated functionality:
if ( Lifecycle.getPhaseId()==PhaseId.INVOKE_APPLICATION )