Hi, This is the error I got when I try to execute the client code. The client was unable to lookup the EJBHome. Please make sure that you have deployed the ejb with the JNDI name statelessSession.TraderHome on the WebLogic server at http://127.0.0.1:7001 The EJB is succcessfully deplyed . I edited the weblogic props file. But am unable to access this EJB. Can anyone pls tell me where I may be going wrong. Thanks in advance, Mahesh
Suneel Setlur
Ranch Hand
Joined: Nov 26, 2000
Posts: 202
posted
0
Hi After you edited the Weblogic.properties file and restarted the server, did it display that one EJB was successfully deployed ? If it has not, then you have not registered the EJB properly or they could be some error in deployment. Suneel