User: starksm 
  Date: 01/11/25 19:12:26

  Modified:    src/main/org/jboss/ejb/plugins/cmp/bmp
                        CustomFindByEntitiesCommand.java
  Log:
  Drop the org.jboss.ejb.DeploymentException in favor of the
  org.jboss.deployment.DeploymentException class.
  
  Clean up the org.jboss.logging.Logger to use the Logger.getLogger
  factory method.
  
  Revision  Changes    Path
  1.8       +2 -2      
jboss/src/main/org/jboss/ejb/plugins/cmp/bmp/CustomFindByEntitiesCommand.java
  
  Index: CustomFindByEntitiesCommand.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/bmp/CustomFindByEntitiesCommand.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CustomFindByEntitiesCommand.java  2001/11/24 22:31:09     1.7
  +++ CustomFindByEntitiesCommand.java  2001/11/26 03:12:26     1.8
  @@ -29,12 +29,12 @@
    *
    * @see org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntitiesCommand
    * @author <a href="mailto:[EMAIL PROTECTED]";>Michel de Groot</a>
  - * @version $Revision: 1.7 $
  + * @version $Revision: 1.8 $
    */
   public class CustomFindByEntitiesCommand implements FindEntitiesCommand
   {
      // Attributes ----------------------------------------------------
  -   protected static Logger log = Logger.create(CustomFindByEntitiesCommand.class);
  +   protected static Logger log = 
Logger.getLogger(CustomFindByEntitiesCommand.class);
   
      /**
       *  method that implements the finder
  
  
  

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

Reply via email to