« 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

Re: 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 Roland Naudin - EBM WebSourcing :: Rate this Message:

Reply to Author | View in Thread

You can take charge of it if you want!
And help me to maintain the components for the java 1.5 customers.

Le jeudi 11 juin 2009 à 10:06 +0200, Christophe Hamerling - eBM
WebSourcing a écrit :

> 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é :
>
> > De : roland.naudin@...
> > Date : 11 juin 2009 09:59:34 HAEC
> > À : petals-commits@...
> > 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
> >       * trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java
> > 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: mailto:petals-commits-unsubscribe@...
> > For general help: mailto:sympa@...?subject=help
> > OW2 mailing lists service home page: http://www.ow2.org/wws
>
> Christophe Hamerling - eBM WebSourcing
> christophe.hamerling@...
> SOA Research Engineer
>
>
> Skype : christophe.hamerling
>
>
> pièce jointe document texte brut (message-footer.txt)
> --
> 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
--
Roland NAUDIN
PEtALS technical support
05 62 73 43 93

EBM Websourcing
4, Rue Amélie
31000 Toulouse

Try PEtALS at http://petals.ow2.org



--
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

 « 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