hi,
I'm having problems getting Local interfaces to work using JBoss. I have two session beans one bean with a remote interface called from a client and the other with a local interface with methods called from the first bean. HoweverI can't seem to get the local bean to bind to the correct JNDI name. Deployment goes fine but when I try to run the client the method on the remote bean is called which in turn attempts to get the local interface of the local bean, at this point the application fails with a NameNotFound exception. I've checked the names and the ejb-jar file and everything looks okay. Can anyone help??
Thanks in advance.
Stephen
I'm having problems getting Local interfaces to work using JBoss. I have two session beans one bean with a remote interface called from a client and the other with a local interface with methods called from the first bean. HoweverI can't seem to get the local bean to bind to the correct JNDI name. Deployment goes fine but when I try to run the client the method on the remote bean is called which in turn attempts to get the local interface of the local bean, at this point the application fails with a NameNotFound exception. I've checked the names and the ejb-jar file and everything looks okay. Can anyone help??
Thanks in advance.
Stephen