2 Replies Latest reply on Sep 5, 2006 2:52 PM by mtedone1

    BindingManager not found when installing EJB3 with installer

    mtedone1

      Hi, I've installed JBoss 4.0.4GA with the installer since I wanted to try EJB3. I chose 'ejb3' as configuration. It appears as if I can't use the ServiceBindingManager in order to run different configurations of JBoss. I renamed 'default' as ports-01. Then I looked in the conf/jboss-service.xml for the binding elements but these were not there.

      I then tried to add the following service in the above file:

      <mbean code="org.jboss.services.binding.ServiceBindingManager"
       name="jboss.system:service=ServiceBindingManager">
       <attribute name="ServerName">ports-01</attribute>
       <attribute name="StoreURL">${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml</attribute>
       <attribute name="StoreFactoryClassName">
       org.jboss.services.binding.XMLServicesStoreFactory
       </attribute>
       </mbean>
      


      But I got the following exception:


      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.services.binding.ServiceBindingManager; - nested throwable: (java.
      lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.services.binding.ServiceBindingManager)
      etc.


      Could somebody help? Shall I install the clustered version?