I have run into this problem before. The way I fixed it was to change the context lookup string from "java:comp/env/ejb/Fibo" removing the comp/env/ portion. Thus your lookup string is "java:ejb/Fibo." Also, when repackaging and redeploying in Eclipse, it seems that using the 'redeploy' feature actually just re-deploys the current .war/.ear file that is residing in JBoss already. It does not deploy your recently repackaged file. What I do here is to use the 'deploy-to' option and JBoss does the correct undeploy and redeploy using the correctly repackaged file.
Hope this helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886791#3886791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886791 ------------------------------------------------------- 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_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
