Modified: incubator/servicemix/site/main/servicemix-jsr181.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/servicemix-jsr181.html?view=diff&rev=448613&r1=448612&r2=448613 ============================================================================== --- incubator/servicemix/site/main/servicemix-jsr181.html (original) +++ incubator/servicemix/site/main/servicemix-jsr181.html Thu Sep 21 10:45:53 2006 @@ -306,7 +306,7 @@ <P>You can also use the <A href="client-api.html" title="Client API">client api</A>:</P> <DIV class="code"><DIV class="codeContent"> <PRE class="code-java"><SPAN class="code-keyword">public</SPAN> void myMethod() { - ServiceMixClient client = <SPAN class="code-keyword">new</SPAN> DefaultServiceMixClient(<SPAN class="code-keyword">this</SPAN>.context); + ServiceMixClient client = <SPAN class="code-keyword">new</SPAN> ServiceMixClientFacade(<SPAN class="code-keyword">this</SPAN>.context); QName service = <SPAN class="code-keyword">new</SPAN> QName(<SPAN class="code-quote">"http:<SPAN class="code-comment">//servicemix.org/cheese/"</SPAN>, <SPAN class="code-quote">"receiver"</SPAN>); </SPAN> EndpointResolver resolver = client.createResolverForService(service); client.send(resolver, <SPAN class="code-keyword">null</SPAN>, <SPAN class="code-keyword">null</SPAN>, <SPAN class="code-quote">"<hello>world</hello>"</SPAN>); @@ -434,8 +434,8 @@ </DIV> <DIV id="site-footer"> Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnt">gnt</A>, - last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Aug 10, 2006 - (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=2057&originalId=9634">view change</A>) + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Sep 18, 2006 + (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=2057&originalId=13737">view change</A>) (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=2057">edit page</A>) </DIV>
Modified: incubator/servicemix/site/main/tooling-and-utilities.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/tooling-and-utilities.html?view=diff&rev=448613&r1=448612&r2=448613 ============================================================================== --- incubator/servicemix/site/main/tooling-and-utilities.html (original) +++ incubator/servicemix/site/main/tooling-and-utilities.html Thu Sep 21 10:45:53 2006 @@ -134,6 +134,9 @@ <a href="http://goopen.org/confluence/display/SM/Maven+SAR+plugin" title="Maven SAR plugin">Maven SAR plugin</a> <span class="smalltext">(ServiceMix)</span> <br> + <a href="http://goopen.org/confluence/display/SM/CIMERO+Editor" title="CIMERO Editor">CIMERO Editor</a> + <span class="smalltext">(ServiceMix)</span> + <br> </div> --> </DIV> Modified: incubator/servicemix/site/main/transactions.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/transactions.html?view=diff&rev=448613&r1=448612&r2=448613 ============================================================================== --- incubator/servicemix/site/main/transactions.html (original) +++ incubator/servicemix/site/main/transactions.html Thu Sep 21 10:45:53 2006 @@ -248,7 +248,7 @@ getContext().getDeliveryChannel().sendSync(me); <SPAN class="code-comment">// retrieve the out message </SPAN>me.setStatus(ExchangeStatus.DONE); -getContext().getDeliveryChannel().sendSync(me); +getContext().getDeliveryChannel().send(me); tm.commit();</PRE> </DIV></DIV> @@ -298,8 +298,8 @@ </DIV> <DIV id="site-footer"> Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A>, - last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Aug 28, 2006 - (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=8533&originalId=13333">view change</A>) + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Sep 20, 2006 + (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=8533&originalId=13773">view change</A>) (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=8533">edit page</A>) </DIV> Modified: incubator/servicemix/site/main/using-eclipse.html URL: http://svn.apache.org/viewvc/incubator/servicemix/site/main/using-eclipse.html?view=diff&rev=448613&r1=448612&r2=448613 ============================================================================== --- incubator/servicemix/site/main/using-eclipse.html (original) +++ incubator/servicemix/site/main/using-eclipse.html Thu Sep 21 10:45:53 2006 @@ -115,6 +115,8 @@ <DIV class="wiki-content"><H1><A name="UsingEclipse-Introduction"></A>Introduction</H1> <P>This document will guide you through importing ServiceMix into the IDE Eclipse.</P> +<TABLE cellpadding="5" width="85%" cellspacing="8px" class="warningMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/forbidden.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B class="strong">Warning</B><BR> +<P>This documentation applies to ServiceMix versions prior to 3.0 release. For v3.0, please refer to the User's Guide, chapter <A href="../SM30UG/importing-servicemix-into-eclipse.html" title="Importing ServiceMix into Eclipse">Importing ServiceMix into Eclipse</A>.</P></TD></TR></TABLE> <H2><A name="UsingEclipse-PreInstallationRequirements"></A>Pre-Installation Requirements</H2> @@ -272,9 +274,35 @@ </DIV> <DIV id="site-footer"> Added by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=lmalgeri">Lisa Malgeri</A>, - last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on May 23, 2006 - (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1962&originalId=5949">view change</A>) - + last edited by <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg Dembowski</A> on Sep 18, 2006 + (<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=1962&originalId=13741">view change</A>) + <SPAN id="show" class="inline-control-link"><A href="" onclick="showComment(); return false;">show comment</A></SPAN> + <SPAN id="hide" class="inline-control-link" style="display:none;"><A href="" onclick="hideComment(); return false;">hide comment</A></SPAN> + <DIV id="versionComment" class="noteMacro" style="display:none; padding: 5px;"> + <B>Comment:</B> + INS: Warning & link to v3.0 guide<BR> + <SPAN class="smalltext"><A href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=1962">View page history</A></SPAN> + </DIV> + + <SCRIPT> + var show = document.getElementById('show'); + var hide = document.getElementById('hide'); + var versionComment = document.getElementById('versionComment'); + + function showComment(){ + show.style.display = 'none'; + hide.style.display = 'inline'; + versionComment.style.display = 'block'; + } + + function hideComment(){ + show.style.display = 'inline'; + hide.style.display = 'none'; + versionComment.style.display = 'none'; + } + + </SCRIPT> + (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=1962">edit page</A>) </DIV>
