"aquafresh" wrote : Hello,
  | 
  | my jboss.xml:
  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <!DOCTYPE jboss PUBLIC
  |    "-//JBoss//DTD JBOSS 3.2//EN"
  |    "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";>
  | 
  | 
  |   <enterprise-beans>
  |     <message-driven>
  |             <ejb-name>MdbTest2</ejb-name>
  |             <destination-jndi-name>topic/testTopic</destination-jndi-name>
  |     </message-driven>
  |     
  |     
  |     
  |          <ejb-name>SessionTestBean</ejb-name>
  |          <local-jndi-name>SessionLocalHome</local-jndi-name>
  |          <jndi-name>SessionLocalHome</jndi-name>
  |          <resource-ref>
  |             <res-ref-name>jdbc/AdminDB</res-ref-name>
  |                     <resource-name>AdminDB</resource-ref-name>
  |                     <jndi-name>java:jdbc/AdminDB</jndi-name>
  |              </resource-ref>
  |       
  |    </enterprise-beans>
  |   
  | 
  | 
  | Thanks for any help.
  | 

Hi,

I think the jndi name must be "java:/jdbc/AdminDB"
Try it.

Pascal



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

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


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to