[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Applet as JMS Client

2004-11-15 Thread edmond
"edmond" wrote : In order to call InitialContext(), what information should be supplied with Context.INITIAL_CONTEXT_FACTORY? The code fragment is as fllow. | Hashtable env = new Hashtable(); | env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Applet as JMS Client

2004-11-11 Thread edmond
"darranl" wrote : | Have you put the jbossall-client.jar in the same folder as the jar for your applet? | Yes. "darranl" wrote : | Also you may need to sign the jar for your applet and jbossall-client.jar. I have tried according to your advise. However, the result was the same. View

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Applet as JMS Client

2004-11-11 Thread edmond
I tried jbossall-client.jar, but the error message was the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854772#3854772 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854772

[JBoss-user] [Messaging, JMS & JBossMQ] - Applet as JMS Client

2004-11-11 Thread edmond
In order to call InitialContext(), what information should be supplied with Context.INITIAL_CONTEXT_FACTORY? The code fragment is as fllow. Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory "); env.put(Context.PROVIDER_URL, hostNam