<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christophe Hamerling [Archive] &#187; Non classé</title>
	<atom:link href="http://planet.petalslink.com/home/chamerling/category/non-classe/feed/" rel="self" type="application/rss+xml" />
	<link>http://planet.petalslink.com/home/chamerling</link>
	<description>Things around SOA, Web Services, Open Source and more...</description>
	<lastBuildDate>Wed, 07 Oct 2009 13:16:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Moving</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/10/07/moving/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/10/07/moving/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 13:16:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=180</guid>
		<description><![CDATA[This blog is moving to http://chamerling.wordpress.com/ (articles have been migrated) but is still  syndicated to eBM WebSourcing Blogs at http://blog.ebmwebsourcing.com/home/]]></description>
			<content:encoded><![CDATA[<p>This blog is moving to <a href="http://chamerling.wordpress.com/">http://chamerling.wordpress.com/</a> (articles have been migrated) but is still  syndicated to eBM WebSourcing Blogs at <a href="http://blog.ebmwebsourcing.com/home/">http://blog.ebmwebsourcing.com/home/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/10/07/moving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing under Mac OS X : The keyboard&#8230;</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/04/16/developing-under-mac-os-x-the-keyboard/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/04/16/developing-under-mac-os-x-the-keyboard/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:09:01 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[mac osx]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=93</guid>
		<description><![CDATA[Mac OS X is cool but where are my special characters I need while developing??? Here are some keys combinations which are (quite) useful : &#124; is under OPTION+SHIFT+L { is under OPTION+( and } is under OPTION+) [ is under OPTION+( and ] is under OPTION+) \ is under OPTION+SHIFT+/ Should be easier now&#8230;]]></description>
			<content:encoded><![CDATA[<p>Mac OS X is cool but where are my special characters I need while developing??? Here are some keys combinations which are (quite) useful :</p>
<ul>
<li>| is under OPTION+SHIFT+L</li>
<li>{ is under OPTION+( and } is under OPTION+)</li>
<li>[ is under OPTION+( and ] is under OPTION+)</li>
<li>\ is under OPTION+SHIFT+/</li>
</ul>
<div style="text-align: left">Should be easier now&#8230;</div>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/04/16/developing-under-mac-os-x-the-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Linux to Mac OS X &#8211; Tip 1 : The Aliases</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/03/11/macosxdev-tip1/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/03/11/macosxdev-tip1/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:40:27 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[mac osx]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=64</guid>
		<description><![CDATA[Here are a serie of tips when developing under Mac OS X after mostly 8 years in the Linux word. First tip : The aliases in the Terminal (because I really think that the Terminal is cool ) ) 1. Create a .profile file in your $HOME folder cd $HOME touch .profile 2. Add aliases [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a serie of tips when developing under Mac OS X after mostly 8 years in the Linux word.</p>
<p>First tip : The aliases in the Terminal (because I really think that the Terminal is cool <img src='http://planet.petalslink.com/home/chamerling/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ) )</p>
<p><strong>1. Create a .profile file in your $HOME folder</strong><br />
<em>cd $HOME<br />
touch .profile</em></p>
<p><strong>2. Add aliases in this .profile file</strong><br />
<em>pico .profile</em><br />
and then syntax is alias foo=&#8217;bar&#8217;. For example, here are some of my aliases :<br />
<em>alias tx=&#8217;open /Applications/TextEdit.app/&#8217;<br />
alias mvn2=&#8217;/Users/chamerling/Developpement/bin/mvn/apache-maven-2.0.10/bin/mvn&#8217;<br />
alias meclipse=&#8217;mvn2 eclipse:eclipse&#8217;<br />
alias mpetals=&#8217;mvn2 archetype:generate -DarchetypeCatalog=http://petals.ow2.org&#8217; </em></p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/03/11/macosxdev-tip1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Son</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/02/16/my-son/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/02/16/my-son/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 17:11:31 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=56</guid>
		<description><![CDATA[I was offline for the past 3 weeks since my first son, Loris, was born on January 27th at 4:55 am. Even if I am very tired, this is a really extraordinary experience and I am back!]]></description>
			<content:encoded><![CDATA[<p>I was offline for the past 3 weeks since my first son, Loris, was born on January 27th at 4:55 am. Even if I am very tired, this is a really extraordinary experience and I am back!</p>
<p><a class="tt-flickr tt-flickr-Medium" title="LIfe is really cool" href="http://www.flickr.com/photos/hamerling/3276481411/"><img class="alignnone" src="http://farm4.static.flickr.com/3367/3276481411_f4dac2f053.jpg" alt="LIfe is really cool" width="500" height="333" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/02/16/my-son/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OW2-Dragon connected to OW2-PEtALS</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/01/16/53/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/01/16/53/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:02:07 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/2009/01/16/53/</guid>
		<description><![CDATA[This blog entry is about how to use the OW2-Dragon SOA Governance with the OW2-PEtALS ESB. Thanks to the flexible Fractal architecture PEtALS is based on, I have implemented the Dragon API and integrated it into a custom PEtALS distribution. Here are some screenshots of my tests, I used the JSR181 Service Engine (based on [...]]]></description>
			<content:encoded><![CDATA[<p>This blog entry is about how to use the <a id="m379" title="OW2-Dragon" href="http://dragon.ow2.org">OW2-Dragon</a> SOA Governance with the OW2-PEtALS ESB.</p>
<p>Thanks to the flexible Fractal architecture PEtALS is based on, I have implemented the Dragon API and integrated it into a custom PEtALS distribution.</p>
<p>Here are some screenshots of my tests, I used the JSR181 Service Engine (based on PEtALS CDK and Axis2) to &#8216;quickly&#8217; create a collection of JBI services with real WSDL descriptions which will be used in Dragon.</p>
<p>All the resources needed (PEtALS, Dragon and JBI artifacts) and their download links are listed at the bottom of this article.</p>
<p>At startup, PEtALS exposes the Dragon API implementation as a web service at <a id="g6yl" title="http://localhost:9001/petals/ws/DragonService" href="http://localhost:9001/petals/ws/DragonService">http://localhost:9001/petals/ws/DragonService</a>. This address is the one which as to used to fill the &#8216;Add Runtime Manager&#8217; Dragon section.</p>
<div id="ag2e" style="padding: 1em;text-align: center"><a href="http://docs.google.com/File?id=dcrqrprg_255dr356sd8_b" target="_blank"><img style="width: 100%" src="http://docs.google.com/File?id=dcrqrprg_255dr356sd8_b" alt="" /></a></div>
<div id="t.i3" style="padding: 1em;text-align: center"><em>Figure 1 &#8211; Configure Connector Service</em></p>
<div style="text-align: left">When submitting, Dragon retrieves the PEtALS runtime manager properties and need to synchronize the execution environments to get an updated view of all the containers and their services.</div>
<div id="l1gs" style="padding: 1em 0pt;text-align: center"><a href="http://docs.google.com/File?id=dcrqrprg_257dhs52rhc_b" target="_blank"><img style="width: 100%" src="http://docs.google.com/File?id=dcrqrprg_257dhs52rhc_b" alt="" /></a></p>
<p><em>Figure 2 &#8211; Sysnchronize execution environments</em></p>
<div style="text-align: left">After synchronization, the Dragon tool has retrieved all the services definitions which are hosted by the PEtALS container. All all this is now referenced in the Dragon registry. For more details on Dragon features, you can get the Dragon user manual here : <a id="sh99" title="http://dragon.ow2.org/doc/doc-en/dragon-userguide-0.9.1.pdf" href="http://dragon.ow2.org/doc/doc-en/dragon-userguide-0.9.1.pdf">http://dragon.ow2.org/doc/doc-en/dragon-userguide-0.9.1.pdf</a> .</p>
<div id="r8iz" style="padding: 1em 0pt;text-align: center"><a href="http://docs.google.com/File?id=dcrqrprg_258fsjr2rf3_b" target="_blank"><img style="width: 100%" src="http://docs.google.com/File?id=dcrqrprg_256cp5tmtgd_b" alt="" /></a></div>
<div style="text-align: center"><em>Figure 3 &#8211; List of hosted Services on PEtALS</em></div>
<p>I just did a quick test and try to search all the services which have an operation which starts by &#8216;get&#8217;. Going to the &#8216;Search Service&#8217; section and entering &#8216;get*&#8217; in the search field returns me a list of compliant services.</p>
<div id="xl_g" style="padding: 1em 0pt;text-align: center"><a href="http://docs.google.com/File?id=dcrqrprg_260dqjg86kq_b" target="_blank"><img style="width: 100%" src="http://docs.google.com/File?id=dcrqrprg_260dqjg86kq_b" alt="" /></a></div>
<div style="text-align: center"><em>Figure 4 &#8211; Searching Services</em></div>
</div>
</div>
</div>
<div id="fj-1" style="padding: 1em 0pt;text-align: center"><a href="http://docs.google.com/File?id=dcrqrprg_259gtxjxvgd_b" target="_blank"><img style="width: 100%" src="http://docs.google.com/File?id=dcrqrprg_259gtxjxvgd_b" alt="" /></a></div>
<div id="xl_g" style="padding: 1em 0pt;text-align: center"><em>Figure 5 &#8211; Search results</em></div>
<div id="tf8u" style="padding: 1em 0pt;text-align: left">By Clicking on a service I just search at, I am now able to see all its properties and its original WSDL file.</div>
<div id="gegl" style="padding: 1em 0pt;text-align: center"><a href="http://docs.google.com/File?id=dcrqrprg_262hqjzpwhs_b" target="_blank"><img style="width: 100%" src="http://docs.google.com/File?id=dcrqrprg_262hqjzpwhs_b" alt="" /></a></div>
<div style="text-align: center"><em>Figure 6 &#8211; WSDL description</em></div>
<p><span style="font-size: small"><strong>Resources</strong></span></p>
<p>The Dragon Web Application : <a id="dpsh" title="http://download.forge.objectweb.org/dragon/dragon-0.9.1.war" href="http://download.forge.objectweb.org/dragon/dragon-0.9.1.war">http://download.forge.objectweb.org/dragon/dragon-0.9.1.war</a></p>
<p>The PEtALS-Dragon Enabled standalone distribution : <a title="http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/petals-standalone-dragon/1.0-SNAPSHOT/petals-standalone-dragon-1.0-20090116.150059-1-light.zip" href="http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/petals-standalone-dragon/1.0-SNAPSHOT/petals-standalone-dragon-1.0-20090116.150059-1-light.zip">http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/petals-standalone-dragon/1.0-SNAPSHOT/petals-standalone-dragon-1.0-20090116.150059-1-light.zip</a></p>
<p>The JSR181 Service engine : <a id="ngka" title="http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/petals-se-jsr181/1.1-SNAPSHOT/petals-se-jsr181-1.1-20090116.152803-72.zip" href="http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/petals-se-jsr181/1.1-SNAPSHOT/petals-se-jsr181-1.1-20090116.152803-72.zip">http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/petals-se-jsr181/1.1-SNAPSHOT/petals-se-jsr181-1.1-20090116.152803-72.zip</a></p>
<p>The Service Assembly : <a id="qhud" title="http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/su/jsr181/sa-jsr181-collection/1.0-SNAPSHOT/sa-jsr181-collection-1.0-20090116.151044-1.zip" href="http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/su/jsr181/sa-jsr181-collection/1.0-SNAPSHOT/sa-jsr181-collection-1.0-20090116.151044-1.zip">http://maven.objectweb.org/maven2-snapshot/org/ow2/petals/su/jsr181/sa-jsr181-collection/1.0-SNAPSHOT/sa-jsr181-collection-1.0-20090116.151044-1.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/01/16/53/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am on Twitter</title>
		<link>http://planet.petalslink.com/home/chamerling/2009/01/13/i-am-on-twitter/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2009/01/13/i-am-on-twitter/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 08:32:52 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[SOCIAL]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/?p=32</guid>
		<description><![CDATA[You can now follow me on Twitter : http://twitter.com/chamerling]]></description>
			<content:encoded><![CDATA[<p>You can now follow me on Twitter : <a href="http://twitter.com/chamerling" target="_blank">http://twitter.com/chamerling</a></p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2009/01/13/i-am-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS November Releases</title>
		<link>http://planet.petalslink.com/home/chamerling/2008/11/28/38/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2008/11/28/38/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 16:51:38 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/2008/11/28/38/</guid>
		<description><![CDATA[Here are the latest PEtALS releases : petals-se-xslt-2.2.2 : Transform messages petals-se-validation-0.9 : Validate messages payload petals-bc-ftp-3.0 : Expose FTP server as service petals-bc-mail-3.0 : Send/receive mails petals-se-eip-2.3 Enterprise Integration Patterns for light orchestration petals-bc-filetransfer-2.2 : Transfer files petals-jbi-ext-1.0.0 : JBI specification extensions petals-cdk-jbidescriptor-1.1.1 : CDK level JBI descriptors manipulation petals-cdk-api-1.0.2 : CDK API&#8230; petals-cdk-core-4.0.6 [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the latest PEtALS releases :</p>
<ul>
<li>petals-se-xslt-2.2.2 : Transform messages</li>
<li>petals-se-validation-0.9 : Validate messages payload</li>
<li>petals-bc-ftp-3.0 : Expose FTP server as service</li>
<li>petals-bc-mail-3.0 : Send/receive mails</li>
<li>petals-se-eip-2.3 Enterprise Integration Patterns for light orchestration</li>
<li>petals-bc-filetransfer-2.2 : Transfer files</li>
<li>petals-jbi-ext-1.0.0 : JBI specification extensions</li>
<li>petals-cdk-jbidescriptor-1.1.1 : CDK level JBI descriptors manipulation</li>
<li>petals-cdk-api-1.0.2 : CDK API&#8230;</li>
<li>petals-cdk-core-4.0.6 : THE Component Development Kit</li>
</ul>
<p>Get all of this stuff on <a id="zgs_" title="http://petals.ow2.org" href="http://petals.ow2.org" target="_blank">http://petals.ow2.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/11/28/38/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSR181 Tip#1</title>
		<link>http://planet.petalslink.com/home/chamerling/2008/11/26/27/</link>
		<comments>http://planet.petalslink.com/home/chamerling/2008/11/26/27/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:21:22 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>
		<category><![CDATA[PEtALS]]></category>
		<category><![CDATA[WebService]]></category>
		<category><![CDATA[axis2]]></category>
		<category><![CDATA[jsr181]]></category>

		<guid isPermaLink="false">http://blog.ebmwebsourcing.com/home/chamerling/2008/11/26/27/</guid>
		<description><![CDATA[Here is a tip on the PEtALS JSR181 Service Engine (which is also available for all JSR181 annotated classes outside of PEtALS). Today, I spent some time on a customer bug which was not really a bug&#8230; I was quite surprising when he said me that he was unable to get its annotated class working [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a tip on the <a id="ywl3" title="PEtALS" href="http://http;//petals.ow2.org" target="_blank">PEtALS</a> JSR181 Service Engine (which is also available for all JSR181 annotated classes outside of PEtALS).</p>
<p>Today, I spent some time on a customer bug which was not really a bug&#8230; I was quite surprising when he said me that he was unable to get its annotated class working on the component. The error was at instantiation time (first JBI message handling) :</p>
<p><em><span style="font-family: Verdana;color: #444444">org.apache.axis2.AxisFault: The service is unable to load the foo.bar.Service service implementation class. at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:220) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:176) at org.ow2.petals.se.jsr181.JBIListener.onJBIMessage(JBIListener.java:120) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.processInOutAsProvider(MessageExchangeProcessor.java:524) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:421) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.process(MessageExchangeProcessor.java:308) at org.ow2.petals.component.framework.listener.MessageExchangeProcessor.run(MessageExchangeProcessor.java:145) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) Caused by: javax.xml.ws.WebServiceException: The service is unable to load the org.ow2.petals.usecase.jsr181.TestService service implementation class. at org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:173) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70) at org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:118) at org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl.createServiceInstance(EndpointLifecycleManagerImpl.java:242) at org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl.createServiceInstance(EndpointLifecycleManagerImpl.java:94) at org.apache.axis2.jaxws.server.ServiceInstanceFactoryImpl.createServiceInstance(ServiceInstanceFactoryImpl.java:49) at org.apache.axis2.jaxws.server.EndpointController.handleRequest(EndpointController.java:253) at org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:98) at org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:159) &#8230; 9 more</span></em></p>
<p>So what? I launched PEtALS in debug mode, and going step by step until the <em>foo.bar.Service</em> class instantiation. &#8216;Hey what&#8217;s up InstanciationException?&#8217;.<br />
This is simply because the <em>foo.bar.Service</em> class contains constructors and not the empty one!</p>
<p>The solution is to remove all the constructors which are not very usefull here (since they can not be used), or add an empty constructor. Now it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/11/26/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>September 08 : PEtALS ESB releases</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=september_08_petals_esb_releases</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=september_08_petals_esb_releases#comments</comments>
		<pubDate>Thu, 25 Sep 2008 14:22:39 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=september_08_petals_esb_releases</guid>
		<description><![CDATA[                              

    
    
    
September is generally the month of major PEtALS releases. But this year, it is not the case...<br />We have decided to delay the next major PEtALS release to the end of the year, this is simply because we have lot of things to deal around PEtALS : Customers, French and European research projects (<a title="http://www.ebmwebsourcing.com/partenaires/partenaires-recherche.html?lang=en" target="_blank" href="http://www.ebmwebsourcing.com/partenaires/partenaires-recherche.html?lang=en" id="df0o">http://www.ebmwebsourcing.com/partenaires/partenaires-recherche.html?lang=en</a> ), ...<br /><br />So, don't be worry, PEtALS v3.0 will be great, PEtALS v4.0 will be...<br /><br />While working on these other things, here are some release we have done this month :<br /><ul><li>Standalone distribution 2.2.1 : Bugfix and stability again</li><li>Component Development Kit 4.0.3</li><li>Updated JBI components such as SOAP (now with REST support), POJO, XQUARE (JDBC), XSLT, EIP...</li><li>Initial release of the BPEL component based on Orchestra (<a title="http://orchestra.ow2.org" target="_blank" href="http://orchestra.ow2.org" id="rhuz">http://orchestra.ow2.org</a> )</li></ul><br />The website has been updated, a forum has been added (<a title="http://petals.objectweb.org/forum.html" target="_blank" href="http://petals.objectweb.org/forum.html" id="hvu4">http://petals.objectweb.org/forum.html</a>).<br /><br /><br />
         ]]></description>
			<content:encoded><![CDATA[                              

    
    
    
September is generally the month of major PEtALS releases. But this year, it is not the case...<br>We have decided to delay the next major PEtALS release to the end of the year, this is simply because we have lot of things to deal around PEtALS : Customers, French and European research projects (<a title="http://www.ebmwebsourcing.com/partenaires/partenaires-recherche.html?lang=en" href="http://www.ebmwebsourcing.com/partenaires/partenaires-recherche.html?lang=en" id="df0o">http://www.ebmwebsourcing.com/partenaires/partenaires-recherche.html?lang=en</a> ), ...<br><br>So, don't be worry, PEtALS v3.0 will be great, PEtALS v4.0 will be...<br><br>While working on these other things, here are some release we have done this month :<br><ul><li>Standalone distribution 2.2.1 : Bugfix and stability again</li><li>Component Development Kit 4.0.3</li><li>Updated JBI components such as SOAP (now with REST support), POJO, XQUARE (JDBC), XSLT, EIP...</li><li>Initial release of the BPEL component based on Orchestra (<a title="http://orchestra.ow2.org" href="http://orchestra.ow2.org" id="rhuz">http://orchestra.ow2.org</a> )</li></ul><br>The website has been updated, a forum has been added (<a title="http://petals.objectweb.org/forum.html" href="http://petals.objectweb.org/forum.html" id="hvu4">http://petals.objectweb.org/forum.html</a>).<br><br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/09/25/september-08-petals-esb-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS Social Networks</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_social_networks</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_social_networks#comments</comments>
		<pubDate>Mon, 21 Jul 2008 18:55:55 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_social_networks</guid>
		<description><![CDATA[                             Join the PEtALS community on social networks : <a title="LinkedIn" target="_blank" href="http://www.linkedin.com/groupInvitation?groupID=106654&#38;sharedKey=6F35F035C409" id=".x">LinkedIn</a> and <a title="FaceBook" target="_blank" href="http://www.facebook.com/group.php?gid=44224210079" id="yy_l">FaceBook</a>.<br /><br />            <br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             Join the PEtALS community on social networks : <a title="LinkedIn" href="http://www.linkedin.com/groupInvitation?groupID=106654&amp;sharedKey=6F35F035C409" id=".x">LinkedIn</a> and <a title="FaceBook" href="http://www.facebook.com/group.php?gid=44224210079" id="yy_l">FaceBook</a>.<br><br>            <br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/07/21/petals-social-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS ESB 2.2 is out</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_esb_2_2_is</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_esb_2_2_is#comments</comments>
		<pubDate>Mon, 21 Jul 2008 15:14:47 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_esb_2_2_is</guid>
		<description><![CDATA[                             <a title="PEtALS ESB" target="_blank" href="http://petals.ow2.org" id="m">PEtALS ESB</a> 2.2 is finally out some weeks late...<br />This kernel version is distributed as Standalone and Quickstart distribution.<br /><br />As a reminder, if you are new to PEtALS you should choose to download the <a title="Download the Quickstart distribution from OW2" target="_blank" href="http://forge.objectweb.org/project/download.php?group_id=213&#38;file_id=11057" id="so-5">Quickstart distribution</a>.<br />This distribution comes with the new embedded WebConsole (1.2) Management and Monitoring tool which is launched at PEtALS startup so you do not need to deploy the web application in an external web application server such as Tomcat. Just look at <a title="http://localhost:7878" target="_blank" href="http://localhost:7878" id="au.n">http://localhost:7878</a> !<br />You will also find some simple integration usecases in this package, all is fully explained in the <a title="Quickstart documentation" target="_blank" href="http://forge.objectweb.org/project/download.php?group_id=213&#38;file_id=11058" id="ccf3">Quickstart documentation</a>.<br /><br />We have also released a new Component Development Kit (CDK 4.0). With this CDK, you will be able to create powerful JBI compliant components (Service Engine or Binding Component) with one or two classes...<br />The SOAP, FileTransfer, XSLT and EIP components have been updated to the CDK 4.0.<br />            An Eclipse plugin based on new JBI descriptors is coming in the next weeks, so stay tuned!<br /><br />As main developer of the SOAP Binding Component, I am also happy to announce that I have added REST support in the latest release. I will write a tutorial here in the next days.<br />I am also working on another nice feature around Web Services and Axis2. More information to come...<br /><br />Cheers,<br /><br /><br /><br /><br /><br /><br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             <a title="PEtALS ESB" href="http://petals.ow2.org" id="m">PEtALS ESB</a> 2.2 is finally out some weeks late...<br>This kernel version is distributed as Standalone and Quickstart distribution.<br><br>As a reminder, if you are new to PEtALS you should choose to download the <a title="Download the Quickstart distribution from OW2" href="http://forge.objectweb.org/project/download.php?group_id=213&amp;file_id=11057" id="so-5">Quickstart distribution</a>.<br>This distribution comes with the new embedded WebConsole (1.2) Management and Monitoring tool which is launched at PEtALS startup so you do not need to deploy the web application in an external web application server such as Tomcat. Just look at <a title="http://localhost:7878" href="http://localhost:7878" id="au.n">http://localhost:7878</a> !<br>You will also find some simple integration usecases in this package, all is fully explained in the <a title="Quickstart documentation" href="http://forge.objectweb.org/project/download.php?group_id=213&amp;file_id=11058" id="ccf3">Quickstart documentation</a>.<br><br>We have also released a new Component Development Kit (CDK 4.0). With this CDK, you will be able to create powerful JBI compliant components (Service Engine or Binding Component) with one or two classes...<br>The SOAP, FileTransfer, XSLT and EIP components have been updated to the CDK 4.0.<br>            An Eclipse plugin based on new JBI descriptors is coming in the next weeks, so stay tuned!<br><br>As main developer of the SOAP Binding Component, I am also happy to announce that I have added REST support in the latest release. I will write a tutorial here in the next days.<br>I am also working on another nice feature around Web Services and Axis2. More information to come...<br><br>Cheers,<br><br><br><br><br><br><br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/07/21/petals-esb-22-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS ESB as part of SOA4ALL architecture</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_esb_as_part_of</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_esb_as_part_of#comments</comments>
		<pubDate>Wed, 21 May 2008 06:45:09 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_esb_as_part_of</guid>
		<description><![CDATA[                             PEtALS has been choosen as part of <a href="http://www.soa4all.org">SOA4ALL</a> architecture.<br />
One of the SOA4ALL project goal is to create a new infrastructure composed of billions of services.
<br /><br />
Here is a short presentation I gave last week during the SOA4ALL project architecture meeting :
<br /><br />
<div align="center">
<div style="width:425px;text-align:left" id="__ss_417192"><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px"></a> &#124; <a href="http://www.slideshare.net/chamerling/jbi-and-petals-presentation-at-soa4all-architecture-meeting?src=embed" title="View 'JBI and PEtALS Presentation at SOA4ALL architecture meeting' on SlideShare">View</a> &#124; <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div></div>
</div>
         ]]></description>
			<content:encoded><![CDATA[                             PEtALS has been choosen as part of <a href="http://www.soa4all.org">SOA4ALL</a> architecture.<br>
One of the SOA4ALL project goal is to create a new infrastructure composed of billions of services.
<br><br>
Here is a short presentation I gave last week during the SOA4ALL project architecture meeting :
<br><br>
<div align="center">
<div id="__ss_417192"><div><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png"></a> | <a href="http://www.slideshare.net/chamerling/jbi-and-petals-presentation-at-soa4all-architecture-meeting?src=embed" title="View 'JBI and PEtALS Presentation at SOA4ALL architecture meeting' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div></div>
</div>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/05/21/petals-esb-as-part-of-soa4all-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New online tool, OS SCMs as cloud and RSS</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=new_online_tool_os_scms</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=new_online_tool_os_scms#comments</comments>
		<pubDate>Wed, 23 Apr 2008 06:39:43 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=new_online_tool_os_scms</guid>
		<description><![CDATA[                             I jave just registered <a title="PEtALS" target="_blank" href="http://petals.ow2.org" id="n1kx">PEtALS</a> into <a title="CodeNotifier" target="_blank" href="http://codenotifier.com/" id="g94s">CodeNotifier</a>, a new online tool which analyzes Open Source SCMs (currently only SVN is supported). A cloud is then generated and you can subscribe to project commits RSS feeds.<br />The PEtALS project page is available <a title="here" target="_blank" href="http://codenotifier.com/projects/208" id="z3q0">here</a> and the commits RSS feed is available <a title="here" target="_blank" href="http://codenotifier.com/projects/208.rss" id="gu1l">here</a>.<br /><br /><br /><div id="oh-1" style="padding: 1em 0pt;text-align: center"><img style="width: 80%;height: 80%" src="http://docs.google.com/File?id=dcrqrprg_166cn3b6thg_b"></div><br /><br /><br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             I jave just registered <a title="PEtALS" href="http://petals.ow2.org" id="n1kx">PEtALS</a> into <a title="CodeNotifier" href="http://codenotifier.com/" id="g94s">CodeNotifier</a>, a new online tool which analyzes Open Source SCMs (currently only SVN is supported). A cloud is then generated and you can subscribe to project commits RSS feeds.<br>The PEtALS project page is available <a title="here" href="http://codenotifier.com/projects/208" id="z3q0">here</a> and the commits RSS feed is available <a title="here" href="http://codenotifier.com/projects/208.rss" id="gu1l">here</a>.<br><br><br><div id="oh-1"><img src="http://docs.google.com/File?id=dcrqrprg_166cn3b6thg_b"></div><br><br><br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/04/23/new-online-tool-os-scms-as-cloud-and-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS Certified by SUN Microsystems</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_certified_by_sun_microsystems</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_certified_by_sun_microsystems#comments</comments>
		<pubDate>Fri, 18 Apr 2008 05:49:02 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_certified_by_sun_microsystems</guid>
		<description><![CDATA[                                                     It seems that I have forgotten to publish this blog entry, so...<br /><br /><a title="PEtALS 2.1.1.1 Quickstart distribution" target="_blank" href="http://forge.objectweb.org/project/download.php?group_id=213&#38;file_id=10089" id="uw6i">PEtALS 2.1.1.1 Quickstart distribution</a> has been officially JBI certified by <a title="SUN Microsystems" target="_blank" href="http://www.sun.com/" id="flo0">SUN Microsystems</a> .<br />This petals-kernel-2.1.1 based distribution has successfully passed the JBI compatibility test suite (JBI TCK). In other words it means that PEtALS is a complete <a title="JSR 208" target="_blank" href="http://www.jcp.org/en/jsr/detail?id=208" id="c.ty">JSR 208</a> implementation...<br />Thanks to all developers and contributors !<br /><br /><br /><br /><br /><br />
         ]]></description>
			<content:encoded><![CDATA[                                                     It seems that I have forgotten to publish this blog entry, so...<br><br><a title="PEtALS 2.1.1.1 Quickstart distribution" href="http://forge.objectweb.org/project/download.php?group_id=213&amp;file_id=10089" id="uw6i">PEtALS 2.1.1.1 Quickstart distribution</a> has been officially JBI certified by <a title="SUN Microsystems" href="http://www.sun.com/" id="flo0">SUN Microsystems</a> .<br>This petals-kernel-2.1.1 based distribution has successfully passed the JBI compatibility test suite (JBI TCK). In other words it means that PEtALS is a complete <a title="JSR 208" href="http://www.jcp.org/en/jsr/detail?id=208" id="c.ty">JSR 208</a> implementation...<br>Thanks to all developers and contributors !<br><br><br><br><br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/04/18/petals-certified-by-sun-microsystems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS on Ohloh.net</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_on_ohloh_net</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_on_ohloh_net#comments</comments>
		<pubDate>Wed, 05 Mar 2008 14:12:07 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_on_ohloh_net</guid>
		<description><![CDATA[                             PEtALS project is now available on <a title="ohloh.net" target="_blank" href="http://ohloh.net" id="urut">ohloh.net</a>.<br />Ohloh is an open source network that connects people through the software they create and use.<br /><br />This collaborative website provides tons of statistics on PEtALS source code, users, developers... Please visit the <a title="PEtALS page on ohloh.net" target="_blank" href="http://www.ohloh.net/projects/5946" id="qs48">PEtALS page on ohloh.net</a>.<br /><br /><div id="t" style="padding: 1em 0pt;text-align: center"><img style="width: 817px;height: 726px" src="http://docs.google.com/File?id=dcrqrprg_160dn7qf6dm"></div><br /><br />      <br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             PEtALS project is now available on <a title="ohloh.net" href="http://ohloh.net" id="urut">ohloh.net</a>.<br>Ohloh is an open source network that connects people through the software they create and use.<br><br>This collaborative website provides tons of statistics on PEtALS source code, users, developers... Please visit the <a title="PEtALS page on ohloh.net" href="http://www.ohloh.net/projects/5946" id="qs48">PEtALS page on ohloh.net</a>.<br><br><div id="t"><img src="http://docs.google.com/File?id=dcrqrprg_160dn7qf6dm"></div><br><br>      <br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/03/05/petals-on-ohlohnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS QuickStart 2.1.1</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_quickstart_2_1_1</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_quickstart_2_1_1#comments</comments>
		<pubDate>Tue, 19 Feb 2008 08:39:26 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_quickstart_2_1_1</guid>
		<description><![CDATA[                             The PEtALS Team is pleased to announce the release of <a title="PEtALS" target="_blank" href="http://petals.ow2.org" id="vtqc">PEtALS</a> Quickstart 2.1.1. This distribution comes with the latest petals-kernel, and provide the latest WebConsole as embedded service.<br />This distribution also comes with the brand new JBI Component Development Kit and updated JBI Components.<br /><br />More details in the <a title="release notes" target="_blank" href="http://petals.ow2.org/releasenotes.html#v2.1.1" id="viz9">release notes</a>.<br /><br /><br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             The PEtALS Team is pleased to announce the release of <a title="PEtALS" href="http://petals.ow2.org" id="vtqc">PEtALS</a> Quickstart 2.1.1. This distribution comes with the latest petals-kernel, and provide the latest WebConsole as embedded service.<br>This distribution also comes with the brand new JBI Component Development Kit and updated JBI Components.<br><br>More details in the <a title="release notes" href="http://petals.ow2.org/releasenotes.html#v2.1.1" id="viz9">release notes</a>.<br><br><br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/02/19/petals-quickstart-211/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too many open files IOException with large number of Axis2 Servic</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=too_many_open_files_ioexception</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=too_many_open_files_ioexception#comments</comments>
		<pubDate>Thu, 10 Jan 2008 06:43:42 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=too_many_open_files_ioexception</guid>
		<description><![CDATA[                             This is a problem we met in the PEtALS SOAP Binding Component with large number of Axis2 Service Clients.<br />In this case, this error happens when too many sockets are open ant are waiting to be closed. Even if I have found some JIRAs about this problem and possible solutions, the only one which work for us is to cleanup the connection after each service call.<br />It is done like this :<br /><br /><div><table id="zxl6" bgcolor="#cccccc" border="0" cellpadding="3" cellspacing="0" width="90%"><tbody><tr><td width="100%">   	 	 	 	 	 	 	  <p style="margin-bottom: 0cm" align="left">    <font color="#000000"><font face="Monospace"><font size="2">...</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">ServiceClient client = </font><font color="#7f0055"><b>new</b></font><font color="#000000"> ServiceClient(</font><font color="#7f0055"><b>null</b></font><font color="#000000">, service);</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">Options options = </font><font color="#7f0055"><b>new</b></font><font color="#000000"> Options();</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">...</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">options.setCallTransportCleanup(</font><font color="#7f0055"><b>true</b></font><font color="#000000">);</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">client.setOptions(options);</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><br /> </p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">OMElement outBodyElement = </font><font color="#7f0055"><b>null</b></font><font color="#000000">;</font></font></font></p> <p style="margin-bottom: 0cm" align="left">    <font face="Monospace"><font size="2"><font color="#7f0055"><b>try</b></font><font color="#000000"> {</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">      <font face="Monospace"><font size="2">outBodyElement = serviceClient.sendReceive(soapAction, inBodyElement);</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">} </font><font color="#7f0055"><b>catch</b></font><font color="#000000"> (AxisFault e) {</font></font></font></p> <p style="margin-bottom: 0cm" align="left">      <font face="Monospace"><font size="2"><font color="#7f0055"><b>throw</b></font><font color="#000000"> e;</font></font></font></p> <p style="margin-bottom: 0cm" align="left"><font color="#000000">    <font face="Monospace"><font size="2">}</font></font></font></p> </td></tr></tbody></table></div><br /> 	 	 	 	 	 	<br />After 10 minutes test with 200 threads creating 'one shot ' ServiceClient and almost 275000 service calls, all worked fine.<br />
         ]]></description>
			<content:encoded><![CDATA[                             This is a problem we met in the PEtALS SOAP Binding Component with large number of Axis2 Service Clients.<br>In this case, this error happens when too many sockets are open ant are waiting to be closed. Even if I have found some JIRAs about this problem and possible solutions, the only one which work for us is to cleanup the connection after each service call.<br>It is done like this :<br><br><div><table id="zxl6" bgcolor="#cccccc" border="0" cellpadding="3" cellspacing="0" width="90%"><tbody><tr><td width="100%">   	 	 	 	 	 	 	  <p align="left">    <font color="#000000"><font face="Monospace"><font size="2">...</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">ServiceClient client = </font><font color="#7f0055"><b>new</b></font><font color="#000000"> ServiceClient(</font><font color="#7f0055"><b>null</b></font><font color="#000000">, service);</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">Options options = </font><font color="#7f0055"><b>new</b></font><font color="#000000"> Options();</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">...</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">options.setCallTransportCleanup(</font><font color="#7f0055"><b>true</b></font><font color="#000000">);</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">client.setOptions(options);</font></font></font></p> <p align="left"><br> </p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">OMElement outBodyElement = </font><font color="#7f0055"><b>null</b></font><font color="#000000">;</font></font></font></p> <p align="left">    <font face="Monospace"><font size="2"><font color="#7f0055"><b>try</b></font><font color="#000000"> {</font></font></font></p> <p align="left"><font color="#000000">      <font face="Monospace"><font size="2">outBodyElement = serviceClient.sendReceive(soapAction, inBodyElement);</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">} </font><font color="#7f0055"><b>catch</b></font><font color="#000000"> (AxisFault e) {</font></font></font></p> <p align="left">      <font face="Monospace"><font size="2"><font color="#7f0055"><b>throw</b></font><font color="#000000"> e;</font></font></font></p> <p align="left"><font color="#000000">    <font face="Monospace"><font size="2">}</font></font></font></p> </td></tr></tbody></table></div><br> 	 	 	 	 	 	<br>After 10 minutes test with 200 threads creating 'one shot ' ServiceClient and almost 275000 service calls, all worked fine.<br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2008/01/10/too-many-open-files-ioexception-with-large-number-of-axis2-servic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to JavaPolis 07</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=going_to_javapolis_07</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=going_to_javapolis_07#comments</comments>
		<pubDate>Fri, 07 Dec 2007 06:39:41 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=going_to_javapolis_07</guid>
		<description><![CDATA[                             See you next week JavaPolis '07 on the <a title="OW2 Consortium" target="_blank" href="http://www.ow2.org" id="gzhr">OW2 Consortium</a> booth to talk about and make some 'demos' of the <a title="PEtALS Enterprise Service Bus" target="_blank" href="http://petals.ow2.org" id="dqui">PEtALS Enterprise Service Bus</a> project.<br /><br /><br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             See you next week JavaPolis '07 on the <a title="OW2 Consortium" href="http://www.ow2.org" id="gzhr">OW2 Consortium</a> booth to talk about and make some 'demos' of the <a title="PEtALS Enterprise Service Bus" href="http://petals.ow2.org" id="dqui">PEtALS Enterprise Service Bus</a> project.<br><br><br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2007/12/07/going-to-javapolis-07/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS Standalone 1.4.3</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_standalone_1_4_3</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_standalone_1_4_3#comments</comments>
		<pubDate>Wed, 05 Dec 2007 06:23:29 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_standalone_1_4_3</guid>
		<description><![CDATA[                             PEtALS Standalone platform 1.4.3 is out. This is a maintenance release.<br /><a name="041207">Look at the </a><a title="release notes" target="_blank" href="http://petals.objectweb.org/releasenotes.html#1.4.3" id="r2fr">release notes</a> for more details.<br /><br />
         ]]></description>
			<content:encoded><![CDATA[                             PEtALS Standalone platform 1.4.3 is out. This is a maintenance release.<br><a name="041207">Look at the </a><a title="release notes" href="http://petals.objectweb.org/releasenotes.html#1.4.3" id="r2fr">release notes</a> for more details.<br><br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2007/12/05/petals-standalone-143/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CIMERO2 Editor for PEtALS ESB</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=cimero2_editor_for_petals_esb</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=cimero2_editor_for_petals_esb#comments</comments>
		<pubDate>Tue, 04 Dec 2007 21:19:54 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=cimero2_editor_for_petals_esb</guid>
		<description><![CDATA[                             The <a href="http://wiki.eclipse.org/Cimero_2" id="l8f9" target="_blank" title="CIMERO2">CIMERO2</a> editor is an Eclipse plugin originally developed by <a href="http://www.bull.com/fr/index.php" id="eb_p" target="_blank" title="Bull">Bull</a>. This plugin provides features to create a visual representation of your Enterprise Service Bus based architecture. After the design step, the plugin offers the possibility to generate the JBI artifacts (Service Assemblies), and the Ant deployment scripts which will be used to deploy the configuration on the ESB. <div>   We, at <a href="http://www.ebmwebsourcing.com" id="ua3f" target="_blank" title="eBM WebSourcing">eBM WebSourcing</a>, are currently working on better integration of the PEtALS JBI components. You can find a Flash demonstration on how we you can use this plugin on the PEtALS project website <a href="http://petals.objectweb.org/demonstrations.html" id="vl4g" target="_blank" title="demonstration page">demonstration page</a>. </div> <div>   <br class="webkit-block-placeholder"> </div> <div>   Finally, it is good to notice that this plugin is currently under integration into the Eclipse SOA Tools Platform project (<a href="http://www.eclipse.org/stp/" id="vt6k" target="_blank" title="Eclipse STP">Eclipse STP</a>). </div> <div>   <br class="webkit-block-placeholder"> </div> <div>   <div id="5w">     <img src="http://docs.google.com/File?id=dcrqrprg_151cswjf2g5">   </div> </div> <br /> <br />
         ]]></description>
			<content:encoded><![CDATA[                             The <a href="http://wiki.eclipse.org/Cimero_2" id="l8f9" title="CIMERO2">CIMERO2</a> editor is an Eclipse plugin originally developed by <a href="http://www.bull.com/fr/index.php" id="eb_p" title="Bull">Bull</a>. This plugin provides features to create a visual representation of your Enterprise Service Bus based architecture. After the design step, the plugin offers the possibility to generate the JBI artifacts (Service Assemblies), and the Ant deployment scripts which will be used to deploy the configuration on the ESB. <div>   We, at <a href="http://www.ebmwebsourcing.com" id="ua3f" title="eBM WebSourcing">eBM WebSourcing</a>, are currently working on better integration of the PEtALS JBI components. You can find a Flash demonstration on how we you can use this plugin on the PEtALS project website <a href="http://petals.objectweb.org/demonstrations.html" id="vl4g" title="demonstration page">demonstration page</a>. </div> <div>   <br class="webkit-block-placeholder"> </div> <div>   Finally, it is good to notice that this plugin is currently under integration into the Eclipse SOA Tools Platform project (<a href="http://www.eclipse.org/stp/" id="vt6k" title="Eclipse STP">Eclipse STP</a>). </div> <div>   <br class="webkit-block-placeholder"> </div> <div>   <div id="5w">     <img src="http://docs.google.com/File?id=dcrqrprg_151cswjf2g5">   </div> </div> <br> <br>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2007/12/04/cimero2-editor-for-petals-esb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SVN Client on Mac OSX</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=installing_svn_client_on_mac</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=installing_svn_client_on_mac#comments</comments>
		<pubDate>Thu, 29 Nov 2007 06:56:01 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=installing_svn_client_on_mac</guid>
		<description><![CDATA[                             <DIV>   I am happy to see that Fink (<A HREF="http://finkproject.org/" TARGET="_blank" TITLE="">http://finkproject.org/</A>) is no more needed to easily install a Subversion client on Mac OSX. A client has been packaged by this guy Martin Ott (<A HREF="http://homepage.mac.com/martinott/" TARGET="_blank" TITLE="">http://homepage.mac.com/martinott/</A>). </DIV> <DIV>   Installation done by clicking on the package... </DIV> <DIV>   <BR CLASS="webkit-block-placeholder"> </DIV> <DIV>   I am also happy to see that there is a Subversion GUI client for OSX. Working with terminal is cool but sometimes clicking on the mouse is not so bad... </DIV> <DIV>   You can found this client on 'La chose interactive' website (<A HREF="http://www.lachoseinteractive.net/fr/communaute/subversion/" TARGET="_blank" TITLE="">http://www.lachoseinteractive.net/fr/communaute/subversion/</A>). </DIV> <DIV>   <BR CLASS="webkit-block-placeholder"> </DIV> Configuration seems very intuitive... Going to test it for PEtALS project...<BR> <DIV ID="wdxn" STYLE="center">   <A HREF="File?id=dcrqrprg_147h96n3pmf" TARGET="_blank"><IMG SRC="http://docs.google.com/File?id=dcrqrprg_147h96n3pmf" STYLE="400px"></A> </DIV> <BR>
         ]]></description>
			<content:encoded><![CDATA[                             <DIV>   I am happy to see that Fink (<A HREF="http://finkproject.org/" TITLE="">http://finkproject.org/</A>) is no more needed to easily install a Subversion client on Mac OSX. A client has been packaged by this guy Martin Ott (<A HREF="http://homepage.mac.com/martinott/" TITLE="">http://homepage.mac.com/martinott/</A>). </DIV> <DIV>   Installation done by clicking on the package... </DIV> <DIV>   <BR CLASS="webkit-block-placeholder"> </DIV> <DIV>   I am also happy to see that there is a Subversion GUI client for OSX. Working with terminal is cool but sometimes clicking on the mouse is not so bad... </DIV> <DIV>   You can found this client on 'La chose interactive' website (<A HREF="http://www.lachoseinteractive.net/fr/communaute/subversion/" TITLE="">http://www.lachoseinteractive.net/fr/communaute/subversion/</A>). </DIV> <DIV>   <BR CLASS="webkit-block-placeholder"> </DIV> Configuration seems very intuitive... Going to test it for PEtALS project...<BR> <DIV ID="wdxn">   <A HREF="File?id=dcrqrprg_147h96n3pmf"><IMG SRC="http://docs.google.com/File?id=dcrqrprg_147h96n3pmf"></A> </DIV> <BR>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2007/11/29/installing-svn-client-on-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS PACK 2.0</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_pack_2_0</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_pack_2_0#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:10:58 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_pack_2_0</guid>
		<description><![CDATA[                             <span style="font-weight: bold">Friday (evening) September 28th 2007</span><br /><div style="text-align: center"><img align="bottom" alt="" border="0" hspace="0" src="http://writer.zoho.com:80/ImageDisplay.im?name=petals20.png&#38;accId=85091000000002007" vspace="0"></img><br /> </div> <br /><span style="font-family: verdana">PEtALS ESB 2.0 is finally out!</span><br /><span style="font-family: verdana">It is released at the same time as a 'pack' including all new/compatible modules which have been developed since months.</span><br /><span style="font-family: verdana">These modules are :</span><br /><ul style="font-family: verdana"><li>The PEtALS kernel 2.0</li><li>A new Web Console for monitoring and administration</li><li>The Component Development Kit 3.0 : Library and tools for easily and rapidly create JBI compliant components.<br /></li><li>A collection of JBI compliant components (including new ones like XMPP, HTTP binding components, EIP, RMI Service Engines)</li><li>An Eclipse plugin for JBI artifacts development and administration</li><li>Docbook based documentation</li><li>Brand new website &#38; logo</li></ul><span style="font-family: verdana">Complete release note will be available on the </span><a href="http://petals.objectweb.org">PEtALS Website</a><span style="font-family: verdana">.</span><br /><br /><div style="text-align: center"><br /></div>
         ]]></description>
			<content:encoded><![CDATA[                             <span>Friday (evening) September 28th 2007</span><br><div><img align="bottom" alt="" border="0" hspace="0" src="http://writer.zoho.com:80/ImageDisplay.im?name=petals20.png&amp;accId=85091000000002007" vspace="0"></img><br> </div> <br><span>PEtALS ESB 2.0 is finally out!</span><br><span>It is released at the same time as a 'pack' including all new/compatible modules which have been developed since months.</span><br><span>These modules are :</span><br><ul><li>The PEtALS kernel 2.0</li><li>A new Web Console for monitoring and administration</li><li>The Component Development Kit 3.0 : Library and tools for easily and rapidly create JBI compliant components.<br></li><li>A collection of JBI compliant components (including new ones like XMPP, HTTP binding components, EIP, RMI Service Engines)</li><li>An Eclipse plugin for JBI artifacts development and administration</li><li>Docbook based documentation</li><li>Brand new website &amp; logo</li></ul><span>Complete release note will be available on the </span><a href="http://petals.objectweb.org">PEtALS Website</a><span>.</span><br><br><div><br></div>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2007/09/28/petals-pack-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PEtALS last week releases</title>
		<link>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_last_week_releases</link>
		<comments>http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_last_week_releases#comments</comments>
		<pubDate>Mon, 20 Aug 2007 14:19:00 +0000</pubDate>
		<dc:creator>Christophe Hamerling</dc:creator>
				<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://www.ebmwebsourcing.net/blog/page/christophehamerling?entry=petals_last_week_releases</guid>
		<description><![CDATA[                             We have done some releases last week :<br />    <br />    1. petals-standalone 1.4 :<br />    &#160;&#160;&#160; - Integration of a faster message transporter (Dream based)<br />    &#160;&#160;&#160; - Load balancing<br />    &#160;&#160;&#160; - Robustness<br />    &#160;&#160;&#160; - and of course several bug fixes and code optimization<br />    <br />    2. petals-component-framework 2.0 :<br />    &#160;&#160;&#160; - This framework replaces the Component Development Kit (also known  as CDK). It allows developers to quickly create powerful JBI components.<br />    <br />    3. petals-bc-soap 2.0 :<br />    &#160;&#160;&#160; - Based on the petals-component-framework.<br />    &#160;&#160;&#160; - WS security<br />    &#160;&#160;&#160; - WS notification<br />    <br />    Zip archives and documentation are available for download on the <a href="http://forge.objectweb.org/project/showfiles.php?group_id=213">PEtALS  downloads page</a>.<br /><br /><div style="text-align: center"><a href="http://petals.objectweb.org"><img alt="" src="http://writer.zoho.com:80/ImageDisplay.im?name=logo-petals-small.png&#38;accId=85091000000002007" align="bottom" border="0" hspace="0" vspace="0"></a><br /></div>
         ]]></description>
			<content:encoded><![CDATA[                             We have done some releases last week :<br>    <br>    1. petals-standalone 1.4 :<br>    &nbsp;&nbsp;&nbsp; - Integration of a faster message transporter (Dream based)<br>    &nbsp;&nbsp;&nbsp; - Load balancing<br>    &nbsp;&nbsp;&nbsp; - Robustness<br>    &nbsp;&nbsp;&nbsp; - and of course several bug fixes and code optimization<br>    <br>    2. petals-component-framework 2.0 :<br>    &nbsp;&nbsp;&nbsp; - This framework replaces the Component Development Kit (also known  as CDK). It allows developers to quickly create powerful JBI components.<br>    <br>    3. petals-bc-soap 2.0 :<br>    &nbsp;&nbsp;&nbsp; - Based on the petals-component-framework.<br>    &nbsp;&nbsp;&nbsp; - WS security<br>    &nbsp;&nbsp;&nbsp; - WS notification<br>    <br>    Zip archives and documentation are available for download on the <a href="http://forge.objectweb.org/project/showfiles.php?group_id=213">PEtALS  downloads page</a>.<br><br><div><a href="http://petals.objectweb.org"><img alt="" src="http://writer.zoho.com:80/ImageDisplay.im?name=logo-petals-small.png&amp;accId=85091000000002007" align="bottom" border="0" hspace="0" vspace="0"></a><br></div>
         ]]></content:encoded>
			<wfw:commentRss>http://planet.petalslink.com/home/chamerling/2007/08/20/petals-last-week-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

