I have a simple hello world ejb with a remote interface that is being accessed from a JWS Swing application. The swing app runs and displays on the desktop via the http link accessed from the glassfish admin console. However, the EJB that is injected in the swing app is null. On my glassfish server I get the following severe errors. I've also added the generated JNLP file to the bottom of the thread.
SEVERE: Adapter[/___JWSappclient/___system] s1as/glassfish/modules/gf-client-module.jar
java.io.IOException: An established connection was aborted by the software in your host machine
So on and so forth.
...