dev@glassfish.java.net

Re: The Optimization Session Access..

From: Kenneth Saks <Kenneth.Saks_at_Sun.COM>
Date: Fri, 02 Jun 2006 12:38:13 -0400

Dyego Souza Dantas Leal wrote:

> Hello expert guys !
>
>
> I have two Enterprise Applications running in the SAME CONTAINER (
> GlassFish v2 b05)
>
> The app1 can access session on app2 only with REMOTE INTERFACE ?

Remote interface, Webservice interface, or via JMS -> Message Driven Bean.

>
>
> Is there a way for access the session app2 with LOCAL INTERFACE ? (
> because the app running in the same JVM)

No, the local EJB view is only available to web/ejb components in the
same application.

 --ken

>
>
> Tnks in advance !!
>