1 Reply Latest reply on Jan 28, 2005 3:01 PM by davehaas

    no classloaders found question

    davehaas

      Hi all.

      I'm trying to build a simple JBoss server from the minimal configuration up. What I want to do is start with the minimal configuration and build in the ability to host ejb's.

      So, I take the jboss-service.xml from the minimal configuration and add the ear-deployer.xml file to the deploy directory.

      When I try to start the new server it complains with:

      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.deployment.EARDeployer;
      ...
      


      I thought that the classloaders for all of the sub-deployers came from the SAR deployer, which is built in.

      What am I doing wrong?