ejb@glassfish.java.net

Local Lookup Problem

From: burak sevindi <buraksevindi_at_gmail.com>
Date: Tue, 2 Dec 2008 18:13:41 +0200

Hello,

I have read the EJB FAQ page but cannot find a solution to my problem. I am
using Struts 2 and Glassfish and need to access a local session bean from a
struts action class. My struts action class resides on the same container
with the local session bean. So is there a way to access a local bean from
an unmanaged class if they both reside on the same container?

Thx in advance,

-b