When I run the testsuite I have the ldap service breaking because it cannot deploy
portal-test.sar :
| 2006-11-02 23:35:19,039 DEBUG [org.jboss.deployment.SARDeployer] create operation
failed for package
file:/Users/julien/java/jboss-portal-2.6/test/output/lib/portal-test.sar
| org.jboss.deployment.DeploymentException: No ClassLoaders found for:
org.jboss.portal.test.framework.embedded.opends.OpenDSService; - nested throwable:
(java.lang.ClassNotFoundException: No ClassLoader
| s found for: org.jboss.portal.test.framework.embedded.opends.OpenDSService)
| at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
| at org.jboss.system.ServiceController.install(ServiceController.java:226)
|
I have to disable it for now.
Also the testsuite must be able to run on JDK 1.4 and not require Java 5. If JDK 1.4 is
selected then we need to find a way to run only JDK 1.4 stuff.
Also I think that portal-test.sar (test agent) is not the right place for the
OpenDSService deployment. You need to make it in a separate sar file living in the
identity module, so I am going to remove it from the portal-test.sar.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982799#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...