facebook

problem accessing Stateless Session Bean

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #206935 Reply

    ATRajan
    Member

    This message has not been recovered.

    #207030 Reply

    ATRajan
    Member

    the above problem was solved when i changed the clientcode as follows

                helloWorldHome = (HelloWorldHome) initialContext
                        .lookup("HelloWorld");
    

    why is this like this. what is the significance of

    public static final String JNDI_NAME=”ejb/HelloWorldHome”;

    in hello world home interface

    #207059 Reply

    Scott Anderson
    Participant

    What does your jboss.xml file show the JNDI name to be?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: problem accessing Stateless Session Bean

You must be logged in to post in the forum log in