[jboss-cvs] JBossAS SVN: r97485 - trunk/aspects/src/main/java/org/jboss/aop/asintegration/embedded.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 5 22:30:23 EST 2009


Author: bstansberry at jboss.com
Date: 2009-12-05 22:30:23 -0500 (Sat, 05 Dec 2009)
New Revision: 97485

Removed:
   trunk/aspects/src/main/java/org/jboss/aop/asintegration/embedded/JBossEmbeddedUCLIntegration.java
Log:
[JBAS-7298] Get rid of obsolete class that brings in dependency on jmx 

Deleted: trunk/aspects/src/main/java/org/jboss/aop/asintegration/embedded/JBossEmbeddedUCLIntegration.java
===================================================================
--- trunk/aspects/src/main/java/org/jboss/aop/asintegration/embedded/JBossEmbeddedUCLIntegration.java	2009-12-05 21:10:55 UTC (rev 97484)
+++ trunk/aspects/src/main/java/org/jboss/aop/asintegration/embedded/JBossEmbeddedUCLIntegration.java	2009-12-06 03:30:23 UTC (rev 97485)
@@ -1,40 +0,0 @@
-/*
-* JBoss, Home of Professional Open Source.
-* Copyright 2006, Red Hat Middleware LLC, and individual contributors
-* as indicated by the @author tags. See the copyright.txt file in the
-* distribution for a full listing of individual contributors. 
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
-package org.jboss.aop.asintegration.embedded;
-
-import org.jboss.aop.asintegration.jboss4.JBoss4Integration;
-import org.jboss.mx.loading.RepositoryClassLoader;
-
-/**
- * 
- * @author <a href="kabir.khan at jboss.com">Kabir Khan</a>
- * @version $Revision$
- */
-public class JBossEmbeddedUCLIntegration extends JBoss4Integration
-{
-   public boolean isValidClassLoader(ClassLoader loader)
-   {
-      //Accept all loaders as valid, and reject repository classloaders with null repository
-      if (!(loader instanceof RepositoryClassLoader)) return true;
-      return ((RepositoryClassLoader) loader).getLoaderRepository() != null;
-   }
-}




More information about the jboss-cvs-commits mailing list