0 Replies Latest reply on Jun 23, 2012 4:48 AM by qtm

    JBM 1.4.5 - ConnectionExceptionListener + ServiceBindingManager problems

    qtm

      Hello,

       

      The ExceptionListener set on a connection doesn't work if in my jboss-service.xml I use the following:

       

      <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>

       

      I'm using JBM 1.4.5 and Jboss 4.2.3. Any idea why?

       

      Regards