[jboss-cvs] JBossAS SVN: r93168 - tags/JBPAPP_5_0_0_CR3/iiop/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 3 10:39:18 EDT 2009


Author: fnasser at redhat.com
Date: 2009-09-03 10:39:17 -0400 (Thu, 03 Sep 2009)
New Revision: 93168

Modified:
   tags/JBPAPP_5_0_0_CR3/iiop/src/etc/iiop-service.xml
Log:
93142 sguilhen at redhat.com : JBAS-7163: porting changes made to Branch_5_X and trunk

Modified: tags/JBPAPP_5_0_0_CR3/iiop/src/etc/iiop-service.xml
===================================================================
--- tags/JBPAPP_5_0_0_CR3/iiop/src/etc/iiop-service.xml	2009-09-03 14:15:34 UTC (rev 93167)
+++ tags/JBPAPP_5_0_0_CR3/iiop/src/etc/iiop-service.xml	2009-09-03 14:39:17 UTC (rev 93168)
@@ -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