ejb@glassfish.java.net

Clarification on sless EJB example - webpage slightly misleading.

From: David Harrigan <dharrigan_at_gmail.com>
Date: Thu, 22 Jun 2006 22:10:00 +0100

Hi,

it's not apparent (and caused me to scratch my head and download the
source code to understand), that on the page at this url:

https://glassfish.dev.java.net/javaee5/ejb/examples/Sless.html

in the code section where we obtain a reference to the sless remote object

Sless sless = (Sless) ic.lookup("ejb30.Sless");

the "ejb30" is the actual package name of the class! In the code
examples, the package name has been left out accidently (I suppose).
Downloading the source code and looking at the SlessJavaClient.java
flie cleared up the matter (since the package is defined there.)

Please could you amend the webpage to include the package.

Thank you

-=david=-