Hi,
I have a simple Stateless session bean depployed in my local machine in weblogoc 8.1.
Now I have a test java program with main method in it, that is not deployed in the weblogic server. I need to just call this EJB from this Test Java prgram.
What are the steps I need to call this EJB. I need to know the steps to create the initial context and then do a lookup.
thanks
pat
I have a simple Stateless session bean depployed in my local machine in weblogoc 8.1.
Now I have a test java program with main method in it, that is not deployed in the weblogic server. I need to just call this EJB from this Test Java prgram.
What are the steps I need to call this EJB. I need to know the steps to create the initial context and then do a lookup.
thanks
pat