Closed GoogleCodeExporter closed 9 years ago
Perdón, la excepción la genera el método Validar() del CFDV3
Original comment by lezama...@gmail.com
on 4 Aug 2011 at 6:53
Original comment by bigdata.mx
on 15 Aug 2011 at 11:06
Original comment by bigdata.mx
on 31 Dec 2011 at 12:31
Original comment by bigdata.mx
on 31 Dec 2011 at 12:32
[deleted comment]
Para evitar este error necesitas dejar sin definir en el XMLGregorianCalendar
que estas creando los campos innecesarios de la siguiente manera (justo
después de que crees tu XMLGregorianCalendar con la fecha ya definida):
fechaPed.setHour(DatatypeConstants.FIELD_UNDEFINED);
fechaPed.setMinute(DatatypeConstants.FIELD_UNDEFINED); fechaPed.setSecond(Data
typeConstants.FIELD_UNDEFINED);
fechaPed.setMillisecond(DatatypeConstants.FIELD_UNDEFINED);
fechaPed.setTimezone(DatatypeConstants.FIELD_UNDEFINED);
De esta manera generas '2010-05-21' en lugar de '2010-05-21T05:00:00.000Z', con
lo que ya pasas el validador.
Original comment by javi.cas...@gmail.com
on 2 Jul 2012 at 2:24
[deleted comment]
La librería de factura-electronica ha sido migrada a GitHub para facilitar la
colaboración.
Los temas han sido migrados a
https://github.com/bigdata-mx/factura-electronica/issues/
Visítanos!
Original comment by bigdata.mx
on 21 Oct 2012 at 5:51
Original issue reported on code.google.com by
lezama...@gmail.com
on 4 Aug 2011 at 4:08