[Openbus-cvs-commits] Openbus/OpenbusJBI/src/java/org/openbus/jbi/messaging DeliveryChannelImpl.java
Status: Alpha
Brought to you by:
esancho
From: Diego E. <er...@us...> - 2005-07-28 04:00:08
|
Update of /cvsroot/openbus/Openbus/OpenbusJBI/src/java/org/openbus/jbi/messaging In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10508/src/java/org/openbus/jbi/messaging Modified Files: DeliveryChannelImpl.java Log Message: fixed log.error Index: DeliveryChannelImpl.java =================================================================== RCS file: /cvsroot/openbus/Openbus/OpenbusJBI/src/java/org/openbus/jbi/messaging/DeliveryChannelImpl.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** DeliveryChannelImpl.java 19 Jul 2005 03:07:14 -0000 1.14 --- DeliveryChannelImpl.java 28 Jul 2005 04:00:00 -0000 1.15 *************** *** 254,258 **** } catch (JMSException e) { // TODO i18n ! log.error(e); throw new MessagingException(new OpenbusException( "error while sending the message", e)); --- 254,258 ---- } catch (JMSException e) { // TODO i18n ! log.error("", e); throw new MessagingException(new OpenbusException( "error while sending the message", e)); |