Hi ,
 
 I have some MDB which i want them to run with the JVM IL , how should i
 do that ? 

 that's what i tried :

 on the ejb-jar.xml
          
      
  |      <message-driven>...
  |        <resource-ref>
  |          <res-ref-name>jms/QueueFactory</res-ref-name>
  |          <res-type>javax.jms.QueueConnectionFactory</res-type>
  |          <res-auth>Container</res-auth>
  |        </resource-ref>
  |      <message-driven> 

 and on the jboss.xml:

     
  |      <jboss>
  |        <enterprise-beans>
  |          <message-driven>...
  |            <resource-ref>
  |              <res-ref-name>jms/QueueFactory</res-ref-name>
  |              <resource-name>My IL</resource-name>
  |            </resource-ref>
  |          </message-driven>
  |        </enterprise-beans>
  |        <resource-managers>
  |          <resource-manager>
  |            <res-name>My IL</res-name>
  |            <res-jndi-name>java:/ConnectionFactory</res-jndi-name>
  |          </resource-manager>
  |        </resource-managers>
  |      </jboss>
  | 

 Is that ok ? is my try to use the 'resource manager' is correct ?
 i have no way to determine if it works .

 Thanks 
 ofer



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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to