[jboss-cvs] JBossAS SVN: r93141 - trunk/iiop/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 2 16:21:20 EDT 2009


Author: sguilhen at redhat.com
Date: 2009-09-02 16:21:20 -0400 (Wed, 02 Sep 2009)
New Revision: 93141

Modified:
   trunk/iiop/src/etc/iiop-service.xml
Log:
JBAS-7163: added missing dependency in CorbaORBService that was causing errors when using IIOP/SSL

Modified: trunk/iiop/src/etc/iiop-service.xml
===================================================================
--- trunk/iiop/src/etc/iiop-service.xml	2009-09-02 20:20:52 UTC (rev 93140)
+++ trunk/iiop/src/etc/iiop-service.xml	2009-09-02 20:21:20 UTC (rev 93141)
@@ -23,6 +23,8 @@
 
 <server>
 
+  <classpath codebase="lib" archives="jboss-iiop.jar, jacorb.jar"/>
+
   <!-- ==================================================================== -->
   <!-- IIOP+SSL domain setup                                                -->
   <!-- ==================================================================== -->
@@ -77,6 +79,7 @@
     </attribute>
     <!-- uncomment to use IIOP over SSL
     <attribute name="SecurityDomain">java:/jaas/IIOP+SSL</attribute>
+    <depends>JBossSecurityJNDIContextEstablishment</depends>
     <depends>jboss.security:service=JaasSecurityDomain,domain=IIOP+SSL</depends>
     -->
   </mbean>




More information about the jboss-cvs-commits mailing list