I couldn't find any table under section:chapter 4.6.1 table 1(
Sorry, I meant the ejb-specs chapter 4.6.1 table 1, but I now see that the PostConstruct is inside a
Servlet (and not an EJB) so never mind this table as it is not relevant anymore...
Hmmmm... you are getting a NameNotFoundException, although it looks like you are using the correct name (btw I don't see the definition of your EJB)
Is the EJB packaged in the war or is it packaged in a separate jar?
Have you tried doing the lookup from the doGet() ? It looks like the global name is not yet available in the server.
Regards,
Frits