You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2009/04/06 22:50:23 UTC

svn commit: r762501 - /synapse/trunk/java/src/site/xdoc/upgrading.xml

Author: veithen
Date: Mon Apr  6 20:50:22 2009
New Revision: 762501

URL: http://svn.apache.org/viewvc?rev=762501&view=rev
Log:
Added a note about the JMS transport in the upgrade guide.

Modified:
    synapse/trunk/java/src/site/xdoc/upgrading.xml

Modified: synapse/trunk/java/src/site/xdoc/upgrading.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/upgrading.xml?rev=762501&r1=762500&r2=762501&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/upgrading.xml (original)
+++ synapse/trunk/java/src/site/xdoc/upgrading.xml Mon Apr  6 20:50:22 2009
@@ -80,6 +80,13 @@
 <deployer extension="xar" directory="extensions" class="org.apache.synapse.core.axis2.ExtensionDeployer"/>
 </pre>
           </subsection>
+          <subsection name="JMS transport">
+            <p>The way the JMS transport determines the content type of incoming messages has slightly changed
+            between Synapse 1.2 and 1.3. The mechanism is also more flexible. See SYNAPSE-304 and SYNAPSE-424
+            for the reasons of this change and refer to the
+            <a href="http://ws.apache.org/commons/transport/">WS-Commons Transport project</a> for
+            documentation.</p>
+          </subsection>
         </section>
     </body>
 </document>
\ No newline at end of file