[jboss-cvs] JBoss Messaging SVN: r5789 - in branches/Branch_1_4: docs/examples and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 2 23:53:16 EST 2009


Author: gaohoward
Date: 2009-02-02 23:53:16 -0500 (Mon, 02 Feb 2009)
New Revision: 5789

Removed:
   branches/Branch_1_4/docs/examples/servlet/
   branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml
   branches/Branch_1_4/integration/EAP4/etc/remoting/servlet-invoker.war/
Modified:
   branches/Branch_1_4/build-thirdparty-EAP4.xml
Log:
1.4.0.SP3-CP06

Take back JBMESSAGING-1131 stuff, as it only works with JBR 2.2.2.SP12, which will not be available in CP06.



Modified: branches/Branch_1_4/build-thirdparty-EAP4.xml
===================================================================
--- branches/Branch_1_4/build-thirdparty-EAP4.xml	2009-02-03 01:48:55 UTC (rev 5788)
+++ branches/Branch_1_4/build-thirdparty-EAP4.xml	2009-02-03 04:53:16 UTC (rev 5789)
@@ -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"/>

Deleted: branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-02-03 01:48:55 UTC (rev 5788)
+++ branches/Branch_1_4/integration/EAP4/etc/remoting/remoting-servlet-service.xml	2009-02-03 04:53:16 UTC (rev 5789)
@@ -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