[jboss-user] [EJB 3.0] - BindingManager not found when installing EJB3 with installer

mtedone1 do-not-reply at jboss.com
Tue Sep 5 14:35:56 EDT 2006


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?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969548#3969548

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969548



More information about the jboss-user mailing list