[jboss-user] [EJB/JBoss] - Re: JBOSS 4.0.2 and EJB 2.1 - simple application - not worki

jaikiran do-not-reply at jboss.com
Wed Sep 10 09:29:59 EDT 2008


Just looked at your post again. Your jboss-web.xml contents is incorrect:

  | <ejb-ref>  
  |   <ejb-ref-name>ejb/alr</ejb-ref-name>  
  |   <local-jndi-name>jndi</local-jndi-name>
  | 
  |  </ejb-ref>

This should be a ejb-local-ref and not ejb-ref. Change it to:

<ejb-local-ref>  
  |   <ejb-ref-name>ejb/alr</ejb-ref-name>  
  |   <local-jndi-name>jndi</local-jndi-name>
  | 
  |  </ejb-local-ref>

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

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



More information about the jboss-user mailing list