[jboss-jira] [JBoss JIRA] Resolved: (JBBOOT-46) Put full AOP integration on the ClassPath for ClassLoadingTestCase

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Mon Apr 20 22:47:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBBOOT-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger resolved JBBOOT-46.
---------------------------------------

    Resolution: Done


> Put full AOP integration on the ClassPath for ClassLoadingTestCase
> ------------------------------------------------------------------
>
>                 Key: JBBOOT-46
>                 URL: https://jira.jboss.org/jira/browse/JBBOOT-46
>             Project: JBoss Bootstrap
>          Issue Type: Task
>          Components: spi-test
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>             Fix For: 0.1.2
>
>
> With AOP available on the URLCL, a NoClassDefFoundError is revealed:
> java.lang.Exception: Encountered exception in server startup
> 	at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:243)
> 	at org.jboss.bootstrap.impl.base.server.AbstractServer.start(AbstractServer.java:244)
> 	at org.jboss.jca.standalone.Main.boot(Main.java:121)
> 	at org.jboss.jca.standalone.Main.access$100(Main.java:46)
> 	at org.jboss.jca.standalone.Main$1.run(Main.java:245)
> 	at java.lang.Thread.run(Thread.java:636)
> Caused by: java.lang.IllegalStateException: Incompletely deployed:
> DEPLOYMENTS IN ERROR:
>   Deployment "JBossServer" is in error due to: java.lang.NoClassDefFoundError: org/jboss/kernel/Kernel
> 	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:278)
> 	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
> 	at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:232)
> We need to put AOP and aop-mc-int in /lib and ensure that the generic ServerFactory from bootstrap-spi may be leveraged to keep the actual dependencies on the application classpath (extension CL) to a minimum.

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

        



More information about the jboss-jira mailing list