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?

[949 byte] By [Maitai] at [2007-9-26 18:09:21]
# 1
Hi!I have just the same problem and can not find the solution. Please write a couple of line if you have one.thanxGio
Programmierer at 2007-7-3 1:54:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
For your local refrences use the following tag in the jboss.xml file:<local-jndi-name>commerce/UserLocalHome</local-jndi-name>as oppose to <jndi-name> which you are probably using. Hope that helps.
abezafar at 2007-7-3 1:54:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...