users@glassfish.java.net

Re: Java Web Start

From: Daniel Cavalcanti <dhcavalcanti_at_gmail.com>
Date: Tue, 12 Jun 2007 15:06:44 -0400

Thanks for the tip...
I saw what was going on and there seems to be a problem with resource
injection.
I have a stateless session bean that implements local and remote annotated
interfaces.
In the app client, I resource inject the remote bean:
@EJB()
private MyRemoteInterface bean;
However, bean is never initialized (resource injected).

Is there something I need to do?
thanks,

On 6/12/07, glassfish_at_javadesktop.org <glassfish_at_javadesktop.org> wrote:
>
> Hi, Daniel.
>
> 1. What build of GlassFish are you using?
>
> 2. What release of the JDK are you using?
>
> 3. One thing to try is to either have Java Web Start automatically open a
> Java console window when it launches or turn on tracing to a file. Take a
> look at the later part of this blog entry
> http://blogs.sun.com/quinn/entry/launch_that_app_client for how to do
> either of those. The trace (or console) will contain any messages sent to
> System.out or System.err.
>
> Let us know what you find.
>
> - Tim
> [Message sent by forum member 'tjquinn' (tjquinn)]
>
> http://forums.java.net/jive/thread.jspa?messageID=221824
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>