User: sparre  
  Date: 01/06/17 09:47:51

  Added:       src/main/org/jboss/test/cts/interfaces BeanContextInfo.java
  Log:
  Fix for CTS test failure:
  Suite:       org.jboss.test.cts.test.AllJUnitTests
  Test:        testProbeBeanContext
  Type:        failure
  Exception:   junit.framework.AssertionFailedError
  Message:     Caught an unknown exception in testProbeBeanContex
  
  isCallerInRole() failed with NPE, due to lack of security setup.
  That test was duplicated in the security tests, so all security-
  related tests were removed from CTS test.
  
  Also moved the CTS-specific BeanContextInfo to a CTS-specific
  package.
  
  Revision  Changes    Path
  1.1                  
jbosstest/src/main/org/jboss/test/cts/interfaces/BeanContextInfo.java
  
  Index: BeanContextInfo.java
  ===================================================================
  package org.jboss.test.cts.interfaces;
  
  import java.io.*;
  
  /*
   *  A value holder class for holding non-security-related bean context
   *  information.
   */
  public class BeanContextInfo
     implements Serializable
  {
      public String remoteInterface;
      public String homeInterface;
      public Boolean isRollbackOnly;
  }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to