dblevins    2005/03/09 01:19:56

  Modified:    modules/core/src/test/org/openejb/slsb MockEJBContainer.java
  Log:

  First run of axis integration.  more to sew up yet.
  
  Revision  Changes    Path
  1.5       +2 -1      
openejb/modules/core/src/test/org/openejb/slsb/MockEJBContainer.java
  
  Index: MockEJBContainer.java
  ===================================================================
  RCS file: 
/scm/openejb/openejb/modules/core/src/test/org/openejb/slsb/MockEJBContainer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MockEJBContainer.java     19 Feb 2005 09:46:40 -0000      1.4
  +++ MockEJBContainer.java     9 Mar 2005 06:19:56 -0000       1.5
  @@ -94,6 +94,7 @@
       }
   
       public int getMethodIndex(Method callMethod) {
  +        assert callMethod == null: "Method cannot be null";
           Method ejbMethod = null;
           try {
               ejbMethod = ejbClass.getMethod(callMethod.getName(), 
callMethod.getParameterTypes());
  
  
  

Reply via email to