bug #7788
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@64819 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
cc4b2f10b9
commit
7b78b14d1d
|
@ -168,7 +168,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
String strFornecedor = "";
|
||||
try{
|
||||
strFornecedor = iag.getCodigoFornecedorWithIDWS(entidad.getNumPuntoVenta().toString());
|
||||
log.debug("Retorno consulta fornecedor ws: " + strFornecedor);
|
||||
log.info("Retorno consulta fornecedor ws: " + strFornecedor);
|
||||
} catch (RemoteException e) {
|
||||
log.error("", e.toString());
|
||||
}
|
||||
|
@ -214,7 +214,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
fornecedor.setIDWS(entidad.getNumPuntoVenta());
|
||||
try{
|
||||
String retornoAG = iag.incluiFornecedor(fornecedor);
|
||||
log.debug(retornoAG);
|
||||
log.info(retornoAG);
|
||||
} catch (RemoteException e) {
|
||||
entidad.setIndIntegradoAG(false);
|
||||
entidad.setMotivoNaoIntegradoAG(e.getMessage());
|
||||
|
@ -240,7 +240,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
String cliStr = "";
|
||||
try{
|
||||
cliStr = iag.getClienteWithIDWS(entidad.getNumPuntoVenta().toString());
|
||||
log.debug("Retorno consulta cliente ws: " + cliStr);
|
||||
log.info("Retorno consulta cliente ws: " + cliStr);
|
||||
} catch (RemoteException e) {
|
||||
log.error("", e.toString());
|
||||
}
|
||||
|
@ -308,7 +308,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
|||
cli.getServicosCliente().setCRS_Codigo("");
|
||||
try{
|
||||
String retornoAG = iag.incluiCliente(cli);
|
||||
log.debug(retornoAG);
|
||||
log.info(retornoAG);
|
||||
} catch (RemoteException e) {
|
||||
entidad.setIndIntegradoAG(false);
|
||||
entidad.setMotivoNaoIntegradoAG(e.getMessage());
|
||||
|
|
Loading…
Reference in New Issue