[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-system/src/main/org/jboss/deployment/scanner AbstractDeploymentScanner.java
From:       Scott M Stark <starksm () users ! sourceforge ! net>
Date:       2003-03-31 22:33:15
[Download RAW message or body]

  User: starksm 
  Date: 03/03/31 14:33:15

  Modified:    src/main/org/jboss/deployment/scanner
                        AbstractDeploymentScanner.java
  Log:
  Work around a problem in the IBM 1.4.0 vm that causes an AbstractMethodError to be
  thrown when the ScannerThread calls scan. See Bug#679705.
  
  Revision  Changes    Path
  1.11      +6 -1      \
jboss-system/src/main/org/jboss/deployment/scanner/AbstractDeploymentScanner.java  
  Index: AbstractDeploymentScanner.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-system/src/main/org/jboss/deployment/scanner/AbstractDeploymentScanner.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- AbstractDeploymentScanner.java	3 Oct 2002 17:09:35 -0000	1.10
  +++ AbstractDeploymentScanner.java	31 Mar 2003 22:33:13 -0000	1.11
  @@ -29,7 +29,7 @@
    *
    * <p>Sub-classes only need to implement {@link DeploymentScanner#scan}.
    *
  - * @version <tt>$Revision: 1.10 $</tt>
  + * @version <tt>$Revision: 1.11 $</tt>
    * @author  <a href="mailto:jason@planet57.com">Jason Dillon</a>
    */
   public abstract class AbstractDeploymentScanner
  @@ -96,6 +96,11 @@
         return scanEnabled.get();
      }
   
  +   /** This is here to work around a bug in the IBM vm that causes an
  +    * AbstractMethodError to be thrown when the ScannerThread calls scan.
  +    * @throws Exception
  +    */
  +   public abstract void scan() throws Exception;
   
      /////////////////////////////////////////////////////////////////////////
      //                           Scanner Thread                            //
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic