[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with the Tutorial

beastie2 do-not-reply at jboss.com
Tue Aug 15 10:55:26 EDT 2006


I resolved this issue by adding 

link="Fibo"

in the @web.ejb-ref section of my ComputerServlet file.

 * @web.ejb-ref
  |  *          link="Fibo"
  |  * 	    name="ejb/Fibo"
  |  *          type="Session"
  |  *          home="tutorial.interfaces.FiboHome"
  |  *          remote="tutorial.interfaces.Fibo"
  |  *          description="Reference to the FiboEJB"

Hope it helps people searching about this problem ;-).

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

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



More information about the jboss-user mailing list