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>




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

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


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to