You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2006/11/05 14:39:25 UTC

svn commit: r471421 [2/2] - /incubator/servicemix/site/sm30ug/

Modified: incubator/servicemix/site/sm30ug/importing-servicemix-into-eclipse.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/importing-servicemix-into-eclipse.html?view=diff&rev=471421&r1=471420&r2=471421
==============================================================================
--- incubator/servicemix/site/sm30ug/importing-servicemix-into-eclipse.html (original)
+++ incubator/servicemix/site/sm30ug/importing-servicemix-into-eclipse.html Sun Nov  5 05:39:24 2006
@@ -57,7 +57,7 @@
 <H2><A name="ImportingServiceMixintoEclipse-PreparingtheFilesforEclipse"></A>Preparing the Files for Eclipse</H2>
 
 <OL>
-	<LI>Grab the sources from <A href="../SM/source.html" title="Source">svn</A> or <SPAN class="nobr"><A href="http://servicemix.org/Download" title="Visit page outside Confluence" rel="nofollow">download<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> servicemix source distribution.
+	<LI>Grab the sources from <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Source&linkCreation=true&fromPageId=13740" title="Create Page: Source" class="createlink">svn<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or <SPAN class="nobr"><A href="http://servicemix.org/Download" title="Visit page outside Confluence" rel="nofollow">download<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN> servicemix source distribution.
 <BR clear="all"></LI>
 	<LI>Open a command line and change to the source root folder. Execute the following Maven 2 command to ready the project for Eclipse. It will take around two minutes.
 <DIV class="code"><DIV class="codeContent">
@@ -65,15 +65,15 @@
 </DIV></DIV>
 <P>In case you did never use Maven before and get errors stating that some plugins or the like are missing, like for example:</P>
 <DIV class="code"><DIV class="codeContent">
-<PRE class="code-java">[INFO] Searching repository <SPAN class="code-keyword">for</SPAN> plugin with prefix: &apos;eclipse&apos;.
+<PRE class="code-java">[SM30UG:INFO] Searching repository <SPAN class="code-keyword">for</SPAN> plugin with prefix: &apos;eclipse&apos;.
 Downloading: http:<SPAN class="code-comment">//mirrors.sunsite.dk/maven2/org/apache/servicemix/tooling/jbi-maven-plugin/3.0-incubating/jbi-maven-plugin-3.0-incubating.jar
-</SPAN>[WARNING] Unable to get resource from repository central (http:<SPAN class="code-comment">//repo1.maven.org/maven2)
-</SPAN>[INFO] ------------------------------------------------------------------------
-[ERROR] BUILD ERROR
-[INFO] ------------------------------------------------------------------------
-[INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository</PRE>
+</SPAN>[SM30UG:WARNING] Unable to get resource from repository central (http:<SPAN class="code-comment">//repo1.maven.org/maven2)
+</SPAN>[SM30UG:INFO] ------------------------------------------------------------------------
+[SM30UG:ERROR] BUILD ERROR
+[SM30UG:INFO] ------------------------------------------------------------------------
+[SM30UG:INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository</PRE>
 </DIV></DIV>
-<P>execute the commands stated under &quot;Build ServiceMix...&quot; in the chapters <A href="3-installation.html#3.Installation-WindowsSourceInstallation" title="Windows Source Installation on 3. Installation">Windows</A> / <A href="3-installation.html#3.Installation-UnixSourceInstallation" title="Unix Source Installation on 3. Installation">Unix</A> source installation:</P>
+<P>execute the commands stated under &quot;Build ServiceMix...&quot; in the chapters <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=3.%20Installation&linkCreation=true&fromPageId=13740" title="Create Page: 3. Installation" class="createlink">Windows<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> / <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=3.%20Installation&linkCreation=true&fromPageId=13740" title="Create Page: 3. Installation" class="createlink">Unix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> source installation:</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-java">mvn -Dprofile=step1
 mvn -Dprofile=step2</PRE>
@@ -192,7 +192,7 @@
 <BR clear="all">
 &nbsp;
 <BR clear="all">
-In case you want to reference a dependency, proceed in the same way. In case you do not know which package you shall select, see below at <A href="#ImportingServiceMixintoEclipse-Troubleshooting" title="Troubleshooting on Importing ServiceMix into Eclipse">Troubleshooting</A>.
+In case you want to reference a dependency, proceed in the same way. In case you do not know which package you shall select, see below at <A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">SM30UG:#Troubleshooting</A>.
 <BR clear="all">
 &nbsp;
 <BR clear="all">  <IMG src="importing-servicemix-into-eclipse.data/Classpath%20-%20Advanced%20Options%20-%20Variable%20-%20Extend.png" align="absmiddle" border="0"><BR clear="all">
@@ -203,7 +203,7 @@
 			</LI>
 			<LI>You can <B>add arbitrary folders</B> to the classpath. This is usually only needed for your own code. To explain the workflow, let&apos;s assume you did not add any projects, thus your file-binding example does not run but thows errors and the console window contains this message:
 <DIV class="preformatted"><DIV class="preformattedContent">
-<PRE>Error &apos;Bean class [org.apache.servicemix.components.file.FileWriter] not found&apos;
+<PRE>Error &apos;Bean class [SM30UG:org.apache.servicemix.components.file.FileWriter] not found&apos;
 </PRE>
 </DIV></DIV>
 			<OL>
@@ -218,7 +218,7 @@
 <BR clear="all">
 &nbsp;
 <BR clear="all">
-Why this directory? Well, have a closer look at the error message presented above. The package <EM>org.apache.servicemix.components</EM> indicates the location of the missing bean <EM>FileWriter</EM> is <EM>servicemix-components</EM>, and as we need an executable file, the <EM>target\classes</EM> subdirectory is where to look. Of course we shall proof that <EM>FileWriter</EM> really is located here, so execute <EM>dir /s FileWriter.class</EM> in the given directory and watch the output. For further hints, see below at <A href="#ImportingServiceMixintoEclipse-Troubleshooting" title="Troubleshooting on Importing ServiceMix into Eclipse">Troubleshooting</A>.
+Why this directory? Well, have a closer look at the error message presented above. The package <EM>org.apache.servicemix.components</EM> indicates the location of the missing bean <EM>FileWriter</EM> is <EM>servicemix-components</EM>, and as we need an executable file, the <EM>target\classes</EM> subdirectory is where to look. Of course we shall proof that <EM>FileWriter</EM> really is located here, so execute <EM>dir /s FileWriter.class</EM> in the given directory and watch the output. For further hints, see below at <A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">SM30UG:#Troubleshooting</A>.
 <BR clear="all">
 &nbsp;
 <BR clear="all">  <IMG src="importing-servicemix-into-eclipse.data/Classpath%20-%20Advanced%20Options%20-%20external%20folder.png" align="absmiddle" border="0"><BR clear="all">
@@ -264,7 +264,7 @@
 
 <P>Messages may look like one of the following</P>
 <DIV class="preformatted"><DIV class="preformattedContent">
-<PRE>Error &apos;Bean class [org.apache.servicemix.components.file.FileWriter] not found&apos;
+<PRE>Error &apos;Bean class [SM30UG:org.apache.servicemix.components.file.FileWriter] not found&apos;
 </PRE>
 </DIV></DIV>
 <P>or&nbsp;</P>
@@ -284,7 +284,7 @@
 
 <P>Redo this until no class/JAR is missing any more.</P>
 
-<P>See also <A href="3-installation.html#3.Installation-Missinglibraries" title="Missing libraries on 3. Installation">User&apos;s Guide: 3. Installation, Troubleshooting</A>.</P>
+<P>See also <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=3.%20Installation&linkCreation=true&fromPageId=13740" title="Create Page: 3. Installation" class="createlink">User&apos;s Guide: 3. Installation, Troubleshooting<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
 
 <H3><A name="ImportingServiceMixintoEclipse-ProjectswithfailingbuildinEclipseworkspace"></A>Projects with failing build in Eclipse workspace</H3>
 
@@ -304,8 +304,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski">Georg Dembowski</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Oct 06, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13740&originalId=13995">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13740&originalId=14623">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13740">edit page</A>)
     </DIV>

Added: incubator/servicemix/site/sm30ug/servicemix-components.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/servicemix-components.html?view=auto&rev=471421
==============================================================================
--- incubator/servicemix/site/sm30ug/servicemix-components.html (added)
+++ incubator/servicemix/site/sm30ug/servicemix-components.html Sun Nov  5 05:39:24 2006
@@ -0,0 +1,113 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <LINK type="text/css" rel="stylesheet" href="resources/site.css">
+    <SCRIPT src="resources/space.js" type="text/javascript"></SCRIPT>
+    <TITLE>
+ServiceMix Components
+    </TITLE>
+  <META http-equiv="Content-Type" content="text/html;charset=UTF-8"></HEAD>
+  <BODY onload="init()">
+
+    <!-- Banner -->
+    <DIV id="site-banner">
+    </DIV>
+
+      <DIV id="site-content">
+        <TABLE>
+        <TR>
+        <TD valign="top">
+          <DIV id="site-page">
+            <DIV class="wiki-content"><STYLE type="text/css">/*<![CDATA[*/
+table.ScrollbarTable  {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0}
+table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;}
+table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;}
+table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;}
+table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
+table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
+
+/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="../SM/importing-servicemix-into-eclipse.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="../SM/importing-servicemix-into-eclipse.html">Importing ServiceMix into Eclipse</A>&nbsp;</TD><TD width="33%" class="ScrollbarParent"><SUP><A href="../SM/users-guide.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="../SM/users-guide.html">User&apos;s Guide</A></TD><TD width="33%" class="ScrollbarNextName">&nbsp;<A href="../SM/ws-notification-http-binding.html">WS-Notification HTTP Binding</A></TD><TD class="ScrollbarNextIcon"><A href="../SM/ws-notification-http-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/forwd_16.gif" 
 width="16" height="16"></A></TD></TR></TABLE></DIV>
+<P><A name="ServiceMixComponents-top"></A></P>
+
+<H1><A name="ServiceMixComponents-Components"></A>Components</H1>
+
+<P>ServiceMix distribution comes with several ready to use standard JBI components:</P>
+<UL>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-http&linkCreation=true&fromPageId=13579" title="Create Page: servicemix-http" class="createlink">SM30UG:servicemix&#45;http<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>: an HTTP/SOAP Binding Component</LI>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jms&linkCreation=true&fromPageId=13579" title="Create Page: servicemix-jms" class="createlink">SM30UG:servicemix&#45;jms<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>: an JMS/SOAP Binding Component</LI>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jsr181&linkCreation=true&fromPageId=13579" title="Create Page: servicemix-jsr181" class="createlink">SM30UG:servicemix&#45;jsr181<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>: a Service Engine to deploy (annotated) POJOs as services</LI>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-eip&linkCreation=true&fromPageId=13579" title="Create Page: servicemix-eip" class="createlink">SM30UG:servicemix&#45;eip<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>: a Service Engine containing standard routing / flows patterns</LI>
+	<LI><A href="servicemix-wsn2005.html" title="servicemix-wsn2005">SM30UG:servicemix&#45;wsn2005</A>: WS-Notification Service Engine</LI>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-bpe&linkCreation=true&fromPageId=13579" title="Create Page: servicemix-bpe" class="createlink">SM30UG:servicemix&#45;bpe<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>: a BPEL engine</LI>
+</UL>
+
+
+<P>Have a look at the <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Component%20Matrix&linkCreation=true&fromPageId=13579" title="Create Page: Component Matrix" class="createlink">Component Matrix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> for a comprehensive, detailed list of components and their properties.</P>
+
+<H2><A name="ServiceMixComponents-Generalconcepts"></A>General concepts</H2>
+
+
+<H3><A name="ServiceMixComponents-Spring"></A>Spring</H3>
+
+
+<H3><A name="ServiceMixComponents-XBean"></A>XBean</H3>
+
+
+<H3><A name="ServiceMixComponents-Classpath"></A>Classpath</H3>
+
+
+<H3><A name="ServiceMixComponents-Properties"></A>Properties</H3>
+
+<STYLE type="text/css">/*<![CDATA[*/
+table.ScrollbarTable  {border: none;padding: 3px;width: 100%;padding: 3px;margin: 0px;background-color: #f0f0f0}
+table.ScrollbarTable td.ScrollbarPrevIcon {text-align: center;width: 16px;border: none;}
+table.ScrollbarTable td.ScrollbarPrevName {text-align: left;border: none;}
+table.ScrollbarTable td.ScrollbarParent {text-align: center;border: none;}
+table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
+table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
+
+/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD class="ScrollbarPrevIcon"><A href="../SM/importing-servicemix-into-eclipse.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/back_16.gif" width="16" height="16"></A></TD><TD width="33%" class="ScrollbarPrevName"><A href="../SM/importing-servicemix-into-eclipse.html">Importing ServiceMix into Eclipse</A>&nbsp;</TD><TD width="33%" class="ScrollbarParent"><SUP><A href="../SM/users-guide.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="../SM/users-guide.html">User&apos;s Guide</A></TD><TD width="33%" class="ScrollbarNextName">&nbsp;<A href="../SM/ws-notification-http-binding.html">WS-Notification HTTP Binding</A></TD><TD class="ScrollbarNextIcon"><A href="../SM/ws-notification-http-binding.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/forwd_16.gif" 
 width="16" height="16"></A></TD></TR></TABLE></DIV></DIV>
+          </DIV>
+        </TD>
+      </TR>
+      </TABLE>     
+      </DIV>
+    </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 Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13579&originalId=14632">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>
+      wysiwyg forgot formatting <IMG class="emoticon" src="http://goopen.org/confluence/images/icons/emoticons/sad.gif" height="20" width="20" align="absmiddle" alt="" border="0">  ==&gt; redo<BR>
+      <SPAN class="smalltext"><A href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=13579">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=13579">edit page</A>)
+    </DIV>
+
+  </BODY>
+
+</HTML>
\ No newline at end of file

Modified: incubator/servicemix/site/sm30ug/servicemix-wsn2005.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/servicemix-wsn2005.html?view=diff&rev=471421&r1=471420&r2=471421
==============================================================================
--- incubator/servicemix/site/sm30ug/servicemix-wsn2005.html (original)
+++ incubator/servicemix/site/sm30ug/servicemix-wsn2005.html Sun Nov  5 05:39:24 2006
@@ -27,7 +27,7 @@
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD width="33%" class="ScrollbarPrevName">&nbsp;</TD><TD width="33%" class="ScrollbarParent"><SUP><A href="components.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="components.html">Components</A></TD><TD width="33%" class="ScrollbarNextName">&nbsp;</TD></TR></TABLE></DIV>
+/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD width="33%" class="ScrollbarPrevName">&nbsp;</TD><TD width="33%" class="ScrollbarParent"><SUP><A href="../SM/servicemix-components.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="../SM/servicemix-components.html">ServiceMix Components</A></TD><TD width="33%" class="ScrollbarNextName">&nbsp;</TD></TR></TABLE></DIV>
 <P><A name="servicemix-wsn2005-top"></A></P>
 
 <H1><A name="servicemix-wsn2005-servicemixwsn2005"></A>servicemix-wsn2005</H1>
@@ -59,10 +59,10 @@
 
 <P>The WS-Notification SE can be used to provide publish/subscribe routing in the JBI bus. There are several usage:</P>
 <UL>
-	<LI><A href="#servicemix-wsn2005-ConfigurationusingJBIpackaging" title="Configuration using JBI packaging on servicemix-wsn2005">configuration using JBI packaging</A></LI>
-	<LI><A href="#servicemix-wsn2005-DynamicconfigurationinsidetheJBIbus" title="Dynamic configuration inside the JBI bus on servicemix-wsn2005">dynamic configuration inside the JBI bus</A></LI>
-	<LI><A href="#servicemix-wsn2005-OutsidetheJBIbus" title="Outside the JBI bus on servicemix-wsn2005">outside the JBI bus</A></LI>
-	<LI><A href="#servicemix-wsn2005-EmbeddingWSNotification" title="Embedding WS-Notification on servicemix-wsn2005">embedding WS-Notification SE</A></LI>
+	<LI><A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">configuration using JBI packaging</A></LI>
+	<LI><A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">dynamic configuration inside the JBI bus</A></LI>
+	<LI><A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">outside the JBI bus</A></LI>
+	<LI><A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">embedding WS-Notification SE</A></LI>
 </UL>
 
 
@@ -71,8 +71,8 @@
 <P>The <TT>servicemix-wsn2005</TT> accepts deployment of Service Units.<BR>
 The SU must contain one or more files with an xml extension, each one containing a single WS-Notification request.  The currently supported set of requests include:</P>
 <UL>
-	<LI><A href="#servicemix-wsn2005-Subscribe" title="Subscribe on servicemix-wsn2005">Subscribe</A></LI>
-	<LI><A href="#servicemix-wsn2005-CreatePullPoint" title="CreatePullPoint on servicemix-wsn2005">CreatePullPoint</A></LI>
+	<LI><A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">SM30UG:#Subscribe</A></LI>
+	<LI><A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">SM30UG:#CreatePullPoint</A></LI>
 </UL>
 
 
@@ -179,7 +179,7 @@
 
 <P>The above code snippet creates a publisher proxy, a subscription and a subscriber.</P>
 
-<P>The publisher proxy is a simple component that wraps incoming JBI exchanges into WS-Notification <A href="#servicemix-wsn2005-Notify" title="Notify on servicemix-wsn2005"><TT>notify</TT></A> requests and send them to a notification broker on the given topic.  This could also be written in plain spring style:</P>
+<P>The publisher proxy is a simple component that wraps incoming JBI exchanges into WS-Notification <A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space"><TT>notify</TT></A> requests and send them to a notification broker on the given topic.  This could also be written in plain spring style:</P>
 <DIV class="code"><DIV class="codeContent">
 <PRE class="code-xml"><SPAN class="code-tag">&lt;sm:activationSpec service=<SPAN class="code-quote">&quot;test:publisher&quot;</SPAN> endpoint=<SPAN class="code-quote">&quot;endpoint&quot;</SPAN>&gt;</SPAN>
   <SPAN class="code-tag">&lt;sm:component&gt;</SPAN>
@@ -190,7 +190,7 @@
 <SPAN class="code-tag">&lt;/sm:activationSpec&gt;</SPAN></PRE>
 </DIV></DIV>
 
-<P>When the component is started, it registers itself as a publisher to the WS-Notification broker.  To do so, it activates a JBI endpoint named <TT>subscription</TT> so it can handle demand based publishing. When this component receives an InOnly exchange, let&apos;s say <TT>&lt;hello&gt;world&lt;/hello&gt;</TT>, it will wrap it in a request as shown <A href="#servicemix-wsn2005-Notify" title="Notify on servicemix-wsn2005">here</A> and send the request as an InOnly exchange to the NotifiationBroker.  Note that, as this component activates two JBI endpoints, you need to explicitely target the endpoint specified in the activationSpec when sending a message.</P>
+<P>When the component is started, it registers itself as a publisher to the WS-Notification broker.  To do so, it activates a JBI endpoint named <TT>subscription</TT> so it can handle demand based publishing. When this component receives an InOnly exchange, let&apos;s say <TT>&lt;hello&gt;world&lt;/hello&gt;</TT>, it will wrap it in a request as shown <A href="/confluence/display/SM30UG" title="View ServiceMix 3.0 User Guide space">here</A> and send the request as an InOnly exchange to the NotifiationBroker.  Note that, as this component activates two JBI endpoints, you need to explicitely target the endpoint specified in the activationSpec when sending a message.</P>
 
 <P>The subscription is created inside a <TT>servicemix-wsn2005</TT> component.  You must fill the <TT>consumer</TT> and <TT>topic</TT> properties, where the <TT>consumer</TT> is the URI-encoded target JBI endpoint, which will be resolved to the first component activated. You could also use the plain spring syntax:</P>
 <DIV class="code"><DIV class="codeContent">
@@ -280,7 +280,7 @@
 table.ScrollbarTable td.ScrollbarNextName {text-align: right;border: none;}
 table.ScrollbarTable td.ScrollbarNextIcon {text-align: center;width: 16px;border: none;}
 
-/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD width="33%" class="ScrollbarPrevName">&nbsp;</TD><TD width="33%" class="ScrollbarParent"><SUP><A href="components.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="components.html">Components</A></TD><TD width="33%" class="ScrollbarNextName">&nbsp;</TD></TR></TABLE></DIV></DIV>
+/*]]>*/</STYLE><DIV class="Scrollbar"><TABLE class="ScrollbarTable"><TR><TD width="33%" class="ScrollbarPrevName">&nbsp;</TD><TD width="33%" class="ScrollbarParent"><SUP><A href="../SM/servicemix-components.html"><IMG border="0" align="middle" src="http://goopen.org/confluence/images/icons/up_16.gif" width="8" height="8"></A></SUP><A href="../SM/servicemix-components.html">ServiceMix Components</A></TD><TD width="33%" class="ScrollbarNextName">&nbsp;</TD></TR></TABLE></DIV></DIV>
           </DIV>
         </TD>
       </TR>
@@ -289,8 +289,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 Oct 05, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13583&originalId=13968">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13583&originalId=14633">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13583">edit page</A>)
     </DIV>

Modified: incubator/servicemix/site/sm30ug/users-guide.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/users-guide.html?view=diff&rev=471421&r1=471420&r2=471421
==============================================================================
--- incubator/servicemix/site/sm30ug/users-guide.html (original)
+++ incubator/servicemix/site/sm30ug/users-guide.html Sun Nov  5 05:39:24 2006
@@ -21,16 +21,16 @@
           <DIV id="site-page">
             <DIV class="wiki-content"><H1><A name="User%27sGuide-ApacheServiceMix3.0Users%27Guide"></A>Apache ServiceMix 3.0 Users&apos; Guide</H1>
 
-<P>Welcome to Apache ServiceMix Users&apos; Guide.  This guide is a work in progress from the Apache ServiceMix community. <B>Your contributions to this documentation effort are welcome; just</B> comment the appropriate wiki page (bottom of page) or use the <A href="../SM/users-space.html" title="Users space">freely accessible wiki area</A> or ask for a wiki log in (best for continous contribution) or send your suggestions at the mailing list.</P>
+<P>Welcome to Apache ServiceMix Users&apos; Guide.  This guide is a work in progress from the Apache ServiceMix community. <B>Your contributions to this documentation effort are welcome; just</B> comment the appropriate wiki page (bottom of page) or use the <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Users%20space&linkCreation=true&fromPageId=13484" title="Create Page: Users space" class="createlink">freely accessible wiki area<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> or ask for a wiki log in (best for continous contribution) or send your suggestions at the mailing list.</P>
 <TABLE cellpadding="5" width="85%" cellspacing="8px" class="infoMacro" border="0" align="center"><COLGROUP><COL width="24"><COL></COLGROUP><TR><TD valign="top"><IMG src="http://goopen.org/confluence/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></TD><TD><B class="strong">Pages not written yet</B><BR>
-<P>Everytime you see a link with a small + green sign (like the following one: <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=dummy&linkCreation=true&fromPageId=13484" title="Create Page: dummy" class="createlink">dummy<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>), it means the page has not been created yet.</P></TD></TR></TABLE>
+<P>Everytime you see a link with a small + green sign (like the following one: <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=dummy&linkCreation=true&fromPageId=13484" title="Create Page: dummy" class="createlink">SM30UG:dummy<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>), it means the page has not been created yet.</P></TD></TR></TABLE>
 <UL>
-	<LI><A href="0-disclaimer.html" title="0. Disclaimer">0. Disclaimer</A></LI>
+	<LI><A href="0-disclaimer.html" title="0. Disclaimer">SM30UG:0. Disclaimer</A></LI>
 </UL>
 
 
 <UL>
-	<LI><A href="1-quick-start.html" title="1. Quick start">1. Quick start</A> requiring just 5 minutes
+	<LI><A href="1-quick-start.html" title="1. Quick start">SM30UG:1. Quick start</A> requiring just 5 minutes
 	<UL>
 		<LI><A href="1-quick-start.html#1.Quickstart-GettingtheSoftware" title="Getting the Software on 1. Quick start">Getting the Software</A></LI>
 		<LI><A href="1-quick-start.html#1.Quickstart-StarttheServer" title="Start the Server on 1. Quick start">Start the Server</A></LI>
@@ -41,7 +41,7 @@
 
 
 <UL>
-	<LI><A href="2-introduction.html" title="2. Introduction">2. Introduction</A>
+	<LI><A href="2-introduction.html" title="2. Introduction">SM30UG:2. Introduction</A>
 	<UL>
 		<LI><A href="2-introduction.html#2.Introduction-IntroductiontoESB" title="Introduction to ESB on 2. Introduction">Introduction to ESB</A></LI>
 		<LI><A href="2-introduction.html#2.Introduction-BackgroundtoServiceMix" title="Background to ServiceMix on 2. Introduction">Background to ServiceMix</A></LI>
@@ -53,7 +53,7 @@
 
 
 <UL>
-	<LI><A href="3-installation.html" title="3. Installation">3. Installation</A>
+	<LI><A href="3-installation.html" title="3. Installation">SM30UG:3. Installation</A>
 	<UL>
 		<LI><A href="3-installation.html#3.Installation-PreInstallationRequirements" title="Pre-Installation Requirements on 3. Installation">Pre-Installation Requirements</A></LI>
 		<LI><A href="3-installation.html#3.Installation-InstallationProcedureforWindows" title="Installation Procedure for Windows on 3. Installation">Installation Procedure for Windows</A> for Binary, Source and Developers&apos; Release</LI>
@@ -66,7 +66,7 @@
 
 
 <UL>
-	<LI><A href="4-examples.html" title="4. Examples">4. Examples</A>
+	<LI><A href="4-examples.html" title="4. Examples">SM30UG:4. Examples</A>
 	<UL>
 		<LI><A href="4-examples.html" title="4. Examples">Concepts</A>
 		<UL>
@@ -79,17 +79,17 @@
 		</LI>
 		<LI><A href="4-examples.html" title="4. Examples">Distribution examples</A>
 		<UL>
-			<LI><A href="basic.html" title="Basic">Basic</A></LI>
-			<LI><A href="bridge.html" title="Bridge">Bridge</A></LI>
-			<LI><A href="cluster.html" title="Cluster">Cluster</A></LI>
-			<LI><A href="file-binding.html" title="File Binding">File Binding</A></LI>
-			<LI><A href="loan-broker.html" title="Loan Broker">Loan Broker</A></LI>
-			<LI><A href="loan-broker-bpel.html" title="Loan Broker BPEL">Loan Broker BPEL</A></LI>
-			<LI><A href="rss-binding.html" title="RSS Binding">RSS Binding</A></LI>
-			<LI><A href="vfs-binding.html" title="VFS Binding">VFS Binding</A></LI>
-			<LI><A href="ws-notification-clustered.html" title="WS-Notification Clustered">WS&#45;Notification Clustered</A></LI>
-			<LI><A href="ws-notification-http-binding.html" title="WS-Notification HTTP Binding">WS&#45;Notification HTTP Binding</A></LI>
-			<LI><A href="wsdl-first.html" title="WSDL First">WSDL First</A></LI>
+			<LI><A href="basic.html" title="Basic">SM30UG:Basic</A></LI>
+			<LI><A href="bridge.html" title="Bridge">SM30UG:Bridge</A></LI>
+			<LI><A href="cluster.html" title="Cluster">SM30UG:Cluster</A></LI>
+			<LI><A href="file-binding.html" title="File Binding">SM30UG:File Binding</A></LI>
+			<LI><A href="loan-broker.html" title="Loan Broker">SM30UG:Loan Broker</A></LI>
+			<LI><A href="loan-broker-bpel.html" title="Loan Broker BPEL">SM30UG:Loan Broker BPEL</A></LI>
+			<LI><A href="rss-binding.html" title="RSS Binding">SM30UG:RSS Binding</A></LI>
+			<LI><A href="vfs-binding.html" title="VFS Binding">SM30UG:VFS Binding</A></LI>
+			<LI><A href="ws-notification-clustered.html" title="WS-Notification Clustered">SM30UG:WS&#45;Notification Clustered</A></LI>
+			<LI><A href="ws-notification-http-binding.html" title="WS-Notification HTTP Binding">SM30UG:WS&#45;Notification HTTP Binding</A></LI>
+			<LI><A href="wsdl-first.html" title="WSDL First">SM30UG:WSDL First</A></LI>
 		</UL>
 		</LI>
 	</UL>
@@ -98,7 +98,7 @@
 
 
 <UL>
-	<LI><A href="5-jbi.html" title="5. JBI">5. JBI</A>
+	<LI><A href="5-jbi.html" title="5. JBI">SM30UG:5. JBI</A>
 	<UL>
 		<LI><A href="5-jbi.html#5.JBI-Overview" title="Overview on 5. JBI">Overview</A></LI>
 		<LI><A href="5-jbi.html#5.JBI-WSDLmessagingmodel" title="WSDL messaging model on 5. JBI">WSDL messaging model</A></LI>
@@ -110,7 +110,7 @@
 
 
 <UL>
-	<LI><A href="6-configuring-servicemix.html" title="6. Configuring ServiceMix">6. Configuring ServiceMix</A>
+	<LI><A href="6-configuring-servicemix.html" title="6. Configuring ServiceMix">SM30UG:6. Configuring ServiceMix</A>
 	<UL>
 		<LI><A href="6-configuring-servicemix.html#6.ConfiguringServiceMix-Directorylayout" title="Directory layout on 6. Configuring ServiceMix">Directory layout</A></LI>
 		<LI><A href="6-configuring-servicemix.html#6.ConfiguringServiceMix-Configurationfiles" title="Configuration files on 6. Configuring ServiceMix">Configuration files</A></LI>
@@ -123,37 +123,37 @@
 <UL>
 	<LI>Modifying ServiceMix
 	<UL>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Checkout%20from%20SVN&linkCreation=true&fromPageId=13484" title="Create Page: Checkout from SVN" class="createlink">Checkout from SVN<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><A href="importing-servicemix-into-eclipse.html" title="Importing ServiceMix into Eclipse">Importing ServiceMix into Eclipse</A> and Starting ServiceMix inside Eclipse with all debugging possibilities</LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Checkout%20from%20SVN&linkCreation=true&fromPageId=13484" title="Create Page: Checkout from SVN" class="createlink">SM30UG:Checkout from SVN<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><A href="importing-servicemix-into-eclipse.html" title="Importing ServiceMix into Eclipse">SM30UG:Importing ServiceMix into Eclipse</A> and Starting ServiceMix inside Eclipse with all debugging possibilities</LI>
 	</UL>
 	</LI>
 </UL>
 
 
 <UL>
-	<LI><A href="deployment-models.html" title="Deployment models">Deployment models</A>
+	<LI><A href="deployment-models.html" title="Deployment models">SM30UG:Deployment models</A>
 	<UL>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Standard%20JBI%20packaging&linkCreation=true&fromPageId=13484" title="Create Page: Standard JBI packaging" class="createlink">Standard JBI packaging<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Static%20configuration&linkCreation=true&fromPageId=13484" title="Create Page: Static configuration" class="createlink">Static configuration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Standard%20JBI%20packaging&linkCreation=true&fromPageId=13484" title="Create Page: Standard JBI packaging" class="createlink">SM30UG:Standard JBI packaging<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Static%20configuration&linkCreation=true&fromPageId=13484" title="Create Page: Static configuration" class="createlink">SM30UG:Static configuration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 	</UL>
 	</LI>
 </UL>
 
 
 <UL>
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Features&linkCreation=true&fromPageId=13484" title="Create Page: Features" class="createlink">Features<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Features&linkCreation=true&fromPageId=13484" title="Create Page: Features" class="createlink">SM30UG:Features<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
 	<UL>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=POJO%20support&linkCreation=true&fromPageId=13484" title="Create Page: POJO support" class="createlink">POJO support<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Flows&linkCreation=true&fromPageId=13484" title="Create Page: Flows" class="createlink">Flows<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Quality%20of%20Service&linkCreation=true&fromPageId=13484" title="Create Page: Quality of Service" class="createlink">Quality of Service<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Security&linkCreation=true&fromPageId=13484" title="Create Page: Security" class="createlink">Security<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=POJO%20support&linkCreation=true&fromPageId=13484" title="Create Page: POJO support" class="createlink">SM30UG:POJO support<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Flows&linkCreation=true&fromPageId=13484" title="Create Page: Flows" class="createlink">SM30UG:Flows<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Quality%20of%20Service&linkCreation=true&fromPageId=13484" title="Create Page: Quality of Service" class="createlink">SM30UG:Quality of Service<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Security&linkCreation=true&fromPageId=13484" title="Create Page: Security" class="createlink">SM30UG:Security<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 	</UL>
 	</LI>
 </UL>
 
 
 <UL>
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Writing%20applications&linkCreation=true&fromPageId=13484" title="Create Page: Writing applications" class="createlink">Writing applications<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Writing%20applications&linkCreation=true&fromPageId=13484" title="Create Page: Writing applications" class="createlink">SM30UG:Writing applications<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
 	<UL>
 		<LI>&nbsp;</LI>
 	</UL>
@@ -162,46 +162,46 @@
 
 
 <UL>
-	<LI><A href="components.html" title="Components">Components</A>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Components&linkCreation=true&fromPageId=13484" title="Create Page: Components" class="createlink">SM30UG:Components<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
 	<UL>
-		<LI><A href="../SM/component-matrix.html" title="Component Matrix">Component Matrix</A> &#45; a comprehensive, detailed list of components and their properties</LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=General%20concepts&linkCreation=true&fromPageId=13484" title="Create Page: General concepts" class="createlink">General concepts<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Component%20Matrix&linkCreation=true&fromPageId=13484" title="Create Page: Component Matrix" class="createlink">Component Matrix<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN> &#45; a comprehensive, detailed list of components and their properties</LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=General%20concepts&linkCreation=true&fromPageId=13484" title="Create Page: General concepts" class="createlink">SM30UG:General concepts<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
 		<UL>
-			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Spring&linkCreation=true&fromPageId=13484" title="Create Page: Spring" class="createlink">Spring<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=XBean&linkCreation=true&fromPageId=13484" title="Create Page: XBean" class="createlink">XBean<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Classpath&linkCreation=true&fromPageId=13484" title="Create Page: Classpath" class="createlink">Classpath<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Properties&linkCreation=true&fromPageId=13484" title="Create Page: Properties" class="createlink">Properties<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Spring&linkCreation=true&fromPageId=13484" title="Create Page: Spring" class="createlink">SM30UG:Spring<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=XBean&linkCreation=true&fromPageId=13484" title="Create Page: XBean" class="createlink">SM30UG:XBean<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Classpath&linkCreation=true&fromPageId=13484" title="Create Page: Classpath" class="createlink">SM30UG:Classpath<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+			<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Properties&linkCreation=true&fromPageId=13484" title="Create Page: Properties" class="createlink">SM30UG:Properties<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 		</UL>
 		</LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-http&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-http" class="createlink">servicemix&#45;http<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jms&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-jms" class="createlink">servicemix&#45;jms<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jsr181&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-jsr181" class="createlink">servicemix&#45;jsr181<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN><BR>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-http&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-http" class="createlink">SM30UG:servicemix&#45;http<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jms&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-jms" class="createlink">SM30UG:servicemix&#45;jms<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=servicemix-jsr181&linkCreation=true&fromPageId=13484" title="Create Page: servicemix-jsr181" class="createlink">SM30UG:servicemix&#45;jsr181<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN><BR>
  threading model, pooling, transactions ...</LI>
-		<LI><A href="servicemix-wsn2005.html" title="servicemix-wsn2005">servicemix&#45;wsn2005</A></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=serviceimx-eip&linkCreation=true&fromPageId=13484" title="Create Page: serviceimx-eip" class="createlink">serviceimx&#45;eip<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Lightweight%20components&linkCreation=true&fromPageId=13484" title="Create Page: Lightweight components" class="createlink">Lightweight components<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><A href="servicemix-wsn2005.html" title="servicemix-wsn2005">SM30UG:servicemix&#45;wsn2005</A></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=serviceimx-eip&linkCreation=true&fromPageId=13484" title="Create Page: serviceimx-eip" class="createlink">SM30UG:serviceimx&#45;eip<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Lightweight%20components&linkCreation=true&fromPageId=13484" title="Create Page: Lightweight components" class="createlink">SM30UG:Lightweight components<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 	</UL>
 	</LI>
 </UL>
 
 
 <UL>
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Administration&linkCreation=true&fromPageId=13484" title="Create Page: Administration" class="createlink">Administration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Administration&linkCreation=true&fromPageId=13484" title="Create Page: Administration" class="createlink">SM30UG:Administration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
 	<UL>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JMX&linkCreation=true&fromPageId=13484" title="Create Page: JMX" class="createlink">JMX<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Ant&linkCreation=true&fromPageId=13484" title="Create Page: Ant" class="createlink">Ant<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Maven&linkCreation=true&fromPageId=13484" title="Create Page: Maven" class="createlink">Maven<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JMX&linkCreation=true&fromPageId=13484" title="Create Page: JMX" class="createlink">SM30UG:JMX<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Ant&linkCreation=true&fromPageId=13484" title="Create Page: Ant" class="createlink">SM30UG:Ant<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Maven&linkCreation=true&fromPageId=13484" title="Create Page: Maven" class="createlink">SM30UG:Maven<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 	</UL>
 	</LI>
 </UL>
 
 
 <UL>
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Integration&linkCreation=true&fromPageId=13484" title="Create Page: Integration" class="createlink">Integration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
+	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Integration&linkCreation=true&fromPageId=13484" title="Create Page: Integration" class="createlink">SM30UG:Integration<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>
 	<UL>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Geronimo&linkCreation=true&fromPageId=13484" title="Create Page: Geronimo" class="createlink">Geronimo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Tomcat&linkCreation=true&fromPageId=13484" title="Create Page: Tomcat" class="createlink">Tomcat<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
-		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JBoss&linkCreation=true&fromPageId=13484" title="Create Page: JBoss" class="createlink">JBoss<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Geronimo&linkCreation=true&fromPageId=13484" title="Create Page: Geronimo" class="createlink">SM30UG:Geronimo<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=Tomcat&linkCreation=true&fromPageId=13484" title="Create Page: Tomcat" class="createlink">SM30UG:Tomcat<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+		<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM30UG&title=JBoss&linkCreation=true&fromPageId=13484" title="Create Page: JBoss" class="createlink">SM30UG:JBoss<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 	</UL>
 	</LI>
 </UL>
@@ -214,8 +214,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=georg_dembowski">Georg Dembowski</A> on Oct 06, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13484&originalId=13993">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13484&originalId=14595">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13484">edit page</A>)
     </DIV>

Modified: incubator/servicemix/site/sm30ug/ws-notification-clustered.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/ws-notification-clustered.html?view=diff&rev=471421&r1=471420&r2=471421
==============================================================================
--- incubator/servicemix/site/sm30ug/ws-notification-clustered.html (original)
+++ incubator/servicemix/site/sm30ug/ws-notification-clustered.html Sun Nov  5 05:39:24 2006
@@ -43,7 +43,7 @@
 </UL>
 
 
-<P>This examples relies on the <A href="servicemix-wsn2005.html" title="servicemix-wsn2005">WS-Notification component</A>.</P>
+<P>This examples relies on the <SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=SM&title=servicemix-wsn2005" title="Create Page in space SM: servicemix-wsn2005" class="createlink">WS-Notification component<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN>.</P>
 
 <H2><A name="WS-NotificationClustered-Launchingtheexample"></A>Launching the example</H2>
 
@@ -211,8 +211,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 Oct 05, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13570&originalId=13970">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13570&originalId=14635">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13570">edit page</A>)
     </DIV>

Modified: incubator/servicemix/site/sm30ug/ws-notification-http-binding.html
URL: http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/ws-notification-http-binding.html?view=diff&rev=471421&r1=471420&r2=471421
==============================================================================
--- incubator/servicemix/site/sm30ug/ws-notification-http-binding.html (original)
+++ incubator/servicemix/site/sm30ug/ws-notification-http-binding.html Sun Nov  5 05:39:24 2006
@@ -28,8 +28,9 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=caonima">caonima</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=caonima">caonima</A> on Nov 03, 2006
-                  
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume Nodet</A> on Nov 08, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=14560&originalId=14599">view change</A>)
+              
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=14560">edit page</A>)
     </DIV>