Ejb lookup failing on WAS7.0 with NamingException

Posted by Ayush on Stack Overflow See other posts from Stack Overflow or by Ayush
Published on 2010-04-12T07:10:45Z Indexed on 2010/04/12 7:13 UTC
Read the original article Hit count: 462

Filed under:
|
|

Hi, I have an application developed on RAD using WAS 6.0. I migrated the code to WID 7.0. After making some changes in the EJB modules(Had to remove the bnd.xmi file from each ejb module to deploy the application on Application Server)the application is running fine, but the EJB modules give the following error:

NamingException has Occured While Getting Local Home javax.naming.NameNotFoundException:nullName ejb/com/igcc not found in context "local:".

I am not able to figure out what changes do it need to make to run the application on WID.

Any help is appreciated.

Thanks, Ayush

© Stack Overflow or respective owner

Related posts about ejb2

Related posts about application