Properties properties = new Properties();
properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, 
"org.jboss.naming.HttpNamingContextFactory");
properties.put(Context.PROVIDER_URL, 
"http://localhost:8080/invoker/EJBInvokerServlet";);
try {
   InitialContext ctx = new InitialContext(properties);
. . .
Exception: javax.naming.NamingException: Failed to retrieve Naming interface 
[Root exception is java.io.IOException: Invalid reply content seen: class 
org.jboss.invocation.InvocationException]
-----------------
Please, help!!!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898003#3898003

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898003


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to