EJB Local References in JBoss 3a
Hi,
has anyone used JBoss 3a ? I started testing JBoss 3a an am really pleasantly surprised by the whole software. I have some trouble with the JNDI though when using EJB 2.0 local references. To explain: I lookup a session bean from a client (the usual way via its remote interface). This session bean (facade) has a business method which interacts with entity beans on the same server in the same jar. If the session bean tries to lookup the entity bean via its local interface (local/local home interface defined correcty as well as ejb-local-ref parts of ejb-jar.xml) it gives me an error that the specified name is not bound to JNDI. But it is bound, I can see it in the JBoss admin console/page. If I use the entity's remote interface to lookup and communicate with the entity bean from the session bean everything works fine. Am I missing something here or do EJB local refs/interfaces not work correctly in JBoss 3a yet?

