« Return to Thread: Fwd: [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5

Fwd: [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5

by Christophe Hamerling :: Rate this Message:

Reply to Author | View in Thread

Why not opening a vote to check which java version we should use? Or do we need to use java 5 for years?

Début du message réexpédié :

Date : 11 juin 2009 09:59:34 HAEC
Objet : [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5

Revision
11260
Author
rnaudin
Date
2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)

Log Message

Revert an regression on a method not compatible with javac 1.5

Modified Paths

Diff

Modified: trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java (11259 => 11260)


--- trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java	2009-06-10 15:52:34 UTC (rev 11259)
+++ trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java	2009-06-11 07:59:34 UTC (rev 11260)
@@ -223,7 +223,7 @@
             MessageExchangeSerializer.instance().serializeContent(content, s,
                     Boolean.parseBoolean(compression));
         } catch (final Exception e) {
-            throw new IOException(e.getMessage(), e);
+            throw new IOException(e.getMessage());
         }
     }
 

--
You receive this message as a subscriber of the petals-commits@... mailing list.
To unsubscribe: petals-commits-unsubscribe@...
For general help: sympa@...
OW2 mailing lists service home page: http://www.ow2.org/wws

Christophe Hamerling - eBM WebSourcing
SOA Research Engineer

Skype : christophe.hamerling



--
You receive this message as a subscriber of the petals-users@... mailing list.
To unsubscribe: mailto:petals-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Christophe Hamerling
PEtALS ESB Project Leader
http://petals.ow2.org
SkypeMe on christophe.hamerling

 « Return to Thread: Fwd: [petals-commits] [11260] trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/NormalizedMessageImpl.java:Revert an regression on a method not compatible with javac 1.5