InputStream is;
try {
is = new FileInputStream(serverFile);
com.ibm.sbt.services.client.connections.files.File entry = svc.uploadFile(is,name, serverFile.length(),p.buildParameters());
}catch (ClientServicesException e) {
throw new FacesExceptionEx(e);
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block