2 Replies Latest reply on Nov 21, 2005 12:45 PM by axismundi

    ListenerInjector

    axismundi

      I need to specify event listeners with the hibernate MBean and read on JIRA about org.jboss.hibernate.ListenerInjector.
      I could not yet find this class in jboss?

      Please tell me, has this class been passed to the JBoss release and in which jar I can find it?

        • 1. Re: ListenerInjector
          axismundi


          I just found out jboss 4.0.3SP1 has a jar called jboss-hibernate.jar that includes this IF.

          I wonder if it's necessary to upgrade to this JBoss release or if its also possible to patch 4.0.2 ?

          At least the docs (http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch13.html#ch13.config.table) refer to "JBoss 4" not specifically to JBoss 4.0.3 !

          Anybody there having a hint?

          • 2. Re: ListenerInjector
            axismundi

            Meanwhile I upgraded to 4.0.3 and this is the result:

            18:42:10,671 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
            
            --- MBeans waiting for other MBeans ---
            ObjectName: jboss.har:service=Hibernate
             State: FAILED
             Reason: org.jboss.deployment.DeploymentException: No Attribute found with name: listenerInjector
            
            --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
            ObjectName: jboss.har:service=Hibernate
             State: FAILED
             Reason: org.jboss.deployment.DeploymentException: No Attribute found with name: listenerInjector



            ---> the attribute "listenerInjector" seems to be invalid.

            What is the correct attribute name, please?