maguro      2005/04/12 11:35:15

  Modified:    modules/core/src/java/org/openejb/corba TSSBean.java
  Log:

  Record an important TODO
  
  Revision  Changes    Path
  1.8       +7 -2      
openejb/modules/core/src/java/org/openejb/corba/TSSBean.java
  
  Index: TSSBean.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/corba/TSSBean.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TSSBean.java      22 Mar 2005 23:46:41 -0000      1.7
  +++ TSSBean.java      12 Apr 2005 15:35:12 -0000      1.8
  @@ -147,6 +147,11 @@
           return (EJBContainer) containerMap.get(containerId);
       }
   
  +    /**
  +     * TODO: Security policy really shouldn't be inserted if there is not CSI
  +     * config to put into it.
  +     * @throws Exception
  +     */
       public void doStart() throws Exception {
           ClassLoader savedLoader = 
Thread.currentThread().getContextClassLoader();
           try {
  
  
  

Reply via email to