[jboss-cvs] JBossAS SVN: r63604 - in trunk/ejb3: src/resources/test-configs/ejb3-ssl/deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 22 06:51:30 EDT 2007


Author: wolfc
Date: 2007-06-22 06:51:30 -0400 (Fri, 22 Jun 2007)
New Revision: 63604

Added:
   trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3-ssl-connectors-service.xml
Removed:
   trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/
Modified:
   trunk/ejb3/build-test.xml
Log:
Fixed ssl test run (ssl is broken)

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-22 09:53:30 UTC (rev 63603)
+++ trunk/ejb3/build-test.xml	2007-06-22 10:51:30 UTC (rev 63604)
@@ -4384,6 +4384,7 @@
    <target name="ssl-simple-test" depends="init">
      <create-config baseconf="all" newconf="ejb3-ssl">
          <patternset>
+            <exclude name="deploy/ejb3-connectors-service.xml"/>
             <include name="conf/**"/>
             <include name="deploy*/**"/>
             <include name="lib/**"/>

Copied: trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3-ssl-connectors-service.xml (from rev 63591, 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-ssl-connectors-service.xml	                        (rev 0)
+++ trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3-ssl-connectors-service.xml	2007-06-22 10:51:30 UTC (rev 63604)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ This files contains a ssl connector to start up a simple ejb3 ssl service.
+-->
+<server>
+   <mbean code="org.jboss.remoting.transport.Connector"
+      name="jboss.remoting:type=Connector,transport=sslsocket3843,handler=ejb3">
+      <attribute name="InvokerLocator">sslsocket://${jboss.bind.address}:3843</attribute>
+      <attribute name="Configuration">
+         <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>
+
+</server>




More information about the jboss-cvs-commits mailing list