{
InitialContext ic = CVUtility.getInitialContext();
ManageFolderLocalHome home = (ManageFolderLocalHome)ic.lookup("local/ManageFolder");
ManageFolderLocal remote = home.create();
remote.setDataSource(this.dataSource);
i=remote.editFolder(userId, preference);
}
catch(Exception e)
{
System.out.println("[Exception][EmailFacadeBean.editFolder] Exception Thrown: "+e);