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

  Modified:    src/main/org/jboss/ejb/plugins/jaws/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.10      +2 -2      
jboss/src/main/org/jboss/ejb/plugins/jaws/bmp/CustomFindByEntitiesCommand.java
  
  Index: CustomFindByEntitiesCommand.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/jaws/bmp/CustomFindByEntitiesCommand.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- CustomFindByEntitiesCommand.java  2001/11/24 20:43:25     1.9
  +++ CustomFindByEntitiesCommand.java  2001/11/26 03:12:27     1.10
  @@ -30,13 +30,13 @@
    *
    * @see org.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand
    * @author <a href="mailto:[EMAIL PROTECTED]";>Michel de Groot</a>
  - * @version $Revision: 1.9 $
  + * @version $Revision: 1.10 $
    */
   public class CustomFindByEntitiesCommand
      implements JPMFindEntitiesCommand
   {
      // Attributes ----------------------------------------------------
  -   static Logger log = Logger.create(CustomFindByEntitiesCommand.class);
  +   static Logger log = Logger.getLogger(CustomFindByEntitiesCommand.class);
   
      /** The method implementing the finder. */
      protected Method finderImplMethod;
  
  
  

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

Reply via email to