djencks     2005/03/15 00:32:40

  Modified:    modules/itests/src/itest/org/openejb/test/interop/slsb
                        InteropScenario003Tests.java
  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.3       +4 -1      
openejb/modules/itests/src/itest/org/openejb/test/interop/slsb/InteropScenario003Tests.java
  
  Index: InteropScenario003Tests.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/itests/src/itest/org/openejb/test/interop/slsb/InteropScenario003Tests.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InteropScenario003Tests.java      14 Mar 2005 02:12:46 -0000      1.2
  +++ InteropScenario003Tests.java      15 Mar 2005 05:32:39 -0000      1.3
  @@ -59,6 +59,9 @@
   
           assertEquals("FOO", interop.callAllAccess("FOO"));
   
  +        interop.callAllAccessTx("BAR");
  +
           interop.remove();
       }
  +
   }
  
  
  

Reply via email to