[jboss-cvs] JBossAS SVN: r93142 - branches/JBPAPP_5_0/iiop/src/etc.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 2 16:22:22 EDT 2009
Author: sguilhen at redhat.com
Date: 2009-09-02 16:22:22 -0400 (Wed, 02 Sep 2009)
New Revision: 93142
Modified:
branches/JBPAPP_5_0/iiop/src/etc/iiop-service.xml
Log:
JBAS-7163: porting changes made to Branch_5_X and trunk
Modified: branches/JBPAPP_5_0/iiop/src/etc/iiop-service.xml
===================================================================
--- branches/JBPAPP_5_0/iiop/src/etc/iiop-service.xml 2009-09-02 20:21:20 UTC (rev 93141)
+++ branches/JBPAPP_5_0/iiop/src/etc/iiop-service.xml 2009-09-02 20:22:22 UTC (rev 93142)
@@ -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