After switching on the trace at the server where the queue is deployed, I have the following information:
When the Standalone client is running: Log file records few TRACE calls when the session is created and when the message is sent When the Servlet is running: There is NO activity in the Log file. Looks like NONE of the calls are reaching the server even though I have following code : jp.put(Context.PROVIDER_URL, "http://10.250.11.26:8080/invoker/JNDIFactory"); | jp.put(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.naming.HttpNamingContextFactory"); | Context context = new javax.naming.InitialContext(jp); Also If try to lookup for a queue which is not in server it throws NameNotFoundException. What is the problem? Please help!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884685#3884685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884685 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
