djencks     2005/03/15 00:26:59

  Modified:    modules/assembly/src/plan j2ee-server-plan.xml
  Log:

  Make transaction policy mapping more generic and implement the 
no-distributed-transactions corba tx propagation polices.  CORBA operation name 
to method signature mapping is not yet really implemented
  
  Revision  Changes    Path
  1.70      +2 -1      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.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- j2ee-server-plan.xml      15 Mar 2005 01:34:53 -0000      1.69
  +++ j2ee-server-plan.xml      15 Mar 2005 05:26:58 -0000      1.70
  @@ -386,7 +386,7 @@
                   <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">
  +                <tss:SSL port="6684" hostname="localhost">
                       <tss:supports>Integrity Confidentiality 
EstablishTrustInTarget EstablishTrustInClient</tss:supports>
                       <tss:requires>Integrity Confidentiality 
EstablishTrustInClient</tss:requires>
                   </tss:SSL>
  @@ -423,6 +423,7 @@
   
       <gbean gbeanName="openejb.CORBA:type=CSS,domain=IOR7" 
class="org.openejb.corba.CSSBean">
           <reference 
name="ThreadPool"><moduleType>J2EEModule</moduleType><module>org/apache/geronimo/Server</module><name>DefaultThreadPool</name></reference>
  +        <reference 
name="TransactionContextManager"><name>TransactionContextManager</name></reference>
           <attribute 
name="configAdapter">org.openejb.corba.openorb.OpenORBConfigAdapter</attribute>
           <attribute name="description">IOR7</attribute>
           <attribute name="cssArgs"></attribute>
  
  
  

Reply via email to