[jboss-cvs] JBoss Messaging SVN: r5815 - in branches/Branch_1416_merge: docs and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 5 00:17:17 EST 2009


Author: gaohoward
Date: 2009-02-05 00:17:17 -0500 (Thu, 05 Feb 2009)
New Revision: 5815

Removed:
   branches/Branch_1416_merge/docs/examples/servlet/
   branches/Branch_1416_merge/integration/EAP4/etc/remoting/remoting-servlet-service.xml
   branches/Branch_1416_merge/integration/EAP4/etc/remoting/servlet-invoker.war/
Modified:
   branches/Branch_1416_merge/build-thirdparty-EAP4.xml
   branches/Branch_1416_merge/docs/README.html
Log:
update from branch 14


Modified: branches/Branch_1416_merge/build-thirdparty-EAP4.xml
===================================================================
--- branches/Branch_1416_merge/build-thirdparty-EAP4.xml	2009-02-05 01:27:12 UTC (rev 5814)
+++ branches/Branch_1416_merge/build-thirdparty-EAP4.xml	2009-02-05 05:17:17 UTC (rev 5815)
@@ -111,7 +111,6 @@
       <componentref name="jboss/profiler/jvmti" version="1.0.0.CR5-brew"/>
       <componentref name="jboss/jbossxb" version="1.0.0.SP1-brew"/>
       <componentref name="jboss/test14" version="1.0.0.GA"/>
-      <componentref name="sun-servlet" version="2.4"/>
 
       <!-- This is a non declared dependency of jboss/test14 -->
       <componentref name="jboss/jbossretro-rt" version="1.0.5.GA"/>

Modified: branches/Branch_1416_merge/docs/README.html
===================================================================
--- branches/Branch_1416_merge/docs/README.html	2009-02-05 01:27:12 UTC (rev 5814)
+++ branches/Branch_1416_merge/docs/README.html	2009-02-05 05:17:17 UTC (rev 5815)
@@ -3,21 +3,21 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="content-type">
-  <title>Release Notes - JBoss Messaging - Version 1.4.0.SP3.CP05.</title>
+  <title>Release Notes - JBoss Messaging - Version 1.4.0.SP3-CP06.</title>
 </head>
 <body>
 
-<h1>Release Notes - JBoss Messaging - Version 1.4.0.SP3.CP05</h1>
+<h1>Release Notes - JBoss Messaging - Version 1.4.0.SP3-CP06</h1>
 
 <br>
 
-<h2>14 January 2009</h2>
+<h2>3 February 2009</h2>
 
-These are the release notes for JBoss Messaging 1.4.0.SP3.CP05<br><br>
+These are the release notes for JBoss Messaging 1.4.0.SP3-CP06<br><br>
 
-For full description of the contents please see the <a href="https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12312843&styleName=Html&projectId=12310061">JBoss Messaging project JIRA.</a><br><br>
+For full description of the contents please see the <a href="https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12313144&styleName=Html&projectId=12310061">JBoss Messaging project JIRA.</a><br><br>
 
-When upgrading an existing installation be sure to update all the configuration files in server/&lt;server name&gt;/deploy/jboss-messaging.sar with the newer versions and replace jboss-messaging.jar in server/&lt;server name&gt;/lib and on the client classpath. You don't need to drop all tables and indexes in the database.<br><br>
+When upgrading an existing installation be sure to update all the configuration files in server/&lt;server name&gt;/deploy/jboss-messaging.sar with the newer versions and replace jboss-messaging.jar in server/&lt;server name&gt;/lib and on the client classpath. <br><br>
 
 This release of JBoss Messaging also requires specific versions of JBoss Remoting, JBoss AOP and Javassist. For the correct versions see the user-guide installation section. Be sure that server/&lt;server name&gt;/lib contains these jar and they are also present as the first entry on the client classpath. This is critical to ensure proper operation of JBoss Messaging!<br><br>
 

Deleted: branches/Branch_1416_merge/integration/EAP4/etc/remoting/remoting-servlet-service.xml
===================================================================
--- branches/Branch_1416_merge/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-02-05 01:27:12 UTC (rev 5814)
+++ branches/Branch_1416_merge/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-02-05 05:17:17 UTC (rev 5815)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-     Servlet-based Remoting service deployment descriptor.
-
- -->
-
-<server>
-   <mbean code="org.jboss.remoting.transport.Connector"
-          name="jboss.remoting:service=Connector,transport=servlet,target=jms"
-          display-name="JMS Servlet transport Connector">
-      <attribute name="Configuration">
-         <config>
-            <invoker transport="servlet">
-               <!-- There should be no reason to change these parameters - warning!
-                    Changing them may stop JBoss Messaging working correctly -->
-               <attribute name="marshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>
-               <attribute name="unmarshaller" isParam="true">org.jboss.jms.wireformat.JMSWireFormat</attribute>               
-               <attribute name="dataType" isParam="true">jms</attribute>
-               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">8080</attribute>
-               <attribute name="numberOfCallRetries" isParam="true">1</attribute>
-               <attribute name="pingFrequency" isParam="true">214748364</attribute>
-               <attribute name="pingWindowFactor" isParam="true">10</attribute>
-               <attribute name="onewayThreadPool">org.jboss.jms.server.remoting.DirectThreadPool</attribute> 
-               <attribute name="callbackStore">org.jboss.remoting.callback.BlockingCallbackStore</attribute>
-               <attribute name="unwrapSingletonArrays">true</attribute>
-               <attribute name="path">servlet-invoker/JmsServerInvokerServlet</attribute>
-               <attribute name="return-exception">true</attribute>
-               <attribute name="createUniqueObjectName">true</attribute>
-               <attribute name="useAllParams" isParam="true">true</attribute>
-               <!-- End immutable parameters -->
-                                         
-               <attribute name="stopLeaseOnFailure" isParam="true">true</attribute>
-               
-               <!-- Periodicity of client pings. Server window by default is twice this figure -->                               
-               <attribute name="clientLeasePeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPingPeriod" isParam="true">10000</attribute>
-               <attribute name="validatorPingTimeout" isParam="true">5000</attribute>
-               <attribute name="registerCallbackListener">false</attribute>
-	       	       
-	           <attribute name="timeout" isParam="true">0</attribute>
-                      
-               <!-- Set this to true if you want the servlet transport to block waiting for server->client traffic.
-               Or false if you want it to poll for new traffic periodically. Recommended is blocking -->                       
-               <attribute name="blockingMode" isParam="true">blocking</attribute>
-               
-               <!-- Timeout for blocking. Only has relevance if blockingMode = blocking -->
-               <attribute name="blockingTimeout" isParam="true">30000</attribute>
-                
-               <!-- The periodicity of polling. Only has relevance if blockingMode = nonblocking -->               
-               <!--attribute name="callbackPollPeriod" isParam="true">10000</attribute-->  
-            </invoker>
-            <handlers>
-               <handler subsystem="JMS">org.jboss.jms.server.remoting.JMSServerInvocationHandler</handler>
-            </handlers>
-         </config>
-      </attribute>
-   </mbean>
-
-</server>




More information about the jboss-cvs-commits mailing list