try
{
//System.out.println("*** Try Block of emailMoveTo *** ");
InitialContext ic = CVUtility.getInitialContext();
EmailManageLocalHome home = (EmailManageLocalHome)ic.lookup("local/EmailManage");
EmailManageLocal remote = home.create();
remote.setDataSource(this.dataSource);
//System.out.println("*** Before calling of emailMoveTo *** ");
result = remote.emailMoveTo( sourceId ,destId,mailIdList );
//System.out.println("*** After calling of emailMoveTo *** ");
}
catch(Exception e)
{
System.out.println("[Exception][EmailFacadeBean.emailMoveTo] Exception Thrown: "+e);