ok, i did add the following in the web.xml: | <ejb-local-ref> | <ejb-ref-name>WiseSessionHomeLocal</ejb-ref-name> | <ejb-ref-type>Session</ejb-ref-type> | <local-home>beans.session.WiseSessionHomeLocal</local-home> | <local>beans.session.WiseSessionLocal</local> | <ejb-link>WiseSessionBean</ejb-link> | </ejb-local-ref>
But when i deploy the log tells me a NamingException: ejb-local-ref: "WiseSessionBean", with web.xml ejb-link: "WiseSessionBean" failed to resolve to an ejb with a LocalHome. As you can see above the <ejb-link> value is the same as the <ejb-name> value in ejb-jar.xml, shown in my first post. what´s the problem and how to solve it? Thanks for any suggestions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885361#3885361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885361 ------------------------------------------------------- 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
