During deployment I get the following Warnings:

11:14:34,971 WARN  [JMSContainerInvoker] No message-driven-destination given; 
using; guessing type
11:14:35,142 WARN  [JMSContainerInvoker] No message-driven-destination given; 
using; guessing type
11:14:35,365 WARN  [JMSContainerInvoker] Could not determine destination type, 
defaults to: javax.jms.Topic
11:14:35,691 WARN  [JMSContainerInvoker] No message-driven-destination given; 
using; guessing type
11:14:35,717 WARN  [JMSContainerInvoker] No message-driven-destination given; 
using; guessing type

That is new since I changed my deployment descriptors to be a correct 2.1 
ejb-jar.xml:

<message-driven >
  |   <description>[CDATA[]]</description>
  |   <ejb-name>TPSProxy</ejb-name>
  |   <ejb-class>com.ftisoft.gateway.ejb.queue.JMSProxy</ejb-class>
  |   <transaction-type>Container</transaction-type>
  |   <message-destination-type>javax.jms.Queue</message-destination-type>
  |   <ejb-local-ref >
  |     <ejb-ref-name>ejb/BusinessBean</ejb-ref-name>
  |     <ejb-ref-type>Session</ejb-ref-type>
  |     
<local-home>com.ftisoft.tp.interfaces.TransactionProcessorBeanLocalHome</local-home>
  |     <local>com.ftisoft.tp.interfaces.TransactionProcessorBeanLocal</local>
  |     <ejb-link>TransactionProcessorBean</ejb-link>
  |   </ejb-local-ref>
  | </message-driven>
the jboss.xml entry for this is:
<message-driven>
  |     <ejb-name>TPSProxy</ejb-name>
  |     <destination-jndi-name>queue/A</destination-jndi-name>
  |     <configuration-name>TPS MDB</configuration-name>
  | </message-driven>
All my 4 MDB's look similar.

Can somebody pls verivy that this is a bug or tell me what I did wrong.

Thanks

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to