Why do I need to specify various driver info when I call a remote EJB? java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=localhost:1099
Shouldn't we only need to specify the url/port and the EJB container should resolve all that other stuff?