Could be a few things. First check the JNDI Console to be sure you''re looking up the right address in EJB_NAME:
http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole Won't be the Interceptor; you're simply doing a lookup of an arbitrary object in JNDI. Are both app servers JBoss AS? If not, you might need the following properties to obtain your Context: properties.put("java.naming.factory.initial", org.jnp.interfaces.NamingContextFactory"); | properties.put("java.naming.factory.url.pkgs", org.jboss.naming:org.jnp.interfaces"); Maybe these can give you some more insight... S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046889#4046889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046889 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
