RE: [JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but diffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread Alex Loubyansky
Hello, everybody! To Sam: Have you figured it out? The cause could be the beans are in different jars and you use ejb-local-ref. It should work in case of remote interfaces and: ejb-ref in ejb-jar.xml and jboss.xml or place your beans in the same jar file and use ejb-local-ref. To all:

RE: [JBoss-user] ejb-local-ref from an MDB to an Entity in the same EAR, but diffe rent ejb jars (jboss 3.0.0beta2)

2002-03-11 Thread Sam De Backer
Indeed, I got it to work with ejb-ref and hence remote interfaces even in different jars, and as I recall that means the jboss.xml contained the JNDI name of the referenced remote home interface BUT... why do we have local interfaces for!? I tought to speed up intra-JVM calls and since my