ok, i change the following:

now:

  | <ejb-ref-name>WiseSessionBean</ejb-ref-name>
  | <ejb-link>WiseSessionHomeLocal</ejb-link>
  | 
i had it just the other way round...


also i added this to the jboss-web.xml

  | <ejb-local-ref>
  |      <ejb-ref-name>WiseSessionBean</ejb-ref-name>
  |      <local-jndi-name>WiseSessionHomeLocal</local-jndi-name>
  |      <ejb-link>WiseSessionBean</ejb-link>
  |  </ejb-local-ref>
  | 

deployment works, but when i run the application the log says:

javax.naming.NameNotFoundException: WiseSessionHomeLocal not bound.

What´s wrong? 


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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to