[jboss-cvs] JBossAS SVN: r63591 - trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 21 08:00:44 EDT 2007


Author: wolfc
Date: 2007-06-21 08:00:44 -0400 (Thu, 21 Jun 2007)
New Revision: 63591

Modified:
   trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml
Log:
Workaround for 1.4.3 bug (historical)

Modified: trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml	2007-06-21 11:30:47 UTC (rev 63590)
+++ trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml	2007-06-21 12:00:44 UTC (rev 63591)
@@ -280,9 +280,18 @@
       <depends>jboss.aop:service=AspectDeployer</depends>
       <attribute name="InvokerLocator">sslsocket://0.0.0.0:3843</attribute>
       <attribute name="Configuration">
-         <handlers>
-            <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
-         </handlers>
+         <config>
+<!-- workaround for 1.4.3 bug
+            <invoker transport="sslsocket">
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">3843</attribute>
+               <attribute name="serverSocketFactory">com.sun.net.ssl.internal.ssl.SSLServerSocketFactoryImpl</attribute>
+            </invoker>
+-->
+            <handlers>
+               <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
+            </handlers>
+         </config>
       </attribute>
    </mbean>
 




More information about the jboss-cvs-commits mailing list