The profileservice test configuration would not start, and so the testsuite could not
complete:
http://dev45.qa.atl.jboss.com:8585/hudson/view/JBoss%20AS/job/JBoss-AS-5....
I updated the bootstrap-repo-beans.xml with the missing jars:
Modified: trunk/server/src/etc/conf/default/bootstrap-repo-beans.xml
===================================================================
--- trunk/server/src/etc/conf/default/bootstrap-repo-beans.xml 2007-10-30 17:56:30 UTC
(rev
66579)
+++ trunk/server/src/etc/conf/default/bootstrap-repo-beans.xml 2007-10-30 19:49:16 UTC
(rev
66580)
@@ -45,6 +45,9 @@
<value>${jboss.lib.url}/jboss-aop-jdk50.jar</value>
<value>${jboss.lib.url}/jboss-aop-deployer-jdk50.jar</value>
<value>${jboss.lib.url}/jboss-aop-mc-int.jar</value>
+ <!-- Kill once we use the new classloaders -->
+ <value>${jboss.lib.url}/jboss-aop-jboss4-jdk50.jar</value>
+ <value>${jboss.lib.url}/jboss-aop-jboss5.jar</value>
<value>${jboss.lib.url}/trove.jar</value>
<!-- JAXB - shouldn't this be in endorsed? -->
<value>${jboss.lib.url}/jaxb-api.jar</value>