[ 
http://issues.apache.org/jira/browse/GERONIMO-2354?page=comments#action_12434255
 ] 
            
Jason Dillon commented on GERONIMO-2354:
----------------------------------------

Okay, now I'm seeing that JCL error for 3 tests:

 * org.openejb.deployment.UnpackedModuleDeploymentTest
 * org.openejb.deployment.EjbJarModuleDeploymentTest
 * org.openejb.deployment.EarDeploymentTest

All fail with something similar to:

{noformat}
java.lang.NoSuchMethodError: 
org.apache.commons.logging.LogFactory.release(Ljava/lang/ClassLoader;)V
        at 
org.apache.geronimo.kernel.config.MultiParentClassLoader.destroy(MultiParentClassLoader.java:386)
        at 
org.apache.geronimo.kernel.classloader.JarFileClassLoader.destroy(JarFileClassLoader.java:147)
        at 
org.apache.geronimo.kernel.config.Configuration.shutdown(Configuration.java:762)
        at 
org.apache.geronimo.kernel.config.Configuration.doStop(Configuration.java:742)
        at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.unload(SimpleConfigurationManager.java:718)
        at 
org.apache.geronimo.deployment.DeploymentConfigurationManager.unload(DeploymentConfigurationManager.java:161)
        at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.unloadConfiguration(SimpleConfigurationManager.java:698)
        at 
org.apache.geronimo.deployment.DeploymentConfigurationManager.unloadConfiguration(DeploymentConfigurationManager.java:157)
        at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.unloadConfiguration(SimpleConfigurationManager.java:668)
        at 
org.apache.geronimo.deployment.DeploymentConfigurationManager.unloadConfiguration(DeploymentConfigurationManager.java:153)
        at 
org.apache.geronimo.deployment.DeploymentContext.close(DeploymentContext.java:364)
        at 
org.openejb.deployment.DeploymentTestSuite.setUp(DeploymentTestSuite.java:201)
        at 
org.openejb.deployment.DeploymentTestSuite.access$000(DeploymentTestSuite.java:90)
        at 
org.openejb.deployment.DeploymentTestSuite$1.protect(DeploymentTestSuite.java:119)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at 
org.openejb.deployment.DeploymentTestSuite.run(DeploymentTestSuite.java:126)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
{noformat}

> Replace concurrent with backport-concurrent-util
> ------------------------------------------------
>
>                 Key: GERONIMO-2354
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2354
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>    Affects Versions: 1.2
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>            Priority: Blocker
>             Fix For: 1.2
>
>         Attachments: GERONIMO-2354-openejb2.diff, GERONIMO-2354.diff
>
>
> Replace usage of concurrent classes with backport-concurrent-util.  
> Preparation for using java.util.concurrent in JDK 1.5, and reduce the need 
> for 2 sets of concurrent classes on the boot classloader.
> Sill need to include concurrent, as activeio and openejb still have some 
> dependencies upon it... but this brings us a step closer to not needing both.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to