leonardo 2017-01-25 11:49:06 +00:00
parent 08464c5a9f
commit 2a07a0f16b
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
} catch (RemoteException e) {
wslog.error(e.toString());
entidad.setIndIntegradoAG(false);
entidad.setMotivoNaoIntegradoAG(e.toString());
entidad.setMotivoNaoIntegradoAG("Erro ao conectar com o WS: " + e.toString());
return;
}
if (!strFornecedor.contains("ERRO")){
@ -254,7 +254,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
} catch (RemoteException e) {
wslog.error(e.toString());
entidad.setIndIntegradoAG(false);
entidad.setMotivoNaoIntegradoAG(e.toString());
entidad.setMotivoNaoIntegradoAG("Erro ao conectar com o WS: " + e.toString());
return;
}
if (!cliStr.contains("ERRO")){