maguro 2005/03/12 12:04:53
Modified: modules/assembly/src/plan j2ee-server-plan.xml
Log:
Some fixes to POA policies and added default principal to the CORBA ORB.
Revision Changes Path
1.67 +14 -3 openejb/modules/assembly/src/plan/j2ee-server-plan.xml
Index: j2ee-server-plan.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/assembly/src/plan/j2ee-server-plan.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- j2ee-server-plan.xml 9 Mar 2005 23:07:45 -0000 1.66
+++ j2ee-server-plan.xml 12 Mar 2005 17:04:53 -0000 1.67
@@ -381,9 +381,11 @@
</attribute>
<xml-attribute name="tssConfig">
- <tss:tss
xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config_1_0">
+ <tss:tss
xmlns:tss="http://www.openejb.org/xml/ns/corba-tss-config_1_0"
xmlns:sec="http://geronimo.apache.org/xml/ns/security">
+ <tss:default-principal realm-name="public-properties-realm">
+ <sec:principal
class="org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal"
name="guest"/>
+ </tss:default-principal>
<tss:SSL port="684" hostname="localhost">
-<!--
SSLContextFinderClass="org.openorb.orb.ssl.JSSEContextFinder"-->
<tss:supports>Integrity Confidentiality
EstablishTrustInTarget EstablishTrustInClient</tss:supports>
<tss:requires>Integrity Confidentiality
EstablishTrustInClient</tss:requires>
</tss:SSL>
@@ -442,7 +444,16 @@
</attribute>
<xml-attribute name="cssConfig">
- <css:css
xmlns:css="http://www.openejb.org/xml/ns/corba-css-config_1_0"/>
+ <css:css
xmlns:css="http://www.openejb.org/xml/ns/corba-css-config_1_0">
+ <css:compoundSecMechTypeList>
+ <css:compoundSecMech>
+ <css:SSL>
+ <css:supports>Integrity Confidentiality
EstablishTrustInTarget EstablishTrustInClient</css:supports>
+ <css:requires>Integrity Confidentiality
EstablishTrustInClient</css:requires>
+ </css:SSL>
+ </css:compoundSecMech>
+ </css:compoundSecMechTypeList>
+ </css:css>
</xml-attribute>
</gbean>