We want to establish a jndi connection between 2 JBoss Servers. The primary objective is to call a class located remotely on server JBoss from the client JBoss.
We are using - Service Locator (To Call Business Delegate) (Client JBoss) - Three Properties of JNDI are sent (Client JBoss) - Remote and Local Interfaces implements Business Delegate (Server JBoss)
When we try to make a call we get following error. error javax.naming.NameNotFoundException: ConfigurationFacade not bound
We have included following JARs on client side. jboss-mbeans jboss-j2se jboss-kernel jboss-jmx jboss-vfs jboss-mdr jboss-profileservice-spi jboss-system jboss-system-jmx jboss-xml-binding
You can find further configuration details in this document.
Please let us know are we missing on some basic configuration.