2 Replies Latest reply on Mar 31, 2005 9:32 PM by chaocai

    3.2.4 , MDB deplyoment -> DefaultJMSProvider not bound

    rolf

      Hi

      Well I tried to deploy a MDB into 3.2.4 and cause following erros (See below)
      Yes I did search this forum and I did check if the RecursiveSearch attribute is set to True but 3.2.4 still comes up with the same erros.

      Any suggestions ?


      //Console
      01:52:54,140 INFO [EjbModule] Deploying PerformanceMonitorEntity
      01:52:54,170 INFO [EjbModule] Deploying PerformanceMonitorSession
      01:52:54,200 INFO [EjbModule] Deploying PerformanceMonitorMessenger
      01:52:55,071 INFO [PerformanceMonitorEntity] Table 'PerformanceMonitor' already exists
      01:52:55,121 ERROR [JMSContainerInvoker] Starting failed jboss.j2ee:binding=message-driven-bean,jndiName=local/Performan
      ceMonitorMessenger,plugin=invoker,service=EJB
      javax.naming.NameNotFoundException: DefaultJMSProvider not bound


      //JBoss.xml


      <enterprise-beans>

      <ejb-name>PerformanceMonitorSession</ejb-name>
      <jndi-name>PerformanceMonitorSession</jndi-name>

      <message-driven>
      <ejb-name>PerformanceMonitorMessenger</ejb-name>
      <destination-jndi-name>PerformanceMonitorMessenger</destination-jndi-name>
      <configuration-name>Standard Message Driven Bean</configuration-name>
      </message-driven>

      <ejb-name>PerformanceMonitorEntity</ejb-name>
      <jndi-name>PerformanceMonitorEntityRemote</jndi-name>
      <local-jndi-name>PerformanceMonitorEntity</local-jndi-name>

      </enterprise-beans>