try
{
// TODO: Check if this is a DeadLetterChannel. If its not we need to
// try resending this message through the DeadLetterChannel.
faultChannel.send(context, (OutMessage) context.getExchange().getFaultMessage());
}
catch (XFireException e)
{
logger.error("Could not send fault.", e);
}