Debes mirar si tu proyecto genera el jboss.xml, si no lo creas, este debe ser 
enpaquetado en el .jar al que le haces deployment. Fijate que sea 
<local-jndi-name> y no <jndi-name>, asi me funciono.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.0//EN" 
"http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd";>

  <enterprise-beans>
    
      <ejb-name>RVl</ejb-name>
      <jndi-name>RV</jndi-name>
    
    
      <ejb-name>D</ejb-name>
      <local-jndi-name>D</local-jndi-name>
    
      </enterprise-beans>


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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to