<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-15843</id>
	<title>Nabble - Petals Users</title>
	<updated>2009-10-28T03:41:03Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Petals-Users-f15843.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Petals-Users-f15843.html" />
	<subtitle type="html">The &lt;a href=&quot;http://forge.objectweb.org/projects/petals/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;PETALS&lt;/a&gt;&amp;nbsp;Services Platform provides a distributed open source implementation of Java Business Integration (JBI) spec as a core element to build ObjectWeb ESB solutions, leveraging existing Consortium's components.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26092489</id>
	<title>Dynamic Router EIP</title>
	<published>2009-10-28T03:41:03Z</published>
	<updated>2009-10-28T03:41:03Z</updated>
	<author>
		<name>Richard Begg</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I am trying to use the dynamic router pattern in the EIP service
&lt;br&gt;engine. I can't see how namespaces can be specified in the XPath
&lt;br&gt;expression. I have tried using prefixes specified in the SU JBI.XML
&lt;br&gt;file, but it doesn't seem to work. &amp;nbsp;I've looked at the code and I
&lt;br&gt;can't see any references to namespace context which I expected to find.
&lt;br&gt;&lt;br&gt;Have I missed something or is this a deficiancy?
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Rich.
&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26092489&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dynamic-Router-EIP-tp26092489p26092489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25381997</id>
	<title>Re: A new linux script to launch petals</title>
	<published>2009-09-10T05:01:02Z</published>
	<updated>2009-09-10T05:01:02Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">Should be sent to the petals-dev list to discuss such things
&lt;br&gt;&lt;br&gt;Le 10 sept. 09 à 13:47, Frederic Gardes - eBM Websourcing a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; new way to administrate the container is on development. Why?
&lt;br&gt;&amp;gt; -&amp;gt;To get a robust action to stop petals (call the java stop then, if &amp;nbsp;
&lt;br&gt;&amp;gt; needed, call the terminate signal and then, if needed, call the kill &amp;nbsp;
&lt;br&gt;&amp;gt; signal+clean all the environnement to be ready to start again)
&lt;br&gt;&amp;gt; -&amp;gt;to clarify the actions : a stop stops the container (components &amp;nbsp;
&lt;br&gt;&amp;gt; and service assemblies uninstalled/undeployed), and a suspend ... &amp;nbsp;
&lt;br&gt;&amp;gt; suspends the container (all the component installations and the &amp;nbsp;
&lt;br&gt;&amp;gt; service assembly deployments are kept).
&lt;br&gt;&amp;gt; -&amp;gt;to provide a real linux daemon: you can put it into crontabs &amp;nbsp;
&lt;br&gt;&amp;gt; without problems, insert it into the update-rc.d (to suspend/start &amp;nbsp;
&lt;br&gt;&amp;gt; petals with your system,...), you don't have any output on the &amp;nbsp;
&lt;br&gt;&amp;gt; screen (it's forbidden by the init.d manager),...
&lt;br&gt;&amp;gt; -&amp;gt;to provide a real &amp;quot;status&amp;quot; command , on a pid file at the execution
&lt;br&gt;&amp;gt; -&amp;gt;to provide one dot per 3 seconds to says &amp;quot;hey i'am starting, no &amp;nbsp;
&lt;br&gt;&amp;gt; problem&amp;quot;. Goodies sometimes aren't just goodies...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The option &amp;quot;console&amp;quot; always allows to keep the output on the console &amp;nbsp;
&lt;br&gt;&amp;gt; (the log trace aren't blocked).
&lt;br&gt;&amp;gt; What we need at this time? Just the &amp;quot;debbug&amp;quot; option (as soon as &amp;nbsp;
&lt;br&gt;&amp;gt; possible). With it and the update of the documentaition, the actual &amp;nbsp;
&lt;br&gt;&amp;gt; startup.sh, stop.sh environnement.sh and debbug.sh will be &amp;nbsp;
&lt;br&gt;&amp;gt; deprecated for me.
&lt;br&gt;&amp;gt; Have you got any suggestion?
&lt;br&gt;&amp;gt; A little sample (we already use it for clients), with a JAVA_HOME &amp;nbsp;
&lt;br&gt;&amp;gt; but without a PETALS_HOME:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; fgardes@ebm-25:~$ /home/logica/petals-platform-3.0-SNAPSHOT-3/bin/ 
&lt;br&gt;&amp;gt; petals-esb start
&lt;br&gt;&amp;gt; The PETALS_HOME variable is wrong. We are going to try a default &amp;nbsp;
&lt;br&gt;&amp;gt; path: /home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;&amp;gt; Starting petals-esb: .........OK
&lt;br&gt;&amp;gt; fgardes@ebm-25:~$ /home/logica/petals-platform-3.0-SNAPSHOT-3/bin/ 
&lt;br&gt;&amp;gt; petals-esb status
&lt;br&gt;&amp;gt; The PETALS_HOME variable is wrong. We are going to try a default &amp;nbsp;
&lt;br&gt;&amp;gt; path: /home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;&amp;gt; petals-esb is RUNNING (pid 29765)
&lt;br&gt;&amp;gt; fgardes@ebm-25:~$ /home/logica/petals-platform-3.0-SNAPSHOT-3/bin/ 
&lt;br&gt;&amp;gt; petals-esb stop
&lt;br&gt;&amp;gt; The PETALS_HOME variable is wrong. We are going to try a default &amp;nbsp;
&lt;br&gt;&amp;gt; path: /home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;&amp;gt; Stopping petals-esb: ..OK
&lt;br&gt;&amp;gt; fgardes@ebm-25:~$ /home/logica/petals-platform-3.0-SNAPSHOT-3/bin/ 
&lt;br&gt;&amp;gt; petals-esb console
&lt;br&gt;&amp;gt; The PETALS_HOME variable is wrong. We are going to try a default &amp;nbsp;
&lt;br&gt;&amp;gt; path: /home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----------------------------------------------------------
&lt;br&gt;&amp;gt; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;gt; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OW2 PEtALS Enterprise Service Bus &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;gt; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;gt; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;gt; -----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PEtALS ESB is starting...
&lt;br&gt;&amp;gt; [Petals.Communication.RMIConnectorImpl]-INFO 2009-09-10 13:26:06,436 &amp;nbsp;
&lt;br&gt;&amp;gt; JMX RMI server started at : service:jmx:rmi:///jndi/rmi://localhost: 
&lt;br&gt;&amp;gt; 7700/jmxRmiConnector
&lt;br&gt;&amp;gt; 2009-09-10 13:26:08,088 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Start &amp;nbsp;
&lt;br&gt;&amp;gt; receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;&amp;gt; 2009-09-10 13:26:08,088 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Start &amp;nbsp;
&lt;br&gt;&amp;gt; receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.JBI-Messaging.EndpointRegistryImpl]-INFO 2009-09-10 &amp;nbsp;
&lt;br&gt;&amp;gt; 13:26:09,889 The registry is ready process requests on &lt;a href=&quot;http://localhost:7900&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.Transporter.NioTransportProtocol.NioServerAgent]-INFO &amp;nbsp;
&lt;br&gt;&amp;gt; 2009-09-10 13:26:10,594 The NIO transporter server is ready to &amp;nbsp;
&lt;br&gt;&amp;gt; process request on port 7800
&lt;br&gt;&amp;gt; [Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,674 &amp;nbsp;
&lt;br&gt;&amp;gt; Kernel Web service 'JBIArtefactsService' has been added and is &amp;nbsp;
&lt;br&gt;&amp;gt; available at '&lt;a href=&quot;http://localhost:9001/petals/ws/JBIArtefactsService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/JBIArtefactsService'&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,726 &amp;nbsp;
&lt;br&gt;&amp;gt; Kernel Web service 'ArtifactRepositoryService' has been added and is &amp;nbsp;
&lt;br&gt;&amp;gt; available at '&lt;a href=&quot;http://localhost:9001/petals/ws/ArtifactRepositoryService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/ArtifactRepositoryService'&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,753 &amp;nbsp;
&lt;br&gt;&amp;gt; Kernel Web service 'RuntimeService' has been added and is available &amp;nbsp;
&lt;br&gt;&amp;gt; at '&lt;a href=&quot;http://localhost:9001/petals/ws/RuntimeService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/RuntimeService'&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,801 &amp;nbsp;
&lt;br&gt;&amp;gt; Kernel Web service 'EndpointService' has been added and is available &amp;nbsp;
&lt;br&gt;&amp;gt; at '&lt;a href=&quot;http://localhost:9001/petals/ws/EndpointService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/EndpointService'&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,821 &amp;nbsp;
&lt;br&gt;&amp;gt; Kernel Web service 'TopologyService' has been added and is available &amp;nbsp;
&lt;br&gt;&amp;gt; at '&lt;a href=&quot;http://localhost:9001/petals/ws/TopologyService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/TopologyService'&lt;/a&gt;&lt;br&gt;&amp;gt; [Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,853 &amp;nbsp;
&lt;br&gt;&amp;gt; Kernel Web service 'InformationService' has been added and is &amp;nbsp;
&lt;br&gt;&amp;gt; available at '&lt;a href=&quot;http://localhost:9001/petals/ws/InformationService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/InformationService'&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PEtALS ESB platform distribution successfully started - 10/09/09 13:26
&lt;br&gt;&amp;gt; System Information : Petals JBI Container - version: 3.0-SNAPSHOT
&lt;br&gt;&amp;gt; PEtALS prompt. Tape 'help' for help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; petals@localhost:/&amp;gt; q
&lt;br&gt;&amp;gt; [Petals.PetalsAdminServiceImpl]-INFO 2009-09-10 13:26:17,832 PEtALS &amp;nbsp;
&lt;br&gt;&amp;gt; is stopping...
&lt;br&gt;&amp;gt; [Petals.Transporter.NioTransportProtocol.NioServerAgent]-INFO &amp;nbsp;
&lt;br&gt;&amp;gt; 2009-09-10 13:26:17,840 The NIO Server agent is stopped.
&lt;br&gt;&amp;gt; 2009-09-10 13:26:17,907 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Stop &amp;nbsp;
&lt;br&gt;&amp;gt; receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;&amp;gt; 2009-09-10 13:26:17,907 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Stop &amp;nbsp;
&lt;br&gt;&amp;gt; receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;&amp;gt; PEtALS ESB platform distribution is stopped - 10/09/09 13:26
&lt;br&gt;&amp;gt; fgardes@ebm-25:~$
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381997&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381997&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;Christophe Hamerling - eBM WebSourcing
&lt;br&gt;SOA Research Engineer - OW2 PEtALS ESB Comitter
&lt;br&gt;4 rue Amélie
&lt;br&gt;FR-31000 Toulouse
&lt;br&gt;Skype : christophe.hamerling
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381997&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381997&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381997&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-new-linux-script-to-launch-petals-tp25381809p25381997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25381809</id>
	<title>A new linux script to launch petals</title>
	<published>2009-09-10T04:47:13Z</published>
	<updated>2009-09-10T04:47:13Z</updated>
	<author>
		<name>Frederic Gardes - eBM Websourcing</name>
	</author>
	<content type="html">new way to administrate the container is on development. Why?
&lt;br&gt;-&amp;gt;To get a robust action to stop petals (call the java stop then, if 
&lt;br&gt;needed, call the terminate signal and then, if needed, call the kill 
&lt;br&gt;signal+clean all the environnement to be ready to start again)
&lt;br&gt;-&amp;gt;to clarify the actions : a stop stops the container (components and 
&lt;br&gt;service assemblies uninstalled/undeployed), and a suspend ... suspends 
&lt;br&gt;the container (all the component installations and the service assembly 
&lt;br&gt;deployments are kept).
&lt;br&gt;-&amp;gt;to provide a real linux daemon: you can put it into crontabs without 
&lt;br&gt;problems, insert it into the update-rc.d (to suspend/start petals with 
&lt;br&gt;your system,...), you don't have any output on the screen (it's 
&lt;br&gt;forbidden by the init.d manager),...
&lt;br&gt;-&amp;gt;to provide a real &amp;quot;status&amp;quot; command , on a pid file at the execution
&lt;br&gt;-&amp;gt;to provide one dot per 3 seconds to says &amp;quot;hey i'am starting, no 
&lt;br&gt;problem&amp;quot;. Goodies sometimes aren't just goodies...
&lt;br&gt;&lt;br&gt;The option &amp;quot;console&amp;quot; always allows to keep the output on the console 
&lt;br&gt;(the log trace aren't blocked).
&lt;br&gt;What we need at this time? Just the &amp;quot;debbug&amp;quot; option (as soon as 
&lt;br&gt;possible). With it and the update of the documentaition, the actual 
&lt;br&gt;startup.sh, stop.sh environnement.sh and debbug.sh will be deprecated 
&lt;br&gt;for me.
&lt;br&gt;Have you got any suggestion?
&lt;br&gt;A little sample (we already use it for clients), with a JAVA_HOME but 
&lt;br&gt;without a PETALS_HOME:
&lt;br&gt;&lt;br&gt;fgardes@ebm-25:~$ 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3/bin/petals-esb start
&lt;br&gt;The PETALS_HOME variable is wrong. We are going to try a default path: 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;Starting petals-esb: .........OK
&lt;br&gt;fgardes@ebm-25:~$ 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3/bin/petals-esb status
&lt;br&gt;The PETALS_HOME variable is wrong. We are going to try a default path: 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;petals-esb is RUNNING (pid 29765)
&lt;br&gt;fgardes@ebm-25:~$ 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3/bin/petals-esb stop
&lt;br&gt;The PETALS_HOME variable is wrong. We are going to try a default path: 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;Stopping petals-esb: ..OK
&lt;br&gt;fgardes@ebm-25:~$ 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3/bin/petals-esb console
&lt;br&gt;The PETALS_HOME variable is wrong. We are going to try a default path: 
&lt;br&gt;/home/logica/petals-platform-3.0-SNAPSHOT-3
&lt;br&gt;&lt;br&gt;-----------------------------------------------------------
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OW2 PEtALS Enterprise Service Bus &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;-----------------------------------------------------------
&lt;br&gt;&lt;br&gt;PEtALS ESB is starting...
&lt;br&gt;[Petals.Communication.RMIConnectorImpl]-INFO 2009-09-10 13:26:06,436 JMX 
&lt;br&gt;RMI server started at : 
&lt;br&gt;service:jmx:rmi:///jndi/rmi://localhost:7700/jmxRmiConnector
&lt;br&gt;2009-09-10 13:26:08,088 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Start 
&lt;br&gt;receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;2009-09-10 13:26:08,088 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Start 
&lt;br&gt;receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;[Petals.JBI-Messaging.EndpointRegistryImpl]-INFO 2009-09-10 13:26:09,889 
&lt;br&gt;The registry is ready process requests on &lt;a href=&quot;http://localhost:7900&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900&lt;/a&gt;&lt;br&gt;[Petals.Transporter.NioTransportProtocol.NioServerAgent]-INFO 2009-09-10 
&lt;br&gt;13:26:10,594 The NIO transporter server is ready to process request on 
&lt;br&gt;port 7800
&lt;br&gt;[Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,674 Kernel 
&lt;br&gt;Web service 'JBIArtefactsService' has been added and is available at 
&lt;br&gt;'&lt;a href=&quot;http://localhost:9001/petals/ws/JBIArtefactsService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/JBIArtefactsService'&lt;/a&gt;&lt;br&gt;[Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,726 Kernel 
&lt;br&gt;Web service 'ArtifactRepositoryService' has been added and is available 
&lt;br&gt;at '&lt;a href=&quot;http://localhost:9001/petals/ws/ArtifactRepositoryService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/ArtifactRepositoryService'&lt;/a&gt;&lt;br&gt;[Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,753 Kernel 
&lt;br&gt;Web service 'RuntimeService' has been added and is available at 
&lt;br&gt;'&lt;a href=&quot;http://localhost:9001/petals/ws/RuntimeService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/RuntimeService'&lt;/a&gt;&lt;br&gt;[Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,801 Kernel 
&lt;br&gt;Web service 'EndpointService' has been added and is available at 
&lt;br&gt;'&lt;a href=&quot;http://localhost:9001/petals/ws/EndpointService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/EndpointService'&lt;/a&gt;&lt;br&gt;[Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,821 Kernel 
&lt;br&gt;Web service 'TopologyService' has been added and is available at 
&lt;br&gt;'&lt;a href=&quot;http://localhost:9001/petals/ws/TopologyService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/TopologyService'&lt;/a&gt;&lt;br&gt;[Petals.Tools.WebServiceManagerImpl]-INFO 2009-09-10 13:26:10,853 Kernel 
&lt;br&gt;Web service 'InformationService' has been added and is available at 
&lt;br&gt;'&lt;a href=&quot;http://localhost:9001/petals/ws/InformationService'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:9001/petals/ws/InformationService'&lt;/a&gt;&lt;br&gt;&lt;br&gt;PEtALS ESB platform distribution successfully started - 10/09/09 13:26
&lt;br&gt;System Information : Petals JBI Container - version: 3.0-SNAPSHOT
&lt;br&gt;PEtALS prompt. Tape 'help' for help.
&lt;br&gt;&lt;br&gt;petals@localhost:/&amp;gt; q
&lt;br&gt;[Petals.PetalsAdminServiceImpl]-INFO 2009-09-10 13:26:17,832 PEtALS is 
&lt;br&gt;stopping...
&lt;br&gt;[Petals.Transporter.NioTransportProtocol.NioServerAgent]-INFO 2009-09-10 
&lt;br&gt;13:26:17,840 The NIO Server agent is stopped.
&lt;br&gt;2009-09-10 13:26:17,907 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Stop 
&lt;br&gt;receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;2009-09-10 13:26:17,907 INFO &amp;nbsp;transport.cxf.CXFMessageReceiver Stop 
&lt;br&gt;receiving on &lt;a href=&quot;http://localhost:7900/services/RegistryService&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:7900/services/RegistryService&lt;/a&gt;&lt;br&gt;PEtALS ESB platform distribution is stopped - 10/09/09 13:26
&lt;br&gt;fgardes@ebm-25:~$
&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381809&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25381809&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-new-linux-script-to-launch-petals-tp25381809p25381809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25276701</id>
	<title>Problem in WS-Notification in Petals</title>
	<published>2009-09-03T07:01:01Z</published>
	<updated>2009-09-03T07:01:01Z</updated>
	<author>
		<name>amupoti</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am trying to use WS-Notification in Petals. To do so, I did the following (as indicated in the Petals-bc-soap document):
&lt;br&gt;&lt;br&gt;- I created (provided) and endpoint in Topic mode with name &amp;quot;TopicSample&amp;quot;
&lt;br&gt;No problem so far, since I can see the Topic in the BC-Soap topic list
&lt;br&gt;&lt;br&gt;- I tried to register a WS (in order to get notified of the messages sent to the topic endpiont) by sending a SOAP message. However, it does not seem to work, since the Subscriber list in the BC component subscriber list is empty. If I try to send a message to the topic endpoint I get the following error:
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;[Petals.Container.Components.petals-bc-channelclient]
&lt;br&gt;&amp;nbsp; &amp;nbsp; The exchange 'petals:uid:8771E18FE674C9BA2D338880013635813' refers to an unknown consumer on the component : petals-bc-channelclient
&lt;br&gt;javax.jbi.messaging.MessagingException: The exchange 'petals:uid:8771E18FE674C9BA2D338880013635813' refers to an unknown consumer on the component : petals-bc-channelclient
&lt;br&gt;&amp;nbsp; &amp;nbsp;at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.process(MessageExchangeProcessor.java:276)
&lt;br&gt;&amp;nbsp; &amp;nbsp;at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run(MessageExchangeProcessor.java:151)
&lt;br&gt;&amp;nbsp; &amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Unknown Source)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Here below you could find the soap message I use in SOAPUi (I send the message to &lt;a href=&quot;http://localhost:8084/wsn/producer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8084/wsn/producer&lt;/a&gt;) to try to create the subscription. Any ideas on how should I proceed , or any other methods in order to subscribe a WSDL endpoint to a Topic? Does the WSDL file need to have a specific format/methods?
&lt;br&gt;&lt;br&gt;Thanks in advance
&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:To xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://localhost:12345/mockAlarmServiceEndpoint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:12345/mockAlarmServiceEndpoint&lt;/a&gt;&lt;br&gt;&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Action xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest&lt;/a&gt;&lt;br&gt;&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:MessageID xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;uuid:9888fa43-281f-ea0f-ec21-09e9119366c6
&lt;br&gt;&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:Subscribe xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsnt:ConsumerReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://localhost:12345/mockAlarmServiceEndpoint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:12345/mockAlarmServiceEndpoint&lt;/a&gt;&lt;br&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsnt:ConsumerReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;wsnt:Filter&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:TopicExpression Dialect=&amp;quot;xsd:anyURI&amp;quot;&amp;gt;TopicSample&amp;lt;/wsnt:TopicExpression&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:Subscribe&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-in-WS-Notification-in-Petals-tp25276701p25276701.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24601538</id>
	<title>mise en ligne du site</title>
	<published>2009-07-20T06:41:07Z</published>
	<updated>2009-07-20T06:41:07Z</updated>
	<author>
		<name>Arnaud de SAP</name>
	</author>
	<content type="html">&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;&lt;/title&gt;
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot; /&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;p&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Bonjour,&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Nous avons le plaisir de vous informer que le site des Services A la Personne a &amp;eacute;t&amp;eacute; mis en ligne depuis mardi et avec 24h d'avance.&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Vous pouvez d&amp;egrave;s maintenant consulter le service pour verifier votre pr&amp;eacute;sence par le &lt;A href=&quot;http://www.guide-sap.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.guide-sap.com&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Pour vous inscrire en tant que professionel, merci de cliquer : &lt;A href=&quot;http://www.guide-sap.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.guide-sap.com&lt;/a&gt; rubrique &amp;quot;PRO&amp;quot;&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Restant &amp;agrave; votre disposition,&lt;br /&gt;Bien Cordialement&lt;br /&gt;Arnaud de AM Entertainment Groupe&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;font face=&quot;Times New Roman&quot; size=&quot;3&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
    &lt;p&gt;&lt;br /&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Ce service gratuit est un service ind&amp;eacute;pendant &amp;eacute;dit&amp;eacute; par AM Entertainment Groupe R.C. B 485 070 635&lt;br /&gt;Pour toutes vos questions vous pouvez joindre l&amp;rsquo;administrateur par mail &amp;agrave;&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601538&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;admin@...&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;&lt;font face=&quot;Courier&quot; size=&quot;2&quot;&gt;Par t&amp;eacute;l&amp;eacute;phone au 08 92 05 40 12&amp;nbsp;&amp;nbsp; 0.34e/mn Pour ne plus recevoir de mails de notre part, il vous suffit de r&amp;eacute;pondre STOP au&lt;br /&gt;pr&amp;eacute;sent mail, votre fiche sera radi&amp;eacute;e sous 7 jours environ. Merci de votre compr&amp;eacute;hension&lt;/font&gt;&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601538&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601538&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601538&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mise-en-ligne-du-site-tp24601538p24601538.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24369115</id>
	<title>PEtALS Architecture document</title>
	<published>2009-07-07T01:31:18Z</published>
	<updated>2009-07-07T01:31:18Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;We have just published the PEtALS ESB Architecture document. You can &amp;nbsp;
&lt;br&gt;find it on the PEtALS ESB website documentation section.
&lt;br&gt;Please feel free to send us feedback.
&lt;br&gt;&lt;br&gt;Christophe Hamerling - eBM WebSourcing
&lt;br&gt;SOA Research Engineer - OW2 PEtALS ESB Comitter
&lt;br&gt;4 rue Amélie
&lt;br&gt;FR-31000 Toulouse
&lt;br&gt;Skype : christophe.hamerling
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24369115&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24369115&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24369115&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PEtALS-Architecture-document-tp24369115p24369115.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24320218</id>
	<title>RE : Fisheye</title>
	<published>2009-07-03T02:29:08Z</published>
	<updated>2009-07-03T02:29:08Z</updated>
	<author>
		<name>Deneux, Christophe</name>
	</author>
	<content type="html">&lt;HTML dir=ltr&gt;&lt;HEAD&gt;

&lt;/HEAD&gt;
&lt;BODY style=&quot;WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space&quot; ocsi=&quot;x&quot;&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;FishEye seems to be not uptodated. Last 10 days commits are not available.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;_______________________________________________________________________________&lt;BR&gt;Christophe DENEUX / Capgemini Sud / Méditerranée&lt;BR&gt;Integration Architect / OW2 PEtALS Comitter&lt;BR&gt;Tel: + 33 4 93 95 55 92 / &lt;/FONT&gt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;A href=&quot;x-owacid://92C20000/uri:http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice&amp;nbsp;/ FRANCE&lt;BR&gt;Join the Collaborative Business Experience&lt;BR&gt;_______________________________________________________________________________&lt;BR&gt;Please consider the environment and do not print this email unless&amp;nbsp;&lt;BR&gt;absolutely necessary. Capgemini encourages environmental awareness.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV id=divRpF725603 style=&quot;DIRECTION: ltr&quot;&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;De :&lt;/B&gt; Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de la part de Christophe Hamerling - eBM WebSourcing [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]&lt;BR&gt;&lt;B&gt;Date d'envoi :&lt;/B&gt; jeudi 2 juillet 2009 15:28&lt;BR&gt;&lt;B&gt;À :&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Objet :&lt;/B&gt; [petals-users] Fisheye&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;We finally have a Fisheye instance up and running for PEtALS project at&amp;nbsp;&lt;A href=&quot;http://fisheye.ow2.org/browse/PEtALS&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://fisheye.ow2.org/browse/PEtALS&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;The JIRA is coming soon!&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;Cheers,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV apple-content-edited=&quot;true&quot;&gt;&lt;SPAN class=Apple-style-span style=&quot;FONT-SIZE: 12px&quot;&gt;
&lt;DIV style=&quot;WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space&quot;&gt;
&lt;DIV&gt;Christophe Hamerling - eBM WebSourcing&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;SOA Research Engineer&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;Skype : christophe.hamerling&lt;/DIV&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;pre&gt;&lt;/PRE&gt;&lt;p style=&quot;font-size:13px&quot;&gt;This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.&lt;/p&gt;&lt;PRE&gt;
&lt;/pre&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24320218&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fisheye-tp24306860p24320218.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24307219</id>
	<title>Re: [petals-dev] RE : Fisheye</title>
	<published>2009-07-02T06:58:35Z</published>
	<updated>2009-07-02T06:58:35Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;For now you can click on the 'Hide Empty' button on top of subdirectories widget (&lt;a href=&quot;http://fisheye.ow2.org/browse/PEtALS/?%40hideEmptyDirectories=Y&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.ow2.org/browse/PEtALS/?%40hideEmptyDirectories=Y&lt;/a&gt;)&lt;br&gt;&lt;div&gt;&lt;div&gt;Le 2 juil. 09 à 15:50, Deneux, Christophe a écrit :&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div ocsi=&quot;x&quot; style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;font face=&quot;Courier New&quot; color=&quot;#000000&quot; size=&quot;2&quot;&gt;Can you hide unused directory (&lt;a href=&quot;http://confluence.atlassian.com/display/FISHEYE/Hidden+Directories&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://confluence.atlassian.com/display/FISHEYE/Hidden+Directories&lt;/a&gt;) as:&lt;/font&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;font face=&quot;courier new&quot; size=&quot;2&quot;&gt;&amp;nbsp; - /perf&lt;/font&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;font face=&quot;courier new&quot; size=&quot;2&quot;&gt;&amp;nbsp; - /petals&lt;/font&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;font face=&quot;courier new&quot; size=&quot;2&quot;&gt;&amp;nbsp;&amp;nbsp;- /petals-celine&lt;/font&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;font face=&quot;courier new&quot; size=&quot;2&quot;&gt;&amp;nbsp; - all branches that are dead (all deleted directories in /branches)&lt;/font&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot;&gt;&lt;font face=&quot;courier new&quot; size=&quot;2&quot;&gt;&amp;nbsp; - perhaps also /jones&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font face=&quot;Courier New&quot; size=&quot;2&quot;&gt;_______________________________________________________________________________&lt;br&gt;Christophe DENEUX / Capgemini Sud / Méditerranée&lt;br&gt;Integration Architect / OW2 PEtALS Comitter&lt;br&gt;Tel: + 33 4 93 95 55 92 /&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font face=&quot;Courier New&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/a&gt;&lt;font face=&quot;Courier New&quot; size=&quot;2&quot;&gt;&lt;a href=&quot;x-owacid://75240000/uri:http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/a&gt;&lt;/font&gt;&lt;a href=&quot;x-owacid://75240000/uri:http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&lt;font face=&quot;Courier New&quot; size=&quot;2&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Courier New&quot; size=&quot;2&quot;&gt;Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice&amp;nbsp;/ FRANCE&lt;br&gt;Join the Collaborative Business Experience&lt;br&gt;_______________________________________________________________________________&lt;br&gt;Please consider the environment and do not print this email unless&amp;nbsp;&lt;br&gt;absolutely necessary. Capgemini encourages environmental awareness.&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div id=&quot;divRpF84375&quot; style=&quot;direction: ltr; &quot;&gt;&lt;hr tabindex=&quot;-1&quot;&gt;&lt;font face=&quot;Tahoma&quot; size=&quot;2&quot;&gt;&lt;b&gt;De :&lt;/b&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de la part de Christophe Hamerling - eBM WebSourcing [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]&lt;br&gt;&lt;b&gt;Date d'envoi :&lt;/b&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;jeudi 2 juillet 2009 15:28&lt;br&gt;&lt;b&gt;À :&lt;/b&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&lt;br&gt;&lt;b&gt;Objet :&lt;/b&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;[petals-users] Fisheye&lt;br&gt;&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;Hi all,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We finally have a Fisheye instance up and running for PEtALS project at&amp;nbsp;&lt;a href=&quot;http://fisheye.ow2.org/browse/PEtALS&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.ow2.org/browse/PEtALS&lt;/a&gt;&lt;/div&gt;&lt;div&gt;The JIRA is coming soon!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Christophe Hamerling - eBM WebSourcing&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SOA Research Engineer&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Skype : christophe.hamerling&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;pre&gt;&lt;/pre&gt;&lt;div style=&quot;margin-top: 0px; margin-bottom: 0px; font-family: arial; color: grey; &quot;&gt;This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.&lt;/div&gt;&lt;pre&gt;&lt;/pre&gt;&lt;br&gt;--&lt;br&gt;You receive this message as a subscriber of the&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;mailing list.&lt;br&gt;To unsubscribe:&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev-unsubscribe@...&lt;/a&gt;&lt;br&gt;For general help:&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;br&gt;OW2 mailing lists service home page:&lt;span class=&quot;Apple-converted-space&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Christophe Hamerling - eBM WebSourcing&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SOA Research Engineer&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Skype : christophe.hamerling&lt;/div&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307219&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fisheye-tp24306860p24307219.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24307085</id>
	<title>RE : Fisheye</title>
	<published>2009-07-02T06:50:43Z</published>
	<updated>2009-07-02T06:50:43Z</updated>
	<author>
		<name>Deneux, Christophe</name>
	</author>
	<content type="html">&lt;HTML dir=ltr&gt;&lt;HEAD&gt;

&lt;/HEAD&gt;
&lt;BODY style=&quot;WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space&quot; ocsi=&quot;x&quot;&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;Can you hide unused directory (&lt;A href=&quot;http://confluence.atlassian.com/display/FISHEYE/Hidden+Directories&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://confluence.atlassian.com/display/FISHEYE/Hidden+Directories&lt;/A&gt;) as:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&amp;nbsp; - /perf&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&amp;nbsp; - /petals&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&amp;nbsp;&amp;nbsp;- /petals-celine&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&amp;nbsp; - all branches that are dead (all deleted directories in /branches)&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&amp;nbsp; - perhaps also /jones&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;_______________________________________________________________________________&lt;BR&gt;Christophe DENEUX / Capgemini Sud / Méditerranée&lt;BR&gt;Integration Architect / OW2 PEtALS Comitter&lt;BR&gt;Tel: + 33 4 93 95 55 92 / &lt;/FONT&gt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;A href=&quot;x-owacid://75240000/uri:http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice&amp;nbsp;/ FRANCE&lt;BR&gt;Join the Collaborative Business Experience&lt;BR&gt;_______________________________________________________________________________&lt;BR&gt;Please consider the environment and do not print this email unless&amp;nbsp;&lt;BR&gt;absolutely necessary. Capgemini encourages environmental awareness.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV id=divRpF84375 style=&quot;DIRECTION: ltr&quot;&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;De :&lt;/B&gt; Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de la part de Christophe Hamerling - eBM WebSourcing [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]&lt;BR&gt;&lt;B&gt;Date d'envoi :&lt;/B&gt; jeudi 2 juillet 2009 15:28&lt;BR&gt;&lt;B&gt;À :&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Objet :&lt;/B&gt; [petals-users] Fisheye&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;Hi all,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;We finally have a Fisheye instance up and running for PEtALS project at&amp;nbsp;&lt;A href=&quot;http://fisheye.ow2.org/browse/PEtALS&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://fisheye.ow2.org/browse/PEtALS&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;The JIRA is coming soon!&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;Cheers,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV apple-content-edited=&quot;true&quot;&gt;&lt;SPAN class=Apple-style-span style=&quot;FONT-SIZE: 12px&quot;&gt;
&lt;DIV style=&quot;WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space&quot;&gt;
&lt;DIV&gt;Christophe Hamerling - eBM WebSourcing&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;SOA Research Engineer&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;Skype : christophe.hamerling&lt;/DIV&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;pre&gt;&lt;/PRE&gt;&lt;p style=&quot;font-size:13px&quot;&gt;This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.&lt;/p&gt;&lt;PRE&gt;
&lt;/pre&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307085&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fisheye-tp24306860p24307085.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24306860</id>
	<title>Fisheye</title>
	<published>2009-07-02T06:28:25Z</published>
	<updated>2009-07-02T06:28:25Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Hi all,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;We finally have a Fisheye instance up and running for PEtALS project at&amp;nbsp;&lt;a href=&quot;http://fisheye.ow2.org/browse/PEtALS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fisheye.ow2.org/browse/PEtALS&lt;/a&gt;&lt;/div&gt;&lt;div&gt;The JIRA is coming soon!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 12px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Christophe Hamerling - eBM WebSourcing&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SOA Research Engineer&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Skype : christophe.hamerling&lt;/div&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306860&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306860&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fisheye-tp24306860p24306860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24287067</id>
	<title>[JBI4Corba] Installation fails because of an invalid JBI archive</title>
	<published>2009-07-01T02:46:49Z</published>
	<updated>2009-07-01T02:46:49Z</updated>
	<author>
		<name>Deneux, Christophe</name>
	</author>
	<content type="html">&lt;HTML dir=ltr&gt;&lt;HEAD&gt;

&lt;/HEAD&gt;
&lt;BODY ocsi=&quot;x&quot;&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;Hi all,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;I've just tried to install JBI4Corba v0.7.1 into the JBI container PEtALS (petals.ow2.org). The installation fails because the component JBI desriptor is not correct. It declares a classpath-element (&lt;FONT face=&quot;Courier New&quot; size=2&gt;'lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar'&lt;/FONT&gt;) that is not packaged into the JBI archive.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;_______________________________________________________________________________&lt;BR&gt;Christophe DENEUX / Capgemini Sud / Méditerranée&lt;BR&gt;Integration Architect / OW2 PEtALS Comitter&lt;BR&gt;&lt;/FONT&gt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice&amp;nbsp;/ FRANCE&lt;BR&gt;Join the Collaborative Business Experience&lt;BR&gt;_______________________________________________________________________________&lt;BR&gt;Please consider the environment and do not print this email unless&amp;nbsp;&lt;BR&gt;absolutely necessary. Capgemini encourages environmental awareness.&lt;/FONT&gt;&lt;/DIV&gt;&lt;pre&gt;&lt;/PRE&gt;&lt;p style=&quot;font-size:13px&quot;&gt;This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.&lt;/p&gt;&lt;PRE&gt;
&lt;/pre&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24287067&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24287067&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24287067&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-JBI4Corba--Installation-fails-because-of-an-invalid-JBI-archive-tp24287067p24287067.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23982677</id>
	<title>RE: Re: Re: RE : Re: [petals-dev] RE : Re: 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</title>
	<published>2009-06-11T07:40:45Z</published>
	<updated>2009-06-11T07:40:45Z</updated>
	<author>
		<name>Patrice Conil - EBM WebSourcing</name>
	</author>
	<content type="html">Of course we need to move on Java 6 ... for everybody the question is when ?
&lt;br&gt;I agree with Roland on the timeframe : we can't do that now.
&lt;br&gt;We've first to release the PEtALS 3.0 Platform and to complete robustness and no-regression test campaign.
&lt;br&gt;I think it would be the next interesting challenge.
&lt;br&gt;I'm happy to see that many people are interested by such a challenge and I hope they will participate in its operational implementation.
&lt;br&gt;&lt;br&gt;Patrice
&lt;br&gt;-----Message d'origine-----
&lt;br&gt;De : Charles Casadei [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charles.casadei@...&lt;/a&gt;] 
&lt;br&gt;Envoyé : jeudi 11 juin 2009 12:26
&lt;br&gt;À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;Cc : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;
&lt;br&gt;Objet : [petals-users] Re: Re: RE : Re: [petals-dev] RE : Re: 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 jav
&lt;br&gt;&lt;br&gt;Roland Naudin - EBM WebSourcing a écrit :
&lt;br&gt;&amp;gt; I think we need to stabilize what we have now, and then move the next 
&lt;br&gt;&amp;gt; step and change to java 1.6 code style.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Right, but there isn't that much difference...Java6 was mostly about JVM &amp; API optimizations and refinements.
&lt;br&gt;&amp;gt; Moving to 1.6 doesn't means only to change the compiler, it means to 
&lt;br&gt;&amp;gt; use the 1.6 features! Generic typing, threading and so on...(don't 
&lt;br&gt;&amp;gt; know much the feature of 1.6!)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agree, but generics have been introduced with Java5 and the Java Languge Specification 3.0 ( &lt;a href=&quot;http://java.sun.com/docs/books/jls/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/docs/books/jls/&lt;/a&gt;&amp;nbsp;) ;-)
&lt;br&gt;&amp;gt; What we try to do actually is, i repeat, stabilize our pool of 
&lt;br&gt;&amp;gt; components, CDk and containers features. We must focus on that.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agree.
&lt;br&gt;&amp;gt; About JVM optimization, we can first working on code optimization, 
&lt;br&gt;&amp;gt; then environment optimization would come naturally.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agree.
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Le jeudi 11 juin 2009 à 11:44 +0200, Deneux, Christophe a écrit :
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Right, but does not need to change the version of the Java language 
&lt;br&gt;&amp;gt;&amp;gt; used to write source code. It's only a configuration of the JVM (JRE 
&lt;br&gt;&amp;gt;&amp;gt; or JDK, v5, v6 or v7) running PEtALS.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; The first purpose was to vote about the version of the Java language 
&lt;br&gt;&amp;gt;&amp;gt; version to use to write source code, and not to vote about the JVM 
&lt;br&gt;&amp;gt;&amp;gt; (JDK or JRE + version) supported by PEtALS.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; So we can keep the Java language v5 to write source code.
&lt;br&gt;&amp;gt;&amp;gt; _____________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; __________ Christophe DENEUX / Capgemini Sud / Méditerranée 
&lt;br&gt;&amp;gt;&amp;gt; Integration Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt;&amp;gt; Tel: + 33 4 93 95 55 92 / www.capgemini.com Porte de l'Arénas - 
&lt;br&gt;&amp;gt;&amp;gt; Entrée B / 455 Promenade des Anglais / 06200 Nice / FRANCE Join the 
&lt;br&gt;&amp;gt;&amp;gt; Collaborative Business Experience 
&lt;br&gt;&amp;gt;&amp;gt; _____________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; __________ Please consider the environment and do not print this 
&lt;br&gt;&amp;gt;&amp;gt; email unless absolutely necessary. Capgemini encourages environmental 
&lt;br&gt;&amp;gt;&amp;gt; awareness.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _____________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; _ De : Charles Casadei [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charles.casadei@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Date d'envoi : jeudi 11 juin 2009 11:11 À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt; Cc : 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; Objet : [petals-users] Re: [petals-dev] RE : Re: 
&lt;br&gt;&amp;gt;&amp;gt; Re: Fwd:
&lt;br&gt;&amp;gt;&amp;gt; [petals-commits] [11260]
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/
&lt;br&gt;&amp;gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression on 
&lt;br&gt;&amp;gt;&amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We all knew that JRE and JDK are two different beast. But some 
&lt;br&gt;&amp;gt;&amp;gt; changes in the JRE6 may have a significant impact on PEtALS. For 
&lt;br&gt;&amp;gt;&amp;gt; instance how PEtALS would cope with the new (and still experimental) 
&lt;br&gt;&amp;gt;&amp;gt; G1 &amp;quot;Garbage First&amp;quot; Collector.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; vs-gc-garbage-first-jdk7/
&lt;br&gt;&amp;gt;&amp;gt; (sorry it's in french)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Deneux, Christophe a écrit :
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; First, sorry to have commited a Java6 API change. I will correctly 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fixed in petals-kernel-1.4 and trunk.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Second, I think that the Java language version with which source
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; code
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is written and the JRE used to run PEtALS are two different things.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; As
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mention by Charles, the JRE will have reached its end of life, but
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; all
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; software written (not compiled, only writtent) with Java5 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; running
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; on Java6.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So, I think that the source code must be in Java5, even if the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; support
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JVM runing PEtALS is JRE6+. I agree with Roland about components 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; maintenability. It's too early to switch to Java6 source code
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; because
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of the existing PEtALS in production. You can't force your clients
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; upgrade to JRE6 because they need a maintenance version of a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; component.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; _____________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; __________
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée Integration 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tel: + 33 4 93 95 55 92 / &amp;lt;&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; www.capgemini.com
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;x-owacid://18600000/uri:&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Nice / FRANCE Join the Collaborative Business Experience
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; _____________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; __________
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please consider the environment and do not print this email unless 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; absolutely necessary. Capgemini encourages environmental awareness.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *De :* Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; la
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; part de Christophe Hamerling - eBM WebSourcing 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Date d'envoi :* jeudi 11 juin 2009 10:35 *À :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Cc :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt; *Objet :* [petals-users] Re: Re: Fwd: 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; [petals-commits] [11260] 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks Charles for details
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Le 11 juin 09 à 10:23, Charles Casadei a écrit :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sure. According to Sun's website : &amp;quot;J2SE 5.0 is in its Java 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Technology End of Life (EOL) transition period. The EOL
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; transition
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; period began April 8th, 2008 and will complete October 30th,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; 2009,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Source : &lt;a href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Why not opening a vote to check which java version we should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; use? 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Or do we need to use java 5 for years?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; *Objet : **[petals-commits] 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [11260] trunk/petals-core/petals- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Revision
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;11260
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;view=rev
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;view=rev&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Author
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;rnaudin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Date
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Log Message
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified Paths
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchan
&lt;br&gt;&amp;gt;&amp;gt; geNormalizedMessageImpljava
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Diff
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/petals-core/petals-kernel/src/main/java/org/ow2/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-10 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; +++
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-11 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; s,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (final Exception e) {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This message contains information that may be privileged or 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; confidential and is the property of the Capgemini Group. It is 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; intended only for the person to whom it is addressed. If you are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; not
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the intended recipient, you are not authorized to read, print,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; retain,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; copy, disseminate, distribute, or use this message or any part 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thereof. If you receive this message in error, please notify the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; This message contains information that may be privileged or 
&lt;br&gt;&amp;gt;&amp;gt; confidential and is the property of the Capgemini Group. It is 
&lt;br&gt;&amp;gt;&amp;gt; intended only for the person to whom it is addressed. If you are not 
&lt;br&gt;&amp;gt;&amp;gt; the intended recipient, you are not authorized to read, print, 
&lt;br&gt;&amp;gt;&amp;gt; retain, copy, disseminate, distribute, or use this message or any 
&lt;br&gt;&amp;gt;&amp;gt; part thereof. If you receive this message in error, please notify the 
&lt;br&gt;&amp;gt;&amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; pièce jointe document texte brut (message-footer.txt)
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23982677&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23982677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23978790</id>
	<title>Re: Re: RE : Re: [petals-dev] RE : Re: 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</title>
	<published>2009-06-11T03:25:33Z</published>
	<updated>2009-06-11T03:25:33Z</updated>
	<author>
		<name>Charles Casadei</name>
	</author>
	<content type="html">Roland Naudin - EBM WebSourcing a écrit :
&lt;br&gt;&amp;gt; I think we need to stabilize what we have now, and then move the next
&lt;br&gt;&amp;gt; step and change to java 1.6 code style.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Right, but there isn't that much difference...Java6 was mostly about JVM 
&lt;br&gt;&amp; API optimizations and refinements.
&lt;br&gt;&amp;gt; Moving to 1.6 doesn't means only to change the compiler, it means to use
&lt;br&gt;&amp;gt; the 1.6 features! Generic typing, threading and so on...(don't know much
&lt;br&gt;&amp;gt; the feature of 1.6!)
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agree, but generics have been introduced with Java5 and the Java Languge 
&lt;br&gt;Specification 3.0 ( &lt;a href=&quot;http://java.sun.com/docs/books/jls/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/docs/books/jls/&lt;/a&gt;&amp;nbsp;) ;-)
&lt;br&gt;&amp;gt; What we try to do actually is, i repeat, stabilize our pool of
&lt;br&gt;&amp;gt; components, CDk and containers features. We must focus on that.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agree.
&lt;br&gt;&amp;gt; About JVM optimization, we can first working on code optimization, then
&lt;br&gt;&amp;gt; environment optimization would come naturally.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Agree.
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Le jeudi 11 juin 2009 à 11:44 +0200, Deneux, Christophe a écrit :
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Right, but does not need to change the version of the Java language
&lt;br&gt;&amp;gt;&amp;gt; used to write source code. It's only a configuration of the JVM (JRE
&lt;br&gt;&amp;gt;&amp;gt; or JDK, v5, v6 or v7) running PEtALS.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; The first purpose was to vote about the version of the Java language
&lt;br&gt;&amp;gt;&amp;gt; version to use to write source code, and not to vote about the JVM
&lt;br&gt;&amp;gt;&amp;gt; (JDK or JRE + version) supported by PEtALS.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; So we can keep the Java language v5 to write source code.
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée
&lt;br&gt;&amp;gt;&amp;gt; Integration Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt;&amp;gt; Tel: + 33 4 93 95 55 92 / www.capgemini.com
&lt;br&gt;&amp;gt;&amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200
&lt;br&gt;&amp;gt;&amp;gt; Nice / FRANCE
&lt;br&gt;&amp;gt;&amp;gt; Join the Collaborative Business Experience
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Please consider the environment and do not print this email unless 
&lt;br&gt;&amp;gt;&amp;gt; absolutely necessary. Capgemini encourages environmental awareness.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ______________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; De : Charles Casadei [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charles.casadei@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Date d'envoi : jeudi 11 juin 2009 11:11
&lt;br&gt;&amp;gt;&amp;gt; À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Cc : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; Objet : [petals-users] Re: [petals-dev] RE : Re: Re: Fwd:
&lt;br&gt;&amp;gt;&amp;gt; [petals-commits] [11260]
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/
&lt;br&gt;&amp;gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression on
&lt;br&gt;&amp;gt;&amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We all knew that JRE and JDK are two different beast. But some
&lt;br&gt;&amp;gt;&amp;gt; changes 
&lt;br&gt;&amp;gt;&amp;gt; in the JRE6 may have a significant impact on PEtALS. For instance how 
&lt;br&gt;&amp;gt;&amp;gt; PEtALS would cope with the new (and still experimental) G1 &amp;quot;Garbage 
&lt;br&gt;&amp;gt;&amp;gt; First&amp;quot; Collector.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; (sorry it's in french)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Deneux, Christophe a écrit :
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; First, sorry to have commited a Java6 API change. I will correctly 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fixed in petals-kernel-1.4 and trunk.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Second, I think that the Java language version with which source
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; code 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; is written and the JRE used to run PEtALS are two different things.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; As 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mention by Charles, the JRE will have reached its end of life, but
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; all 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; software written (not compiled, only writtent) with Java5 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; running 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; on Java6.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; So, I think that the source code must be in Java5, even if the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; support 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; JVM runing PEtALS is JRE6+. I agree with Roland about components 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; maintenability. It's too early to switch to Java6 source code
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; because 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of the existing PEtALS in production. You can't force your clients
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; to 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; upgrade to JRE6 because they need a maintenance version of a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; component.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Integration Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tel: + 33 4 93 95 55 92 / &amp;lt;&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; www.capgemini.com
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;x-owacid://18600000/uri:&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Nice / FRANCE
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Join the Collaborative Business Experience
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please consider the environment and do not print this email unless 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; absolutely necessary. Capgemini encourages environmental awareness.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *De :* Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; la 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; part de Christophe Hamerling - eBM WebSourcing 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Date d'envoi :* jeudi 11 juin 2009 10:35
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *À :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Cc :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Objet :* [petals-users] Re: Re: Fwd: [petals-commits] [11260] 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; on 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks Charles for details
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Le 11 juin 09 à 10:23, Charles Casadei a écrit :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sure. According to Sun's website : &amp;quot;J2SE 5.0 is in its Java 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Technology End of Life (EOL) transition period. The EOL
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; transition 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; period began April 8th, 2008 and will complete October 30th,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; 2009, 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Source : &lt;a href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Why not opening a vote to check which java version we should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; use? 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Or do we need to use java 5 for years?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] trunk/petals-core/petals-
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Revision
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;11260
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Author
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;rnaudin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Date
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Log Message
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified Paths
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Diff
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/petals-core/petals-kernel/src/main/java/org/ow2/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-10 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; +++
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-11 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; s,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (final Exception e) {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This message contains information that may be privileged or 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; confidential and is the property of the Capgemini Group. It is 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; intended only for the person to whom it is addressed. If you are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; not 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the intended recipient, you are not authorized to read, print,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; retain, 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; copy, disseminate, distribute, or use this message or any part 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; thereof. If you receive this message in error, please notify the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; This message contains information that may be privileged or
&lt;br&gt;&amp;gt;&amp;gt; confidential and is the property of the Capgemini Group. It is
&lt;br&gt;&amp;gt;&amp;gt; intended only for the person to whom it is addressed. If you are not
&lt;br&gt;&amp;gt;&amp;gt; the intended recipient, you are not authorized to read, print, retain,
&lt;br&gt;&amp;gt;&amp;gt; copy, disseminate, distribute, or use this message or any part
&lt;br&gt;&amp;gt;&amp;gt; thereof. If you receive this message in error, please notify the
&lt;br&gt;&amp;gt;&amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; pièce jointe document texte brut (message-footer.txt)
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978790&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23978790.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23978385</id>
	<title>Re: RE : Re: [petals-dev] RE : Re: 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</title>
	<published>2009-06-11T02:53:20Z</published>
	<updated>2009-06-11T02:53:20Z</updated>
	<author>
		<name>Roland Naudin - EBM WebSourcing</name>
	</author>
	<content type="html">I think we need to stabilize what we have now, and then move the next
&lt;br&gt;step and change to java 1.6 code style.
&lt;br&gt;Moving to 1.6 doesn't means only to change the compiler, it means to use
&lt;br&gt;the 1.6 features! Generic typing, threading and so on...(don't know much
&lt;br&gt;the feature of 1.6!)
&lt;br&gt;What we try to do actually is, i repeat, stabilize our pool of
&lt;br&gt;components, CDk and containers features. We must focus on that.
&lt;br&gt;&lt;br&gt;About JVM optimization, we can first working on code optimization, then
&lt;br&gt;environment optimization would come naturally.
&lt;br&gt;&lt;br&gt;Le jeudi 11 juin 2009 à 11:44 +0200, Deneux, Christophe a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Right, but does not need to change the version of the Java language
&lt;br&gt;&amp;gt; used to write source code. It's only a configuration of the JVM (JRE
&lt;br&gt;&amp;gt; or JDK, v5, v6 or v7) running PEtALS.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; The first purpose was to vote about the version of the Java language
&lt;br&gt;&amp;gt; version to use to write source code, and not to vote about the JVM
&lt;br&gt;&amp;gt; (JDK or JRE + version) supported by PEtALS.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; So we can keep the Java language v5 to write source code.
&lt;br&gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée
&lt;br&gt;&amp;gt; Integration Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt; Tel: + 33 4 93 95 55 92 / www.capgemini.com
&lt;br&gt;&amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200
&lt;br&gt;&amp;gt; Nice / FRANCE
&lt;br&gt;&amp;gt; Join the Collaborative Business Experience
&lt;br&gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt; Please consider the environment and do not print this email unless 
&lt;br&gt;&amp;gt; absolutely necessary. Capgemini encourages environmental awareness.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ______________________________________________________________________
&lt;br&gt;&amp;gt; De : Charles Casadei [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charles.casadei@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Date d'envoi : jeudi 11 juin 2009 11:11
&lt;br&gt;&amp;gt; À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Objet : [petals-users] Re: [petals-dev] RE : Re: Re: Fwd:
&lt;br&gt;&amp;gt; [petals-commits] [11260]
&lt;br&gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/
&lt;br&gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression on
&lt;br&gt;&amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We all knew that JRE and JDK are two different beast. But some
&lt;br&gt;&amp;gt; changes 
&lt;br&gt;&amp;gt; in the JRE6 may have a significant impact on PEtALS. For instance how 
&lt;br&gt;&amp;gt; PEtALS would cope with the new (and still experimental) G1 &amp;quot;Garbage 
&lt;br&gt;&amp;gt; First&amp;quot; Collector.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; (sorry it's in french)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Deneux, Christophe a écrit :
&lt;br&gt;&amp;gt; &amp;gt; First, sorry to have commited a Java6 API change. I will correctly 
&lt;br&gt;&amp;gt; &amp;gt; fixed in petals-kernel-1.4 and trunk.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; Second, I think that the Java language version with which source
&lt;br&gt;&amp;gt; code 
&lt;br&gt;&amp;gt; &amp;gt; is written and the JRE used to run PEtALS are two different things.
&lt;br&gt;&amp;gt; As 
&lt;br&gt;&amp;gt; &amp;gt; mention by Charles, the JRE will have reached its end of life, but
&lt;br&gt;&amp;gt; all 
&lt;br&gt;&amp;gt; &amp;gt; software written (not compiled, only writtent) with Java5 are
&lt;br&gt;&amp;gt; running 
&lt;br&gt;&amp;gt; &amp;gt; on Java6.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; So, I think that the source code must be in Java5, even if the
&lt;br&gt;&amp;gt; support 
&lt;br&gt;&amp;gt; &amp;gt; JVM runing PEtALS is JRE6+. I agree with Roland about components 
&lt;br&gt;&amp;gt; &amp;gt; maintenability. It's too early to switch to Java6 source code
&lt;br&gt;&amp;gt; because 
&lt;br&gt;&amp;gt; &amp;gt; of the existing PEtALS in production. You can't force your clients
&lt;br&gt;&amp;gt; to 
&lt;br&gt;&amp;gt; &amp;gt; upgrade to JRE6 because they need a maintenance version of a
&lt;br&gt;&amp;gt; component.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée
&lt;br&gt;&amp;gt; &amp;gt; Integration Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt; &amp;gt; Tel: + 33 4 93 95 55 92 / &amp;lt;&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; www.capgemini.com
&lt;br&gt;&amp;gt; &amp;lt;x-owacid://18600000/uri:&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 
&lt;br&gt;&amp;gt; &amp;gt; Nice / FRANCE
&lt;br&gt;&amp;gt; &amp;gt; Join the Collaborative Business Experience
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt; &amp;gt; Please consider the environment and do not print this email unless 
&lt;br&gt;&amp;gt; &amp;gt; absolutely necessary. Capgemini encourages environmental awareness.
&lt;br&gt;&amp;gt; &amp;gt; *De :* Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de
&lt;br&gt;&amp;gt; la 
&lt;br&gt;&amp;gt; &amp;gt; part de Christophe Hamerling - eBM WebSourcing 
&lt;br&gt;&amp;gt; &amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; &amp;gt; *Date d'envoi :* jeudi 11 juin 2009 10:35
&lt;br&gt;&amp;gt; &amp;gt; *À :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; *Cc :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; *Objet :* [petals-users] Re: Re: Fwd: [petals-commits] [11260] 
&lt;br&gt;&amp;gt; &amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ 
&lt;br&gt;&amp;gt; &amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression
&lt;br&gt;&amp;gt; on 
&lt;br&gt;&amp;gt; &amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks Charles for details
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Le 11 juin 09 à 10:23, Charles Casadei a écrit :
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Sure. According to Sun's website : &amp;quot;J2SE 5.0 is in its Java 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Technology End of Life (EOL) transition period. The EOL
&lt;br&gt;&amp;gt; transition 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; period began April 8th, 2008 and will complete October 30th,
&lt;br&gt;&amp;gt; 2009, 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Source : &lt;a href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Why not opening a vote to check which java version we should
&lt;br&gt;&amp;gt; use? 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Or do we need to use java 5 for years?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] trunk/petals-core/petals-
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Revision
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;11260
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Author
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;rnaudin
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Date
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Log Message
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified Paths
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Diff
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/petals-core/petals-kernel/src/main/java/org/ow2/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; ---
&lt;br&gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-10 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; +++
&lt;br&gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-11 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content,
&lt;br&gt;&amp;gt; s,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (final Exception e) {
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the 
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; You receive this message as a subscriber of the
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; mailing list.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; This message contains information that may be privileged or 
&lt;br&gt;&amp;gt; &amp;gt; confidential and is the property of the Capgemini Group. It is 
&lt;br&gt;&amp;gt; &amp;gt; intended only for the person to whom it is addressed. If you are
&lt;br&gt;&amp;gt; not 
&lt;br&gt;&amp;gt; &amp;gt; the intended recipient, you are not authorized to read, print,
&lt;br&gt;&amp;gt; retain, 
&lt;br&gt;&amp;gt; &amp;gt; copy, disseminate, distribute, or use this message or any part 
&lt;br&gt;&amp;gt; &amp;gt; thereof. If you receive this message in error, please notify the 
&lt;br&gt;&amp;gt; &amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This message contains information that may be privileged or
&lt;br&gt;&amp;gt; confidential and is the property of the Capgemini Group. It is
&lt;br&gt;&amp;gt; intended only for the person to whom it is addressed. If you are not
&lt;br&gt;&amp;gt; the intended recipient, you are not authorized to read, print, retain,
&lt;br&gt;&amp;gt; copy, disseminate, distribute, or use this message or any part
&lt;br&gt;&amp;gt; thereof. If you receive this message in error, please notify the
&lt;br&gt;&amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; pièce jointe document texte brut (message-footer.txt)
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;-- 
&lt;/div&gt;Roland NAUDIN
&lt;br&gt;PEtALS technical support
&lt;br&gt;05 62 73 43 93
&lt;br&gt;&lt;br&gt;EBM Websourcing
&lt;br&gt;4, Rue Amélie
&lt;br&gt;31000 Toulouse
&lt;br&gt;&lt;br&gt;Try PEtALS at &lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978385&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23978385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23978273</id>
	<title>RE : Re: [petals-dev] RE : Re: 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</title>
	<published>2009-06-11T02:44:11Z</published>
	<updated>2009-06-11T02:44:11Z</updated>
	<author>
		<name>Deneux, Christophe</name>
	</author>
	<content type="html">&lt;HTML dir=ltr&gt;&lt;HEAD&gt;



&lt;/HEAD&gt;
&lt;BODY ocsi=&quot;x&quot;&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;Right, but does not need to change the version of the Java language used to write source code. It's only a configuration of the JVM (JRE or JDK, v5, v6 or v7) running PEtALS.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;The first purpose was to vote about the version of the Java language version to use to write source code, and not to vote about the JVM (JDK or JRE + version) supported by PEtALS.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;So we can keep the Java language v5 to write source code.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;_______________________________________________________________________________&lt;BR&gt;Christophe DENEUX / Capgemini Sud / Méditerranée&lt;BR&gt;Integration Architect / OW2 PEtALS Comitter&lt;BR&gt;Tel: + 33 4 93 95 55 92 / &lt;/FONT&gt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;A href=&quot;x-owacid://18610000/uri:http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice&amp;nbsp;/ FRANCE&lt;BR&gt;Join the Collaborative Business Experience&lt;BR&gt;_______________________________________________________________________________&lt;BR&gt;Please consider the environment and do not print this email unless&amp;nbsp;&lt;BR&gt;absolutely necessary. Capgemini encourages environmental awareness.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV id=divRpF405121 style=&quot;DIRECTION: ltr&quot;&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;De :&lt;/B&gt; Charles Casadei [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charles.casadei@...&lt;/a&gt;]&lt;BR&gt;&lt;B&gt;Date d'envoi :&lt;/B&gt; jeudi 11 juin 2009 11:11&lt;BR&gt;&lt;B&gt;À :&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Cc :&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Objet :&lt;/B&gt; [petals-users] Re: [petals-dev] RE : Re: 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&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;FONT size=2&gt;
&lt;DIV class=PlainText&gt;We all knew that JRE and JDK are two different beast. But some changes &lt;BR&gt;in the JRE6 may have a significant impact on PEtALS. For instance how &lt;BR&gt;PEtALS would cope with the new (and still experimental) G1 &quot;Garbage &lt;BR&gt;First&quot; Collector.&lt;BR&gt;&lt;BR&gt;&lt;A href=&quot;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&lt;/A&gt; &lt;BR&gt;(sorry it's in french)&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Deneux, Christophe a écrit :&lt;div class='shrinkable-quote'&gt;&lt;BR&gt;&amp;gt; First, sorry to have commited a Java6 API change. I will correctly &lt;BR&gt;&amp;gt; fixed in petals-kernel-1.4 and trunk.&lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt; Second, I think that the Java language version with which source code &lt;BR&gt;&amp;gt; is written and the JRE used to run PEtALS are two different things. As &lt;BR&gt;&amp;gt; mention by Charles, the JRE will have reached its end of life, but all &lt;BR&gt;&amp;gt; software written (not compiled, only writtent) with Java5 are running &lt;BR&gt;&amp;gt; on Java6.&lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt; So, I think that the source code must be in Java5, even if the support &lt;BR&gt;&amp;gt; JVM runing PEtALS is JRE6+. I agree with Roland about components &lt;BR&gt;&amp;gt; maintenability. It's too early to switch to Java6 source code because &lt;BR&gt;&amp;gt; of the existing PEtALS in production. You can't force your clients to &lt;BR&gt;&amp;gt; upgrade to JRE6 because they need a maintenance version of a component.&lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;gt; _______________________________________________________________________________&lt;BR&gt;&amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée&lt;BR&gt;&amp;gt; Integration Architect / OW2 PEtALS Comitter&lt;BR&gt;&amp;gt; Tel: + 33 4 93 95 55 92 / &amp;lt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/A&gt;&amp;gt; &lt;BR&gt;&amp;gt; &lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/A&gt; &amp;lt;x-owacid://18600000/uri:http://www.capgemini.com/&amp;gt;&lt;BR&gt;&amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 &lt;BR&gt;&amp;gt; Nice / FRANCE&lt;BR&gt;&amp;gt; Join the Collaborative Business Experience&lt;BR&gt;&amp;gt; _______________________________________________________________________________&lt;BR&gt;&amp;gt; Please consider the environment and do not print this email unless &lt;BR&gt;&amp;gt; absolutely necessary. Capgemini encourages environmental awareness.&lt;BR&gt;&amp;gt; *De :* Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de la &lt;BR&gt;&amp;gt; part de Christophe Hamerling - eBM WebSourcing &lt;BR&gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]&lt;BR&gt;&amp;gt; *Date d'envoi :* jeudi 11 juin 2009 10:35&lt;BR&gt;&amp;gt; *À :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&lt;BR&gt;&amp;gt; *Cc :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;&lt;BR&gt;&amp;gt; *Objet :* [petals-users] Re: Re: Fwd: [petals-commits] [11260] &lt;BR&gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ &lt;BR&gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression on &lt;BR&gt;&amp;gt; a method not compatible with javac 1.5&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; Thanks Charles for details&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; Le 11 juin 09 à 10:23, Charles Casadei a écrit :&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt; Sure. According to Sun's website : &quot;J2SE 5.0 is in its Java &lt;BR&gt;&amp;gt; &amp;gt; Technology End of Life (EOL) transition period. The EOL transition &lt;BR&gt;&amp;gt; &amp;gt; period began April 8th, 2008 and will complete October 30th, 2009, &lt;BR&gt;&amp;gt; &amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&quot;&lt;BR&gt;&amp;gt; &amp;gt; Source : &lt;A href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/A&gt;&lt;BR&gt;&amp;gt; &amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; Why not opening a vote to check which java version we should use? &lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; Or do we need to use java 5 for years?&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; Début du message réexpédié :&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; &lt;BR&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] trunk/petals-core/petals-&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not &lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Revision&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11260&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;gt; &amp;lt;&lt;A href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&lt;/A&gt; &lt;BR&gt;&amp;gt; &amp;lt;&lt;A href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&lt;/A&gt;&amp;gt; &lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Author&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rnaudin&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Date&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Log Message&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Modified Paths&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &lt;BR&gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava &lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diff&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Modified:&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trunk/petals-core/petals-kernel/src/main/java/org/ow2/&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (11259 =&amp;gt; 11260)&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --- trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java&amp;nbsp;&amp;nbsp; 2009-06-10 &lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; +++ trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java&amp;nbsp;&amp;nbsp; 2009-06-11 &lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content, s,&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boolean.parseBoolean(compression));&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } catch (final Exception e) {&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new IOException(e.getMessage(), e);&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new IOException(e.getMessage());&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;BR&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;A href=&quot;http://www.ow2.org/wws&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/A&gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; &lt;BR&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; SOA Research Engineer&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt; Skype : christophe.hamerling&lt;BR&gt;&amp;gt; &amp;gt;&amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt; &amp;gt; --&lt;BR&gt;&amp;gt; &amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; &lt;BR&gt;&amp;gt; &amp;gt; mailing list.&lt;BR&gt;&amp;gt; &amp;gt; To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt; For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;BR&gt;&amp;gt; &amp;gt; OW2 mailing lists service home page: &lt;A href=&quot;http://www.ow2.org/wws&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/A&gt;&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; Christophe Hamerling - eBM WebSourcing&lt;BR&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;BR&gt;&amp;gt; SOA Research Engineer&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; Skype : christophe.hamerling&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; This message contains information that may be privileged or &lt;BR&gt;&amp;gt; confidential and is the property of the Capgemini Group. It is &lt;BR&gt;&amp;gt; intended only for the person to whom it is addressed. If you are not &lt;BR&gt;&amp;gt; the intended recipient, you are not authorized to read, print, retain, &lt;BR&gt;&amp;gt; copy, disseminate, distribute, or use this message or any part &lt;BR&gt;&amp;gt; thereof. If you receive this message in error, please notify the &lt;BR&gt;&amp;gt; sender immediately and delete all copies of this message.&lt;BR&gt;&amp;gt;&lt;/div&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;pre&gt;&lt;/PRE&gt;&lt;p style=&quot;font-size:13px&quot;&gt;This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.&lt;/p&gt;&lt;PRE&gt;
&lt;/pre&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23978273&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23978273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23977854</id>
	<title>Re: [petals-dev] RE : Re: 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</title>
	<published>2009-06-11T02:11:27Z</published>
	<updated>2009-06-11T02:11:27Z</updated>
	<author>
		<name>Charles Casadei</name>
	</author>
	<content type="html">We all knew that JRE and JDK are two different beast. But some changes 
&lt;br&gt;in the JRE6 may have a significant impact on PEtALS. For instance how 
&lt;br&gt;PEtALS would cope with the new (and still experimental) G1 &amp;quot;Garbage 
&lt;br&gt;First&amp;quot; Collector.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.xebia.fr/2008/03/12/gc-generationnels-traditionnels-jdk6-vs-gc-garbage-first-jdk7/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;(sorry it's in french)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Deneux, Christophe a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; First, sorry to have commited a Java6 API change. I will correctly 
&lt;br&gt;&amp;gt; fixed in petals-kernel-1.4 and trunk.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Second, I think that the Java language version with which source code 
&lt;br&gt;&amp;gt; is written and the JRE used to run PEtALS are two different things. As 
&lt;br&gt;&amp;gt; mention by Charles, the JRE will have reached its end of life, but all 
&lt;br&gt;&amp;gt; software written (not compiled, only writtent) with Java5 are running 
&lt;br&gt;&amp;gt; on Java6.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; So, I think that the source code must be in Java5, even if the support 
&lt;br&gt;&amp;gt; JVM runing PEtALS is JRE6+. I agree with Roland about components 
&lt;br&gt;&amp;gt; maintenability. It's too early to switch to Java6 source code because 
&lt;br&gt;&amp;gt; of the existing PEtALS in production. You can't force your clients to 
&lt;br&gt;&amp;gt; upgrade to JRE6 because they need a maintenance version of a component.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt; Christophe DENEUX / Capgemini Sud / Méditerranée
&lt;br&gt;&amp;gt; Integration Architect / OW2 PEtALS Comitter
&lt;br&gt;&amp;gt; Tel: + 33 4 93 95 55 92 / &amp;lt;&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt; www.capgemini.com &amp;lt;x-owacid://18600000/uri:&lt;a href=&quot;http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.capgemini.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 
&lt;br&gt;&amp;gt; Nice / FRANCE
&lt;br&gt;&amp;gt; Join the Collaborative Business Experience
&lt;br&gt;&amp;gt; _______________________________________________________________________________
&lt;br&gt;&amp;gt; Please consider the environment and do not print this email unless 
&lt;br&gt;&amp;gt; absolutely necessary. Capgemini encourages environmental awareness.
&lt;br&gt;&amp;gt; *De :* Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de la 
&lt;br&gt;&amp;gt; part de Christophe Hamerling - eBM WebSourcing 
&lt;br&gt;&amp;gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; *Date d'envoi :* jeudi 11 juin 2009 10:35
&lt;br&gt;&amp;gt; *À :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; *Cc :* &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; *Objet :* [petals-users] Re: Re: Fwd: [petals-commits] [11260] 
&lt;br&gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ 
&lt;br&gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression on 
&lt;br&gt;&amp;gt; a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks Charles for details
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Le 11 juin 09 à 10:23, Charles Casadei a écrit :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Sure. According to Sun's website : &amp;quot;J2SE 5.0 is in its Java 
&lt;br&gt;&amp;gt; &amp;gt; Technology End of Life (EOL) transition period. The EOL transition 
&lt;br&gt;&amp;gt; &amp;gt; period began April 8th, 2008 and will complete October 30th, 2009, 
&lt;br&gt;&amp;gt; &amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; Source : &lt;a href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Why not opening a vote to check which java version we should use? 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Or do we need to use java 5 for years?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] trunk/petals-core/petals-
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Revision
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;11260
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Author
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;rnaudin
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Date
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Log Message
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified Paths
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Diff
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/petals-core/petals-kernel/src/main/java/org/ow2/
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --- trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-10 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; +++ trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java &amp;nbsp; 2009-06-11 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content, s,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (final Exception e) {
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; mailing list.
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; &amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This message contains information that may be privileged or 
&lt;br&gt;&amp;gt; confidential and is the property of the Capgemini Group. It is 
&lt;br&gt;&amp;gt; intended only for the person to whom it is addressed. If you are not 
&lt;br&gt;&amp;gt; the intended recipient, you are not authorized to read, print, retain, 
&lt;br&gt;&amp;gt; copy, disseminate, distribute, or use this message or any part 
&lt;br&gt;&amp;gt; thereof. If you receive this message in error, please notify the 
&lt;br&gt;&amp;gt; sender immediately and delete all copies of this message.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977854&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23977854.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23977566</id>
	<title>RE : Re: 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</title>
	<published>2009-06-11T01:48:44Z</published>
	<updated>2009-06-11T01:48:44Z</updated>
	<author>
		<name>Deneux, Christophe</name>
	</author>
	<content type="html">&lt;HTML dir=ltr&gt;&lt;HEAD&gt;



&lt;/HEAD&gt;
&lt;BODY ocsi=&quot;x&quot;&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;First, sorry to have commited a Java6 API change. I will correctly fixed in petals-kernel-1.4 and trunk.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;Second, I think that the Java language version with which source code is written and the JRE used to run PEtALS are two different things. As mention by Charles, the JRE will have reached its end of life, but all software written (not compiled, only writtent) with Java5 are running on Java6.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;So, I think that the source code must be in Java5, even if the support JVM runing PEtALS is JRE6+. I agree with Roland about components maintenability. It's too early to switch to Java6 source code because of the existing PEtALS in production. You can't force your clients to upgrade to JRE6 because they need a maintenance version of a component.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr&gt;&lt;FONT face=&quot;courier new&quot; size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;_______________________________________________________________________________&lt;BR&gt;Christophe DENEUX / Capgemini Sud / Méditerranée&lt;BR&gt;Integration Architect / OW2 PEtALS Comitter&lt;BR&gt;Tel: + 33 4 93 95 55 92 / &lt;/FONT&gt;&lt;A href=&quot;http://www.capgemini.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;A href=&quot;x-owacid://18600000/uri:http://www.capgemini.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.capgemini.com&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt;Porte de l'Arénas - Entrée B / 455 Promenade des Anglais / 06200 Nice&amp;nbsp;/ FRANCE&lt;BR&gt;Join the Collaborative Business Experience&lt;BR&gt;_______________________________________________________________________________&lt;BR&gt;Please consider the environment and do not print this email unless&amp;nbsp;&lt;BR&gt;absolutely necessary. Capgemini encourages environmental awareness.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV id=divRpF369735 style=&quot;DIRECTION: ltr&quot;&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;De :&lt;/B&gt; Christophe Hamerling - eBMWS [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chamerling.ebmws@...&lt;/a&gt;] de la part de Christophe Hamerling - eBM WebSourcing [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;]&lt;BR&gt;&lt;B&gt;Date d'envoi :&lt;/B&gt; jeudi 11 juin 2009 10:35&lt;BR&gt;&lt;B&gt;À :&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Cc :&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-dev@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Objet :&lt;/B&gt; [petals-users] Re: 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&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;FONT size=2&gt;
&lt;DIV class=PlainText&gt;Thanks Charles for details&lt;BR&gt;&lt;BR&gt;Le 11 juin 09 à 10:23, Charles Casadei a écrit :&lt;BR&gt;&lt;div class='shrinkable-quote'&gt;&lt;BR&gt;&amp;gt; Sure. According to Sun's website : &quot;J2SE 5.0 is in its Java&amp;nbsp; &lt;BR&gt;&amp;gt; Technology End of Life (EOL) transition period. The EOL transition&amp;nbsp; &lt;BR&gt;&amp;gt; period began April 8th, 2008 and will complete October 30th, 2009,&amp;nbsp; &lt;BR&gt;&amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&quot;&lt;BR&gt;&amp;gt; Source : &lt;A href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/A&gt;&lt;BR&gt;&amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :&lt;BR&gt;&amp;gt;&amp;gt; Why not opening a vote to check which java version we should use?&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;gt; Or do we need to use java 5 for years?&lt;BR&gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt; Début du message réexpédié :&lt;BR&gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] trunk/petals-core/petals- &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/ &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; Revision&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11260&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;A href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&lt;/A&gt; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; Author&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rnaudin&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; Date&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Log Message&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Modified Paths&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/ &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diff&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Modified:&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trunk/petals-core/petals-kernel/src/main/java/org/ow2/ &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (11259 =&amp;gt; 11260)&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; --- trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/ &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java&amp;nbsp;&amp;nbsp; 2009-06-10&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; +++ trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/ &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java&amp;nbsp;&amp;nbsp; 2009-06-11&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content, s,&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boolean.parseBoolean(compression));&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } catch (final Exception e) {&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new IOException(e.getMessage(), e);&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new IOException(e.getMessage());&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; --&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &lt;BR&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;A href=&quot;http://www.ow2.org/wws&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/A&gt;&lt;BR&gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing&lt;BR&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; &lt;BR&gt;&amp;gt;&amp;gt; &amp;gt;&lt;BR&gt;&amp;gt;&amp;gt; SOA Research Engineer&lt;BR&gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&amp;gt; Skype : christophe.hamerling&lt;BR&gt;&amp;gt;&amp;gt;&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt;&lt;BR&gt;&amp;gt; --&lt;BR&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt;&amp;nbsp; &lt;BR&gt;&amp;gt; mailing list.&lt;BR&gt;&amp;gt; To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;BR&gt;&amp;gt; For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;BR&gt;&amp;gt; OW2 mailing lists service home page: &lt;A href=&quot;http://www.ow2.org/wws&quot; target=_blank rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/A&gt;&lt;/div&gt;&lt;BR&gt;Christophe Hamerling - eBM WebSourcing&lt;BR&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;BR&gt;SOA Research Engineer&lt;BR&gt;&lt;BR&gt;Skype : christophe.hamerling&lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;pre&gt;&lt;/PRE&gt;&lt;p style=&quot;font-size:13px&quot;&gt;This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.&lt;/p&gt;&lt;PRE&gt;
&lt;/pre&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977566&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23977566.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23977438</id>
	<title>Re: 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</title>
	<published>2009-06-11T01:35:34Z</published>
	<updated>2009-06-11T01:35:34Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">Thanks Charles for details
&lt;br&gt;&lt;br&gt;Le 11 juin 09 à 10:23, Charles Casadei a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sure. According to Sun's website : &amp;quot;J2SE 5.0 is in its Java &amp;nbsp;
&lt;br&gt;&amp;gt; Technology End of Life (EOL) transition period. The EOL transition &amp;nbsp;
&lt;br&gt;&amp;gt; period began April 8th, 2008 and will complete October 30th, 2009, &amp;nbsp;
&lt;br&gt;&amp;gt; when J2SE 5.0 will have reached its End of Service Life (EOSL).&amp;quot;
&lt;br&gt;&amp;gt; Source : &lt;a href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/a&gt;&lt;br&gt;&amp;gt; Christophe Hamerling - eBM WebSourcing a écrit :
&lt;br&gt;&amp;gt;&amp;gt; Why not opening a vote to check which java version we should use? &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Or do we need to use java 5 for years?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] trunk/petals-core/petals- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; kernel/src/main/java/org/ow2/petals/jbi/ messaging/exchange/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; NormalizedMessageImpl.java:Revert an regression on a method not &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; compatible with javac 1.5*
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Revision
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;11260
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Author
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;rnaudin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Date
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Log Message
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified Paths
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; #trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Diff
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Modified:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;trunk/petals-core/petals-kernel/src/main/java/org/ow2/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --- trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java	2009-06-10 &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 15:52:34 UTC (rev 11259)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; +++ trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jbi/messaging/exchange/NormalizedMessageImpl.java	2009-06-11 &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 07:59:34 UTC (rev 11260)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; MessageExchangeSerializer.instance().serializeContent(content, s,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } catch (final Exception e) {
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;SOA Research Engineer
&lt;br&gt;&lt;br&gt;Skype : christophe.hamerling
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977438&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23977438.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23977337</id>
	<title>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</title>
	<published>2009-06-11T01:23:55Z</published>
	<updated>2009-06-11T01:23:55Z</updated>
	<author>
		<name>Charles Casadei</name>
	</author>
	<content type="html">Sure. According to Sun's website : &amp;quot;J2SE 5.0 is in its Java Technology 
&lt;br&gt;End of Life (EOL) transition period. The EOL transition period began 
&lt;br&gt;April 8th, 2008 and will complete October 30th, 2009, when J2SE 5.0 will 
&lt;br&gt;have reached its End of Service Life (EOSL).&amp;quot;
&lt;br&gt;Source : &lt;a href=&quot;http://java.sun.com/products/archive/eol.policy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/products/archive/eol.policy.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Christophe Hamerling - eBM WebSourcing a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Why not opening a vote to check which java version we should use? Or 
&lt;br&gt;&amp;gt; do we need to use java 5 for years?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; *De : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; *Date : *11 juin 2009 09:59:34 HAEC
&lt;br&gt;&amp;gt;&amp;gt; *À : *&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; *Objet : **[petals-commits] [11260] 
&lt;br&gt;&amp;gt;&amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/ 
&lt;br&gt;&amp;gt;&amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression on 
&lt;br&gt;&amp;gt;&amp;gt; a method not compatible with javac 1.5*
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Revision
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 11260
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;view=rev&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Author
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; rnaudin
&lt;br&gt;&amp;gt;&amp;gt; Date
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Log Message
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Modified Paths
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; * trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;#trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Diff
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Modified:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --- 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)
&lt;br&gt;&amp;gt;&amp;gt; +++ 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)
&lt;br&gt;&amp;gt;&amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageExchangeSerializer.instance().serializeContent(content, s,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} catch (final Exception e) {
&lt;br&gt;&amp;gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977337&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23977337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23977179</id>
	<title>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</title>
	<published>2009-06-11T01:15:47Z</published>
	<updated>2009-06-11T01:15:47Z</updated>
	<author>
		<name>Roland Naudin - EBM WebSourcing</name>
	</author>
	<content type="html">You can take charge of it if you want!
&lt;br&gt;And help me to maintain the components for the java 1.5 customers.
&lt;br&gt;&lt;br&gt;Le jeudi 11 juin 2009 à 10:06 +0200, Christophe Hamerling - eBM
&lt;br&gt;WebSourcing a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Why not opening a vote to check which java version we should use? Or
&lt;br&gt;&amp;gt; do we need to use java 5 for years?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Début du message réexpédié :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; De : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Date : 11 juin 2009 09:59:34 HAEC
&lt;br&gt;&amp;gt; &amp;gt; À : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Objet : [petals-commits] [11260]
&lt;br&gt;&amp;gt; &amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/
&lt;br&gt;&amp;gt; &amp;gt; messaging/exchange/NormalizedMessageImpl.java:Revert an regression
&lt;br&gt;&amp;gt; &amp;gt; on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Revision
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11260
&lt;br&gt;&amp;gt; &amp;gt; Author
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rnaudin
&lt;br&gt;&amp;gt; &amp;gt; Date
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)
&lt;br&gt;&amp;gt; &amp;gt; Log Message
&lt;br&gt;&amp;gt; &amp;gt; Revert an regression on a method not compatible with javac 1.5
&lt;br&gt;&amp;gt; &amp;gt; Modified Paths
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; * trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java
&lt;br&gt;&amp;gt; &amp;gt; Diff
&lt;br&gt;&amp;gt; &amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;gt; trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java (11259 =&amp;gt; 11260)
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --- 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)
&lt;br&gt;&amp;gt; &amp;gt; +++ 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)
&lt;br&gt;&amp;gt; &amp;gt; @@ -223,7 +223,7 @@
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageExchangeSerializer.instance().serializeContent(content, s,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Boolean.parseBoolean(compression));
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} catch (final Exception e) {
&lt;br&gt;&amp;gt; &amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage(), e);
&lt;br&gt;&amp;gt; &amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw new IOException(e.getMessage());
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; You receive this message as a subscriber of the
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; mailing list.
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; &amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Christophe Hamerling - eBM WebSourcing
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;
&lt;br&gt;&amp;gt; SOA Research Engineer
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Skype : christophe.hamerling
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; pièce jointe document texte brut (message-footer.txt)
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;-- 
&lt;/div&gt;Roland NAUDIN
&lt;br&gt;PEtALS technical support
&lt;br&gt;05 62 73 43 93
&lt;br&gt;&lt;br&gt;EBM Websourcing
&lt;br&gt;4, Rue Amélie
&lt;br&gt;31000 Toulouse
&lt;br&gt;&lt;br&gt;Try PEtALS at &lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977179&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23977179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23977034</id>
	<title>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</title>
	<published>2009-06-11T01:06:55Z</published>
	<updated>2009-06-11T01:06:55Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Why not opening a vote to check which java version we should use? Or do we need to use java 5 for years?&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;Début du message réexpédié :&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot; style=&quot;font: 12.0px Helvetica; color: #000000&quot;&gt;&lt;b&gt;De : &lt;/b&gt;&lt;/font&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; style=&quot;font: 12.0px Helvetica&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;roland.naudin@...&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot; style=&quot;font: 12.0px Helvetica; color: #000000&quot;&gt;&lt;b&gt;Date : &lt;/b&gt;&lt;/font&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; style=&quot;font: 12.0px Helvetica&quot;&gt;11 juin 2009 09:59:34 HAEC&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot; style=&quot;font: 12.0px Helvetica; color: #000000&quot;&gt;&lt;b&gt;À : &lt;/b&gt;&lt;/font&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; style=&quot;font: 12.0px Helvetica&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot; style=&quot;font: 12.0px Helvetica; color: #000000&quot;&gt;&lt;b&gt;Objet : &lt;/b&gt;&lt;/font&gt;&lt;font face=&quot;Helvetica&quot; size=&quot;3&quot; style=&quot;font: 12.0px Helvetica&quot;&gt;&lt;b&gt;[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&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; &quot;&gt;&lt;br&gt;&lt;/div&gt; &lt;/div&gt; &lt;div&gt;  &lt;div id=&quot;msg&quot;&gt; &lt;dl class=&quot;meta&quot;&gt; &lt;dt&gt;Revision&lt;/dt&gt; &lt;dd&gt;&lt;a href=&quot;http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/?rev=11260&amp;amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;11260&lt;/a&gt;&lt;/dd&gt; &lt;dt&gt;Author&lt;/dt&gt; &lt;dd&gt;rnaudin&lt;/dd&gt; &lt;dt&gt;Date&lt;/dt&gt; &lt;dd&gt;2009-06-11 09:59:34 +0200 (Thu, 11 Jun 2009)&lt;/dd&gt; &lt;/dl&gt; &lt;h3&gt;Log Message&lt;/h3&gt; &lt;pre&gt;Revert an regression on a method not compatible with javac 1.5&lt;/pre&gt; &lt;h3&gt;Modified Paths&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;#trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id=&quot;patch&quot;&gt; &lt;h3&gt;Diff&lt;/h3&gt; &lt;a id=&quot;trunkpetalscorepetalskernelsrcmainjavaorgow2petalsjbimessagingexchangeNormalizedMessageImpljava&quot; target=&quot;_top&quot;&gt;&lt;/a&gt; &lt;div class=&quot;modfile&quot;&gt;&lt;h4&gt;Modified: trunk/petals-core/petals-kernel/src/main/java/org/ow2/petals/jbi/messaging/exchange/NormalizedMessageImpl.java (11259 =&amp;gt; 11260)&lt;/h4&gt; &lt;pre class=&quot;diff&quot;&gt;&lt;span&gt;
&lt;span class=&quot;info&quot;&gt;--- 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)
&lt;/span&gt;&lt;span class=&quot;lines&quot;&gt;@@ -223,7 +223,7 @@
&lt;/span&gt;&lt;span class=&quot;cx&quot;&gt;             MessageExchangeSerializer.instance().serializeContent(content, s,
&lt;/span&gt;&lt;span class=&quot;cx&quot;&gt;                     Boolean.parseBoolean(compression));
&lt;/span&gt;&lt;span class=&quot;cx&quot;&gt;         } catch (final Exception e) {
&lt;/span&gt;&lt;del&gt;-            throw new IOException(e.getMessage(), e);
&lt;/del&gt;&lt;ins&gt;+            throw new IOException(e.getMessage());
&lt;/ins&gt;&lt;span class=&quot;cx&quot;&gt;         }
&lt;/span&gt;&lt;span class=&quot;cx&quot;&gt;     }
&lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;  &lt;br&gt;--&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits@...&lt;/a&gt; mailing list.&lt;br&gt;To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-commits-unsubscribe@...&lt;/a&gt;&lt;br&gt;For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Christophe Hamerling - eBM WebSourcing&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SOA Research Engineer&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Skype : christophe.hamerling&lt;/div&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23977034&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--petals-commits---11260--trunk-petals-core-petals-kernel-src-main-java-org-ow2-petals-jbi--messaging-exchange-NormalizedMessageImpl.java%3ARevert-an-regression-on-a-method-not-compatible-with-javac-1.5-tp23977034p23977034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23737806</id>
	<title>Re: Re: BPEL : impossible to find a receiver  corresponding...</title>
	<published>2009-05-27T00:54:10Z</published>
	<updated>2009-05-27T00:54:10Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">and the jbi.xml of the SA :&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;!-- Generated JBI descriptor for PEtALS. --&amp;gt;&lt;br&gt;&amp;lt;jbi:jbi version=&amp;quot;1.0&amp;quot; &lt;br&gt;    xmlns=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/jbi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/jbi&lt;/a&gt;&amp;quot;&lt;br&gt;
    xmlns:jbi=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/jbi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/jbi&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;    &amp;lt;jbi:service-assembly&amp;gt;&lt;br&gt;        &amp;lt;jbi:identification&amp;gt;&lt;br&gt;            &amp;lt;jbi:name&amp;gt;sa-forPetals.zip&amp;lt;/jbi:name&amp;gt;&lt;br&gt;
            &amp;lt;jbi:description&amp;gt;SA for 2 components&amp;lt;/jbi:description&amp;gt;&lt;br&gt;        &amp;lt;/jbi:identification&amp;gt;&lt;br&gt;                &lt;br&gt;        &amp;lt;!-- su-SOAP-forPetalsService-consume --&amp;gt;&lt;br&gt;        &amp;lt;jbi:service-unit&amp;gt;&lt;br&gt;
            &amp;lt;jbi:identification&amp;gt;&lt;br&gt;                &amp;lt;jbi:name&amp;gt;su-SOAP-forPetalsService-consume&amp;lt;/jbi:name&amp;gt;&lt;br&gt;                &amp;lt;jbi:description&amp;gt;SU for the PEtALS SOAP component&amp;lt;/jbi:description&amp;gt;&lt;br&gt;
            &amp;lt;/jbi:identification&amp;gt;&lt;br&gt;            &lt;br&gt;            &amp;lt;jbi:target&amp;gt;&lt;br&gt;                &amp;lt;jbi:artifacts-zip&amp;gt;su-SOAP-forPetalsService-consume.zip&amp;lt;/jbi:artifacts-zip&amp;gt;&lt;br&gt;                &amp;lt;jbi:component-name&amp;gt;petals-bc-soap&amp;lt;/jbi:component-name&amp;gt;&lt;br&gt;
            &amp;lt;/jbi:target&amp;gt;&lt;br&gt;        &amp;lt;/jbi:service-unit&amp;gt;&lt;br&gt;                &lt;br&gt;        &amp;lt;!-- su-Orchestra-forPetalsService-provide --&amp;gt;&lt;br&gt;        &amp;lt;jbi:service-unit&amp;gt;&lt;br&gt;            &amp;lt;jbi:identification&amp;gt;&lt;br&gt;
                &amp;lt;jbi:name&amp;gt;su-Orchestra-forPetalsService-provide&amp;lt;/jbi:name&amp;gt;&lt;br&gt;                &amp;lt;jbi:description&amp;gt;SU for the PEtALS Orchestra component&amp;lt;/jbi:description&amp;gt;&lt;br&gt;            &amp;lt;/jbi:identification&amp;gt;&lt;br&gt;
            &lt;br&gt;            &amp;lt;jbi:target&amp;gt;&lt;br&gt;                &amp;lt;jbi:artifacts-zip&amp;gt;su-Orchestra-forPetalsService-provide.zip&amp;lt;/jbi:artifacts-zip&amp;gt;&lt;br&gt;                &amp;lt;jbi:component-name&amp;gt;petals-se-orchestra&amp;lt;/jbi:component-name&amp;gt;&lt;br&gt;
            &amp;lt;/jbi:target&amp;gt;&lt;br&gt;        &amp;lt;/jbi:service-unit&amp;gt;&lt;br&gt;    &amp;lt;/jbi:service-assembly&amp;gt;&lt;br&gt;&amp;lt;/jbi:jbi&amp;gt;&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23737806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23737806&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23737806&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BPEL-%3A-impossible-to-find-a-receiver-corresponding...-tp23725032p23737806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23737790</id>
	<title>Re: Re: BPEL : impossible to find a receiver  corresponding...</title>
	<published>2009-05-27T00:52:36Z</published>
	<updated>2009-05-27T00:52:36Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">The jbi.xml of the SU for orchestra-se-component :&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;!-- JBI descriptor for the PEtALS Orchestra component --&amp;gt;&lt;br&gt;&amp;lt;jbi:jbi version=&amp;quot;1.0&amp;quot;&lt;br&gt;
    xmlns:genNs=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals&lt;/a&gt;&amp;quot;&lt;br&gt;    xmlns:jbi=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/jbi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/jbi&lt;/a&gt;&amp;quot;&lt;br&gt;
    xmlns:orchestra=&amp;quot;&lt;a href=&quot;http://petals.ow2.org/components/orchestra/version-1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org/components/orchestra/version-1.0&lt;/a&gt;&amp;quot;&lt;br&gt;    xmlns:petalsCDK=&amp;quot;&lt;a href=&quot;http://petals.ow2.org/components/extensions/version-4.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org/components/extensions/version-4.0&lt;/a&gt;&amp;quot;&lt;br&gt;
    xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;    &amp;lt;jbi:services binding-component=&amp;quot;false&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;jbi:provides&lt;br&gt;
            interface-name=&amp;quot;genNs:forPetalsPortType&amp;quot;&lt;br&gt;            service-name=&amp;quot;genNs:forPetalsService&amp;quot;&lt;br&gt;            endpoint-name=&amp;quot;forPetalsPort&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;            &amp;lt;!-- CDK specific elements --&amp;gt;&lt;br&gt;
            &amp;lt;petalsCDK:wsdl&amp;gt;forPetals.wsdl&amp;lt;/petalsCDK:wsdl&amp;gt;&lt;br&gt;&lt;br&gt;            &amp;lt;!-- Component specific elements --&amp;gt;&lt;br&gt;            &amp;lt;orchestra:bpel&amp;gt;forPetals.bpel&amp;lt;/orchestra:bpel&amp;gt;&lt;br&gt;&lt;br&gt;        &amp;lt;/jbi:provides&amp;gt;&lt;br&gt;
    &amp;lt;/jbi:services&amp;gt;&lt;br&gt;&amp;lt;/jbi:jbi&amp;gt;&lt;br&gt;&lt;br&gt;////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;br&gt;&lt;br&gt;The jbi.xml of the SU for soap-bc-component :&lt;br&gt;
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;!-- &lt;br&gt;    JBI descriptor for the PEtALS&amp;#39; &amp;quot;petals-bc-soap&amp;quot; component (SOAP).&lt;br&gt;    Originally created for the version 3.2 of the component.&lt;br&gt;
 --&amp;gt;&lt;br&gt;&amp;lt;jbi:jbi version=&amp;quot;1.0&amp;quot; &lt;br&gt;    xmlns:generatedNs=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals&lt;/a&gt;&amp;quot;&lt;br&gt;    xmlns:jbi=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/ns/jbi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/ns/jbi&lt;/a&gt;&amp;quot;&lt;br&gt;
    xmlns:petalsCDK=&amp;quot;&lt;a href=&quot;http://petals.ow2.org/components/extensions/version-4.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org/components/extensions/version-4.0&lt;/a&gt;&amp;quot;&lt;br&gt;    xmlns:soap=&amp;quot;&lt;a href=&quot;http://petals.ow2.org/components/soap/version-3.1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org/components/soap/version-3.1&lt;/a&gt;&amp;quot;&lt;br&gt;
    xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;    &lt;br&gt;    &amp;lt;!-- Import a Service into PEtALS or Expose a PEtALS Service =&amp;gt; use a BC. --&amp;gt;&lt;br&gt;
    &amp;lt;jbi:services binding-component=&amp;quot;true&amp;quot;&amp;gt;&lt;br&gt;    &lt;br&gt;        &amp;lt;!-- Expose a PEtALS Service =&amp;gt; consumes a Service. --&amp;gt;&lt;br&gt;        &amp;lt;jbi:consumes&lt;br&gt;            interface-name=&amp;quot;generatedNs:forPetalsPortType&amp;quot;&lt;br&gt;
            service-name=&amp;quot;generatedNs:forPetalsService&amp;quot;&lt;br&gt;            endpoint-name=&amp;quot;forPetalsPort&amp;quot;&amp;gt;&lt;br&gt;    &lt;br&gt;            &amp;lt;!-- CDK specific elements --&amp;gt;&lt;br&gt;            &amp;lt;petalsCDK:mep xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;&lt;br&gt;
        &lt;br&gt;            &amp;lt;!-- Component specific elements --&amp;gt;    &lt;br&gt;            &amp;lt;soap:address&amp;gt;forPetalsWF&amp;lt;/soap:address&amp;gt;&lt;br&gt;            &amp;lt;soap:remove-root&amp;gt;false&amp;lt;/soap:remove-root&amp;gt;&lt;br&gt;            &amp;lt;soap:mode&amp;gt;SOAP&amp;lt;/soap:mode&amp;gt;&lt;br&gt;
            &amp;lt;soap:rest-add-namespace-prefix&amp;gt;soapbc&amp;lt;/soap:rest-add-namespace-prefix&amp;gt;&lt;br&gt;        &amp;lt;/jbi:consumes&amp;gt;&lt;br&gt;    &amp;lt;/jbi:services&amp;gt;&lt;br&gt;&amp;lt;/jbi:jbi&amp;gt;&lt;br&gt;&lt;br&gt;/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;br&gt;
&lt;br&gt;The wsdl of my process :&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;definitions name=&amp;quot;forPetals&amp;quot; targetNamespace=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals&lt;/a&gt;&amp;quot;&lt;br&gt;
    xmlns=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;&lt;br&gt;    xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot;&lt;br&gt;    xmlns:xsd=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns:tns=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals&lt;/a&gt;&amp;quot; xmlns:plnk=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsbpel/2.0/plnktype&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsbpel/2.0/plnktype&lt;/a&gt;&amp;quot; xmlns:soap=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
    &amp;lt;types/&amp;gt;&lt;br&gt;    &amp;lt;message name=&amp;quot;forPetalsOperationRequest&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;part name=&amp;quot;to&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;part name=&amp;quot;from&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;part name=&amp;quot;replyTo&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;part name=&amp;quot;subject&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;part name=&amp;quot;content&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;
        &amp;lt;part name=&amp;quot;files&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;    &amp;lt;/message&amp;gt;&lt;br&gt;    &amp;lt;message name=&amp;quot;forPetalsOperationResponse&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;part name=&amp;quot;ouputMsg&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br&gt;
    &amp;lt;/message&amp;gt;&lt;br&gt;    &amp;lt;portType name=&amp;quot;forPetalsPortType&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;operation name=&amp;quot;forPetalsOperation&amp;quot;&amp;gt;&lt;br&gt;            &amp;lt;input name=&amp;quot;input1&amp;quot; message=&amp;quot;tns:forPetalsOperationRequest&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;output name=&amp;quot;output1&amp;quot; message=&amp;quot;tns:forPetalsOperationResponse&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;/operation&amp;gt;&lt;br&gt;    &amp;lt;/portType&amp;gt;&lt;br&gt;    &amp;lt;binding name=&amp;quot;forPetalsBinding&amp;quot; type=&amp;quot;tns:forPetalsPortType&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;soap:binding style=&amp;quot;rpc&amp;quot; transport=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/http&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/http&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;operation name=&amp;quot;forPetalsOperation&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap:operation/&amp;gt;&lt;br&gt;            &amp;lt;input name=&amp;quot;input1&amp;quot;&amp;gt;&lt;br&gt;                &amp;lt;soap:body use=&amp;quot;literal&amp;quot; namespace=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/input&amp;gt;&lt;br&gt;            &amp;lt;output name=&amp;quot;output1&amp;quot;&amp;gt;&lt;br&gt;                &amp;lt;soap:body use=&amp;quot;literal&amp;quot; namespace=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals&lt;/a&gt;&amp;quot;/&amp;gt;&lt;br&gt;
            &amp;lt;/output&amp;gt;&lt;br&gt;        &amp;lt;/operation&amp;gt;&lt;br&gt;    &amp;lt;/binding&amp;gt;&lt;br&gt;    &amp;lt;service name=&amp;quot;forPetalsService&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;port name=&amp;quot;forPetalsPort&amp;quot; binding=&amp;quot;tns:forPetalsBinding&amp;quot;&amp;gt;&lt;br&gt;
            &amp;lt;soap:address location=&amp;quot;http://localhost:${HttpDefaultPort}/forPetalsService/forPetalsPort&amp;quot;/&amp;gt;&lt;br&gt;        &amp;lt;/port&amp;gt;&lt;br&gt;    &amp;lt;/service&amp;gt;&lt;br&gt;    &amp;lt;plnk:partnerLinkType name=&amp;quot;forPetals&amp;quot;&amp;gt;&lt;br&gt;
        &amp;lt;!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes. &lt;br&gt;In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.&lt;br&gt;
A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.--&amp;gt;&lt;br&gt;        &amp;lt;plnk:role name=&amp;quot;forPetalsPortTypeRole&amp;quot; portType=&amp;quot;tns:forPetalsPortType&amp;quot;/&amp;gt;&lt;br&gt;
    &amp;lt;/plnk:partnerLinkType&amp;gt;&lt;br&gt;&amp;lt;/definitions&amp;gt;&lt;br&gt;&lt;br&gt;///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////&lt;br&gt;&lt;br&gt;So ? you see the problem ?&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23737790&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23737790&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23737790&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BPEL-%3A-impossible-to-find-a-receiver-corresponding...-tp23725032p23737790.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23725615</id>
	<title>Re: BPEL : impossible to find a receiver  corresponding...</title>
	<published>2009-05-26T08:32:09Z</published>
	<updated>2009-05-26T08:32:09Z</updated>
	<author>
		<name>Jérémie Doucy</name>
	</author>
	<content type="html">Can you sand us all your jbi files (provides and consumes) ?&lt;br&gt;&lt;blockquote style=&quot;margin: 1.5em 0pt;&quot;&gt;--&lt;br&gt;

&lt;span style=&quot;&quot;&gt;Jérémie Doucy&lt;/span&gt;&lt;br&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;Information Processing, Control and Cognition (IPCC)&lt;/i&gt;&lt;br&gt;
EADS Defence and Security Systems&lt;br&gt;&lt;/span&gt;
&lt;a href=&quot;http://weblab-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblab-project.org&lt;/a&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/5/26 Rudy Commenge &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rudyow2@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process on Orchestra-se-component.&lt;br&gt;Then I have exposed it on Soap-bc-component.&lt;br&gt;

&lt;br&gt;when I execute the BPEL Process, I have the error :&lt;br&gt;&amp;quot;org.ow2.orchestra.exception.OrchestraException: impossible to find a receiver corresponding to: [{&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals%7DforPetalsService%7C%7Bhttp://j2ee.netbeans.org/wsdl/forPetals%7DforPetalsPortType%7CforPetalsOperation&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals}forPetalsService|{http://j2ee.netbeans.org/wsdl/forPetals}forPetalsPortType|forPetalsOperation&lt;/a&gt;]&amp;quot;&lt;br&gt;


&lt;br&gt;Do you know this problem ?&lt;br&gt;
&lt;br&gt;&lt;br&gt;
--&lt;br&gt;
You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt;
To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt;
OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725615&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BPEL-%3A-impossible-to-find-a-receiver-corresponding...-tp23725032p23725615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23725032</id>
	<title>BPEL : impossible to find a receiver corresponding...</title>
	<published>2009-05-26T08:03:19Z</published>
	<updated>2009-05-26T08:03:19Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process on Orchestra-se-component.&lt;br&gt;Then I have exposed it on Soap-bc-component.&lt;br&gt;&lt;br&gt;when I execute the BPEL Process, I have the error :&lt;br&gt;&amp;quot;org.ow2.orchestra.exception.OrchestraException: impossible to find a receiver corresponding to: [{&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/forPetals}forPetalsService|{http://j2ee.netbeans.org/wsdl/forPetals}forPetalsPortType|forPetalsOperation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/forPetals}forPetalsService|{http://j2ee.netbeans.org/wsdl/forPetals}forPetalsPortType|forPetalsOperation&lt;/a&gt;]&amp;quot;&lt;br&gt;
&lt;br&gt;Do you know this problem ?&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23725032&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BPEL-%3A-impossible-to-find-a-receiver-corresponding...-tp23725032p23725032.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23722486</id>
	<title>the operation does not exist in WSDL document</title>
	<published>2009-05-26T05:52:32Z</published>
	<updated>2009-05-26T05:52:32Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process on Orchestra-se-component.&lt;br&gt;The I have exposed it on Soap-bc-component.&lt;br&gt;&lt;br&gt;when I execute the BPEL Process, I have the error :&lt;br&gt;&amp;quot;the operation (inputInfos) does not exist in WSDL document&amp;quot;.&lt;br&gt;
&lt;br&gt;So the client seems to try to call the operation &amp;quot;inputInfos&amp;quot;.&lt;br&gt;But my operation is named &amp;quot;forPetalsOperation&amp;quot;, that&amp;#39;s why I have this error.&lt;br&gt;&lt;br&gt;Can you help me to find where is the problem ? why this is not &amp;quot;forPetalsOperation&amp;quot; which is called ?&lt;br&gt;
&lt;br&gt;Thanks&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23722486&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23722486&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23722486&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/the-operation-does-not-exist-in-WSDL-document-tp23722486p23722486.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23722269</id>
	<title>Re: Re: Can't import XSD from WSDL</title>
	<published>2009-05-26T05:40:15Z</published>
	<updated>2009-05-26T05:40:15Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">I have solved the problem writing the content of my XSD in the WSDL&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23722269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23722269&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23722269&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-import-XSD-from-WSDL-tp23720056p23722269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23721613</id>
	<title>Re: Re: Can't import XSD from WSDL</title>
	<published>2009-05-26T04:54:48Z</published>
	<updated>2009-05-26T04:54:48Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">I have not xsd import line in my bpel file.&lt;br&gt;Only the WSDL import the XSD.&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721613&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721613&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721613&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-import-XSD-from-WSDL-tp23720056p23721613.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23721145</id>
	<title>Re: Can't import XSD from WSDL</title>
	<published>2009-05-26T04:20:40Z</published>
	<updated>2009-05-26T04:20:40Z</updated>
	<author>
		<name>Jérémie Doucy</name>
	</author>
	<content type="html">Just remove the xsd import line in your bpel file. If your imported wsdl already import it, it should work.&lt;br&gt;In fact orchestra did not support xsd importing for the moment (I thought).&lt;br&gt;&lt;blockquote style=&quot;margin: 1.5em 0pt;&quot;&gt;

--&lt;br&gt;

&lt;span style=&quot;&quot;&gt;Jérémie Doucy&lt;/span&gt;&lt;br&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;Information Processing, Control and Cognition (IPCC)&lt;/i&gt;&lt;br&gt;
EADS Defence and Security Systems&lt;br&gt;&lt;/span&gt;
&lt;a href=&quot;http://weblab-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblab-project.org&lt;/a&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/5/26 Rudy Commenge &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rudyow2@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process (on soap-bc-component and orchestra-se-component) composed by :&lt;br&gt;

 - process.bpel&lt;br&gt; - process.wsdl&lt;br&gt; - schema.xsd&lt;br&gt;&lt;br&gt;In the wsdl, I import xsd with :&lt;br&gt;&lt;br&gt;&amp;quot;&amp;lt;xsd:schema targetNamespace=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;


   &amp;lt;xsd:import namespace=&amp;quot;&lt;a href=&quot;http://xml.netbeans.org/schema/test1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xml.netbeans.org/schema/test1&lt;/a&gt;&amp;quot; schemaLocation=&amp;quot;schema.xsd&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/xsd:schema&amp;gt;&amp;quot;&lt;br&gt;&lt;br&gt;

But when I try to use the WSDL in a SOAP Client (e.g. SoapUI), I have this error in my client :&lt;br&gt;
&amp;quot;Failed to load url [&lt;a href=&quot;http://10.0.4.3:8084/petals/services/schema.xsd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://10.0.4.3:8084/petals/services/schema.xsd&lt;/a&gt;]&lt;br&gt;Loading of definition failed for [&lt;a href=&quot;http://10.0.4.3:8084/petals/services/processWF?wsdl&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://10.0.4.3:8084/petals/services/processWF?wsdl&lt;/a&gt;]; org.apache.xmlbeans.XmlException: error: Unexpected end of file after null&amp;quot;&lt;br&gt;


&lt;br&gt;Do you know this problem with XSD ?&lt;br&gt;
&lt;br&gt;&lt;br&gt;
--&lt;br&gt;
You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt;
To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt;
OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23721145&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-import-XSD-from-WSDL-tp23720056p23721145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23720056</id>
	<title>Can't import XSD from WSDL</title>
	<published>2009-05-26T02:54:36Z</published>
	<updated>2009-05-26T02:54:36Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process (on soap-bc-component and orchestra-se-component) composed by :&lt;br&gt; - process.bpel&lt;br&gt; - process.wsdl&lt;br&gt; - schema.xsd&lt;br&gt;&lt;br&gt;In the wsdl, I import xsd with :&lt;br&gt;&lt;br&gt;&amp;quot;&amp;lt;xsd:schema targetNamespace=&amp;quot;&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2&lt;/a&gt;&amp;quot;&amp;gt;&lt;br&gt;
   &amp;lt;xsd:import namespace=&amp;quot;&lt;a href=&quot;http://xml.netbeans.org/schema/test1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.netbeans.org/schema/test1&lt;/a&gt;&amp;quot; schemaLocation=&amp;quot;schema.xsd&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;/xsd:schema&amp;gt;&amp;quot;&lt;br&gt;&lt;br&gt;But when I try to use the WSDL in a SOAP Client (e.g. SoapUI), I have this error in my client :&lt;br&gt;
&amp;quot;Failed to load url [&lt;a href=&quot;http://10.0.4.3:8084/petals/services/schema.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.0.4.3:8084/petals/services/schema.xsd&lt;/a&gt;]&lt;br&gt;Loading of definition failed for [&lt;a href=&quot;http://10.0.4.3:8084/petals/services/processWF?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://10.0.4.3:8084/petals/services/processWF?wsdl&lt;/a&gt;]; org.apache.xmlbeans.XmlException: error: Unexpected end of file after null&amp;quot;&lt;br&gt;
&lt;br&gt;Do you know this problem with XSD ?&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23720056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23720056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23720056&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-import-XSD-from-WSDL-tp23720056p23720056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23719874</id>
	<title>Re: Re: UNRESOLVED_INTERFACE</title>
	<published>2009-05-26T02:41:00Z</published>
	<updated>2009-05-26T02:41:00Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">Thanks, but I have find the answer on the Forum : The Service-Endpoint in my jbi.xml must be the same as the Service-Port in my WSDL.&lt;br&gt;So the problem is solved.&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719874&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719874&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719874&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/UNRESOLVED_INTERFACE-tp23718477p23719874.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23719520</id>
	<title>Re: UNRESOLVED_INTERFACE</title>
	<published>2009-05-26T02:18:07Z</published>
	<updated>2009-05-26T02:18:07Z</updated>
	<author>
		<name>Jérémie Doucy</name>
	</author>
	<content type="html">Can you sand us your jbi.xml file ?&lt;br&gt;&lt;blockquote style=&quot;margin: 1.5em 0pt;&quot;&gt;--&lt;br&gt;

&lt;span style=&quot;&quot;&gt;Jérémie Doucy&lt;/span&gt;&lt;br&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;Information Processing, Control and Cognition (IPCC)&lt;/i&gt;&lt;br&gt;
EADS Defence and Security Systems&lt;br&gt;&lt;/span&gt;
&lt;a href=&quot;http://weblab-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://weblab-project.org&lt;/a&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/5/26 Rudy Commenge &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rudyow2@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process on soap_bc_component and orchestra_se_component of Petals.&lt;br&gt;

When I start th SA deployed I have this error :&lt;br&gt;&lt;br&gt;&amp;quot;[Petals.JBI-Messaging.EndpointRegistryImpl]-WARNING 2009-05-26 09:52:06,971 No interface found in the WSDL description of the endpoint {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2%7Dtest2Service-test2ServiceEndpoint&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}test2Service-test2ServiceEndpoint&lt;/a&gt;&lt;br&gt;


[Petals.JBI-Messaging.EndpointRegistryImpl]-WARNING 2009-05-26 09:52:06,971 Set a default interface name for the endpoint {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2%7Dtest2Service-test2ServiceEndpoint&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}test2Service-test2ServiceEndpoint&lt;/a&gt; : {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2%7DUNRESOLVED_INTERFACEtest2Service&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}UNRESOLVED_INTERFACEtest2Service&lt;/a&gt;&amp;quot;&lt;br&gt;


&lt;br&gt;When I try to execute my process BPEL, I have this error :&lt;br&gt;&lt;br&gt;&amp;quot;[Petals.Container.Components.petals-se-orchestra]-SEVERE 2009-05-26 09:55:42,768 OrchestraEngineException: Message can not be processed, set the Exchange status as Error&lt;br&gt;


org.ow2.petals.engine.orchestra.OrchestraEngineException: the following wsdl port can not be retrieved : {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2%7DUNRESOLVED_INTERFACEtest2Service&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}UNRESOLVED_INTERFACEtest2Service&lt;/a&gt;&lt;br&gt;


    at org.ow2.petals.engine.orchestra.jbi.JBIReceiver.onJBIMessageReceived(JBIReceiver.java:116)&lt;br&gt;    at org.ow2.petals.engine.orchestra.listener.JBIListener.onJBIMessage(JBIListener.java:159)&lt;br&gt;    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.processInOutAsProvider(MessageExchangeProcessor.java:524)&lt;br&gt;


    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:421)&lt;br&gt;    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.process(MessageExchangeProcessor.java:308)&lt;br&gt;


    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run(MessageExchangeProcessor.java:145)&lt;br&gt;    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;br&gt;    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;br&gt;


    at java.lang.Thread.run(Thread.java:619)&lt;br&gt;[Petals.Container.Components.petals-bc-soap]-WARNING 2009-05-26 09:55:42,777 Got a fault on JBI response&amp;quot;&lt;br&gt;&lt;br&gt;Can you help me ?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;
&lt;br&gt;&lt;br&gt;
--&lt;br&gt;
You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt;
To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt;
OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23719520&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/UNRESOLVED_INTERFACE-tp23718477p23719520.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23718477</id>
	<title>UNRESOLVED_INTERFACE</title>
	<published>2009-05-26T01:00:30Z</published>
	<updated>2009-05-26T01:00:30Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">Hello,&lt;br&gt;&lt;br&gt;I have deployed a BPEL Process on soap_bc_component and orchestra_se_component of Petals.&lt;br&gt;When I start th SA deployed I have this error :&lt;br&gt;&lt;br&gt;&amp;quot;[Petals.JBI-Messaging.EndpointRegistryImpl]-WARNING 2009-05-26 09:52:06,971 No interface found in the WSDL description of the endpoint {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2}test2Service-test2ServiceEndpoint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}test2Service-test2ServiceEndpoint&lt;/a&gt;&lt;br&gt;
[Petals.JBI-Messaging.EndpointRegistryImpl]-WARNING 2009-05-26 09:52:06,971 Set a default interface name for the endpoint {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2}test2Service-test2ServiceEndpoint&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}test2Service-test2ServiceEndpoint&lt;/a&gt; : {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2}UNRESOLVED_INTERFACEtest2Service&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}UNRESOLVED_INTERFACEtest2Service&lt;/a&gt;&amp;quot;&lt;br&gt;
&lt;br&gt;When I try to execute my process BPEL, I have this error :&lt;br&gt;&lt;br&gt;&amp;quot;[Petals.Container.Components.petals-se-orchestra]-SEVERE 2009-05-26 09:55:42,768 OrchestraEngineException: Message can not be processed, set the Exchange status as Error&lt;br&gt;
org.ow2.petals.engine.orchestra.OrchestraEngineException: the following wsdl port can not be retrieved : {&lt;a href=&quot;http://j2ee.netbeans.org/wsdl/test2}UNRESOLVED_INTERFACEtest2Service&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://j2ee.netbeans.org/wsdl/test2}UNRESOLVED_INTERFACEtest2Service&lt;/a&gt;&lt;br&gt;
    at org.ow2.petals.engine.orchestra.jbi.JBIReceiver.onJBIMessageReceived(JBIReceiver.java:116)&lt;br&gt;    at org.ow2.petals.engine.orchestra.listener.JBIListener.onJBIMessage(JBIListener.java:159)&lt;br&gt;    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.processInOutAsProvider(MessageExchangeProcessor.java:524)&lt;br&gt;
    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:421)&lt;br&gt;    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.process(MessageExchangeProcessor.java:308)&lt;br&gt;
    at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run(MessageExchangeProcessor.java:145)&lt;br&gt;    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;br&gt;    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;br&gt;
    at java.lang.Thread.run(Thread.java:619)&lt;br&gt;[Petals.Container.Components.petals-bc-soap]-WARNING 2009-05-26 09:55:42,777 Got a fault on JBI response&amp;quot;&lt;br&gt;&lt;br&gt;Can you help me ?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23718477&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23718477&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23718477&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/UNRESOLVED_INTERFACE-tp23718477p23718477.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23705727</id>
	<title>Re: Re: Re: Re: Hardware recommendation ?</title>
	<published>2009-05-25T04:43:47Z</published>
	<updated>2009-05-25T04:43:47Z</updated>
	<author>
		<name>Rudy Commenge</name>
	</author>
	<content type="html">Ok, thanks for your information&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, May 25, 2009 at 12:09 PM, Christophe Hamerling - eBM WebSourcing &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div style=&quot;&quot;&gt;256Mo of memory should be enough, 512Mo will be better...&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;Le 25 mai 09 à 12:07, Rudy Commenge a écrit :&lt;/div&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;there is not minimum approximate recommendation just to execute Petals correctly ?&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, May 25, 2009 at 11:54 AM, Christophe Hamerling - eBM WebSourcing &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
 &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;It depends on your needs... You can see petals as an application server (a service server) so the bigger the hardware configuration is, the better performances you will get...&lt;br&gt;
 &lt;br&gt; Le 25 mai 09 à 11:46, Rudy Commenge a écrit :&lt;br&gt; &lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt; Hello,&lt;br&gt; &lt;br&gt; What is the hardware recommendation to execute Petals (and projects on Petals) ?&lt;br&gt;
 &lt;br&gt; Thanks&lt;br&gt; &lt;br&gt;&lt;/div&gt; --&lt;br&gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
 For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
 &lt;/blockquote&gt; &lt;br&gt; Christophe Hamerling - eBM WebSourcing&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;br&gt; SOA Research Engineer&lt;br&gt; &lt;br&gt; Skype : christophe.hamerling&lt;br&gt;
 &lt;br&gt; &lt;br&gt;&lt;br&gt; --&lt;br&gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
 For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
 &lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt; &lt;br&gt;--&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt;To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;div&gt; &lt;span style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;&quot;&gt;&lt;div style=&quot;&quot;&gt;
&lt;div&gt;Christophe Hamerling - eBM WebSourcing&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SOA Research Engineer&lt;/div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;Skype : christophe.hamerling&lt;/div&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;
--&lt;br&gt;
You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt;
To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt;
OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705727&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hardware-recommendation---tp23704282p23705727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23704543</id>
	<title>Re: Re: Re: Hardware recommendation ?</title>
	<published>2009-05-25T03:09:31Z</published>
	<updated>2009-05-25T03:09:31Z</updated>
	<author>
		<name>Christophe Hamerling</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;256Mo of memory should be enough, 512Mo will be better...&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;Le 25 mai 09 à 12:07, Rudy Commenge a écrit :&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;there is not minimum approximate recommendation just to execute Petals correctly ?&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, May 25, 2009 at 11:54 AM, Christophe Hamerling - eBM WebSourcing &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;It depends on your needs... You can see petals as an application server (a service server) so the bigger the hardware configuration is, the better performances you will get...&lt;br&gt; &lt;br&gt; Le 25 mai 09 à 11:46, Rudy Commenge a écrit :&lt;br&gt; &lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt; Hello,&lt;br&gt; &lt;br&gt; What is the hardware recommendation to execute Petals (and projects on Petals) ?&lt;br&gt; &lt;br&gt; Thanks&lt;br&gt; &lt;br&gt;&lt;/div&gt; --&lt;br&gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt; &lt;/blockquote&gt; &lt;br&gt; Christophe Hamerling - eBM WebSourcing&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;br&gt; SOA Research Engineer&lt;br&gt; &lt;br&gt; Skype : christophe.hamerling&lt;br&gt; &lt;br&gt; &lt;br&gt;&lt;br&gt; --&lt;br&gt; You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt; To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt; For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help&lt;br&gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt; &lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt; &lt;br&gt;--&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.&lt;br&gt;To unsubscribe: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;For general help: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div apple-content-edited=&quot;true&quot;&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Christophe Hamerling - eBM WebSourcing&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;christophe.hamerling@...&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SOA Research Engineer&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Skype : christophe.hamerling&lt;/div&gt;&lt;/div&gt;&lt;/span&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;petals-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23704543&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;signature&quot;&gt;Christophe Hamerling
&lt;br&gt;PEtALS ESB Project Leader
&lt;br&gt;&lt;a href=&quot;http://petals.ow2.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://petals.ow2.org&lt;/a&gt;&lt;br&gt;SkypeMe on christophe.hamerling&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hardware-recommendation---tp23704282p23704543.html" />
</entry>

</feed>
