[jboss-cvs] JBossAS SVN: r93140 - branches/Branch_5_x/iiop/src/etc.

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


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

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

Modified: branches/Branch_5_x/iiop/src/etc/iiop-service.xml
===================================================================
--- branches/Branch_5_x/iiop/src/etc/iiop-service.xml	2009-09-02 19:36:36 UTC (rev 93139)
+++ branches/Branch_5_x/iiop/src/etc/iiop-service.xml	2009-09-02 20:20:52 UTC (rev 93140)
@@ -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